Commit 05f269f
committed
fix(db): use drizzle-kit migrate instead of push to avoid SIGSEGV
drizzle-kit push crashes with SIGSEGV even with npx/Node.js.
Switch to drizzle-kit migrate which applies pre-generated migration
files instead of doing a live schema diff.1 parent e3744f7 commit 05f269f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments