mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-09 01:10:17 +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})`
|
operationSql = `(${pendingCreationSql} OR ${pendingUpgradeSql})`
|
||||||
break
|
break
|
||||||
case 'all+backup':
|
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
|
break
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user