mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-30 12:20:00 +00:00
uberf-8425: fix getPendingWorkspace in CR (#7996)
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
This commit is contained in:
parent
054c073a63
commit
37607c60d6
@ -560,7 +560,7 @@ export class PostgresAccountDB implements AccountDB {
|
||||
operationSql = `(${pendingCreationSql} OR ${pendingUpgradeSql})`
|
||||
break
|
||||
case 'all+backup':
|
||||
operationSql = `(${pendingCreationSql} OR ${pendingUpgradeSql} OR ${migrationSql} OR ${archivingSql} OR ${restoringSql}) OR ${deletingSql}`
|
||||
operationSql = `(${pendingCreationSql} OR ${pendingUpgradeSql} OR ${migrationSql} OR ${archivingSql} OR ${restoringSql} OR ${deletingSql})`
|
||||
break
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user