diff --git a/server/account/src/collections/postgres.ts b/server/account/src/collections/postgres.ts index 21877db60f..e2522e0b5d 100644 --- a/server/account/src/collections/postgres.ts +++ b/server/account/src/collections/postgres.ts @@ -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 }