Skip to content

1.0.0-beta.3

Pre-release
Pre-release

Choose a tag to compare

@AndriiSherman AndriiSherman released this 16 Dec 15:00
· 3 commits to main since this release
a086f59

Breaking changes (for MSSQL users)

The MSSQL snapshot has been upgraded to version 2. When you generate the next migration Drizzle Kit will ask you to update your current snapshot to version 2 if you have not done it already

"indexes.columns" field was updated in snapshot
This change allows to proper handle sql`` values inside index().on()

🎉 MySQL use/force/ingore index now accepts unique constraints

Bug fixes