blob: 2a97f8d9b32ff305826bb69807300bdace063440 (
plain)
1
2
3
4
5
6
7
8
9
|
import * as migration_20251215_093857 from './20251215_093857';
export const migrations = [
{
up: migration_20251215_093857.up,
down: migration_20251215_093857.down,
name: '20251215_093857'
},
];
|