fix: regenerate migrations from current schema

This commit is contained in:
Jeffrey 2026-03-10 13:14:19 +01:00
parent 36531b71ca
commit 1044ff07c6
5 changed files with 945 additions and 41611 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,15 +1,9 @@
import * as migration_20260306_150522 from './20260306_150522';
import * as migration_20260307_091513 from './20260307_091513';
import * as migration_20260310_121407 from './20260310_121407';
export const migrations = [
{
up: migration_20260306_150522.up,
down: migration_20260306_150522.down,
name: '20260306_150522',
},
{
up: migration_20260307_091513.up,
down: migration_20260307_091513.down,
name: '20260307_091513'
up: migration_20260310_121407.up,
down: migration_20260310_121407.down,
name: '20260310_121407'
},
];