Add suspension reasons (#3331)

This commit is contained in:
Neal Shah
2026-06-30 18:09:00 -04:00
committed by GitHub
parent 890d4b3c16
commit 2eee098c66
5 changed files with 110 additions and 0 deletions
@@ -91,6 +91,7 @@ const AVAILABLE_MIGRATIONS: [number, string[]][] = [
[55, ['0060_add_card_fingerprint.sql']],
[56, ['0061_add_suspended_at.sql']],
[57, ['0062_blocked-app-origins.sql']],
[58, ['0063_add_suspended_reason.sql']],
];
export class SqliteDatabaseClient extends AbstractDatabaseClient {