feat: notification retention sweep (PUT-1668) (#3672)

This commit is contained in:
Daniel Salazar
2026-09-01 22:04:32 -07:00
committed by GitHub
parent 5f37817a5c
commit 82076ea767
11 changed files with 398 additions and 2 deletions
@@ -102,6 +102,7 @@ const AVAILABLE_MIGRATIONS: [number, string[]][] = [
[65, ['0070_drop-orphaned-default-groups.sql']],
[66, ['0071_share_issuer_index.sql']],
[67, ['0072_notification-scope.sql']],
[68, ['0073_notification-created-at.sql']],
];
export class SqliteDatabaseClient extends AbstractDatabaseClient {