mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
Update queryText condition in QueryHelper.ts
This commit is contained in:
@@ -272,7 +272,8 @@ export default class QueryHelper {
|
||||
if (hasValue) {
|
||||
queryText += ')';
|
||||
} else {
|
||||
queryText = '';
|
||||
queryText =
|
||||
"(COLUMN_NAME_ALIAS IS NULL OR COLUMN_NAME_ALIAS = '{}')";
|
||||
}
|
||||
|
||||
return Raw((alias: string) => {
|
||||
|
||||
Reference in New Issue
Block a user