drizzle-team / drizzle-team/drizzle-orm
[BUG]: drizzle-kit migrate not able to implement new columns or column removal in existing tables
- Dominant language
- TypeScript
- Stars
- 35.8k
- Forks
- 1.6k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 4
Description
### Report hasn't been filed before.
- [x] I have verified that the bug I'm about to report hasn't been filed before.
### What version of `drizzle-orm` are you using?
0.45.2
### What version of `drizzle-kit` are you using?
0.31.10
### Other packages
_No response_
### Describe the Bug
drizzle-kit migrate not able to implement new columns or column removal in existing tables. When creating new tables the drizzle-kit generate and drizzle-kit migrate is able to track and implement the changes. However when removing existing column or adding new ones to a table, the migration is generating (via drizzle-kit generate) but not applying on running drizzle-kit migrate
Contributor guide
Assessment
This issue has not been assessed yet.