mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 04:00:59 +00:00
fixed YESTERDAY filter parser
This commit is contained in:
parent
75b3b4e012
commit
ac4dd37249
@ -485,6 +485,7 @@ const createParser = (filterBehaviour: FilterBehaviour) => {
|
||||
if (filterBehaviour.supportDatetimeSymbols) {
|
||||
allowedElements.push(
|
||||
'today',
|
||||
'yesterday',
|
||||
'tomorrow',
|
||||
'lastWeek',
|
||||
'thisWeek',
|
||||
|
Loading…
Reference in New Issue
Block a user