fix(db): track rebased grant migration

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
cryppadotta 2026-09-13 00:22:59 +00:00
parent 13a757c8c6
commit 33be748b29
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import {
startEmbeddedPostgresTestDatabase,
} from "./test-embedded-postgres.js";
const MIGRATION_FILE = "0276_greedy_whizzer.sql";
const MIGRATION_FILE = "0278_natural_nehzno.sql";
const cleanups: Array<() => Promise<void>> = [];
const embeddedPostgresSupport = await getEmbeddedPostgresTestSupport();
const describeEmbeddedPostgres = embeddedPostgresSupport.supported ? describe : describe.skip;