fix: migration errors by testing on a production instance.

This commit is contained in:
charlesgauthereau
2026-01-18 14:10:35 +01:00
parent 3d695709d5
commit 8ee44ffea1
13 changed files with 2417 additions and 93 deletions
+1
View File
@@ -53,6 +53,7 @@ export const db = drizzle({
client: pool,
// logger: process.env.NODE_ENV != 'production',
schema: schemas,
});
export async function makeMigration() {