simon5454

Results 1 comments of simon5454

To avoid multi-branch migration issues, I use a dedicated branch, "drizzle-migration". And in our package.json script, I use commands such has this: ``` "check-branch": "node src/lib/check-branch.mjs", "migrations:pull-dev": "pnpm run check-branch...