add preperation for reputation score persistence (#3250)

This commit is contained in:
ProgrammerIn-wonderland
2026-06-10 16:09:42 -04:00
committed by GitHub
parent 240a733285
commit e23042b42e
5 changed files with 42 additions and 3 deletions
@@ -85,6 +85,7 @@ const AVAILABLE_MIGRATIONS: [number, string[]][] = [
[50, ['0054_sessions_workers.sql']],
[50, ['0055_username_nocase_unique.sql']],
[51, ['0056_sessions_kind_worker.sql']],
[52, ['0057_add_user_reputation.sql']],
];
export class SqliteDatabaseClient extends AbstractDatabaseClient {