chore: empty migration

This commit is contained in:
Mattia Belletti
2025-07-07 13:59:41 +02:00
parent c807aa0052
commit 932ffc0d1d
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
import { Kysely } from "kysely";
export function up(_db: Kysely<any>): Promise<void> {
return Promise.resolve();
}
export function down(_db: Kysely<any>): Promise<void> {
return Promise.resolve();
}

View File

@@ -1,2 +1,3 @@
export * as migration00000000T000000000Z from "./empty-migration";
export * as migration20250107T104543020Z from "./2025-01-07T10-45-43.020Z";
export * as migration20250107T154656493Z from "./2025-01-07T15-46-56.493Z";