drizzle-team / drizzle-team/drizzle-orm
Migration files and merge conflicts
Open
drizzle/kit
migrations
priority
- Dominant language
- TypeScript
- Stars
- 35.8k
- Forks
- 1.6k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 4
Description
Currently, when using `drizzle-kit` and storing the migration files in Git, handling merge conflicts is currently very very hard.
The main issues is that Drizzle doesn't use an approach where it avoids conflicts (like `changeset` does, or similar tools).
It'd be great if there was a command to resolve merge conflicts in migration files.
Contributor guide
Assessment
This issue has not been assessed yet.