mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
fix: migration errors by testing on a production instance.
This commit is contained in:
@@ -53,6 +53,7 @@ export const db = drizzle({
|
||||
client: pool,
|
||||
// logger: process.env.NODE_ENV != 'production',
|
||||
schema: schemas,
|
||||
|
||||
});
|
||||
|
||||
export async function makeMigration() {
|
||||
|
||||
Reference in New Issue
Block a user