Skip to content

Commit

Permalink
release v0.3.0 (remove auto migration)
Browse files Browse the repository at this point in the history
  • Loading branch information
moeakwak committed Apr 29, 2024
1 parent ec99a44 commit b912dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/db/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ if (env.NODE_ENV !== "production") globalForDb.conn = conn;

export const db = drizzle(conn, { schema, logger: false });

await migrate(db, { migrationsFolder: "drizzle" });
// await migrate(db, { migrationsFolder: "drizzle" });

export type Db = typeof db;

0 comments on commit b912dac

Please sign in to comment.