drizzle-team / drizzle-team/drizzle-orm
[BUG]: Drizzle-kit push not making changes
- Dominant language
- TypeScript
- Stars
- 35.8k
- Forks
- 1.6k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 4
Description
### What version of `drizzle-orm` are you using?
v0.30.10
### What version of `drizzle-kit` are you using?
v0.21.4
### Describe the Bug
When i create new column and generate > push. it keeps prompting me
```
Is test column in posts table created or renamed from another column?
❯ + test create column
~ content › test rename column
```
but it didnt update the schema or table, i can still run push again and still show me the same prompt.
Using turso/sqlite
### Expected behavior
I can see that the generate is working as expected as it creates new file with correct changes.
Push should technically update the column of the table but its not.
### Environment & setup
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.