fix: regenerate migrations from current schema
This commit is contained in:
parent
36531b71ca
commit
1044ff07c6
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -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'
|
||||
},
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user