v0.10.0 release #702
kvch
announced in
Announcements
Replies: 1 comment
-
Thanks for the mention @kvch! Nice work all! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
⚡ Highlights
convert
to translate ORM SQL migrations scripts into pgroll migrationsACCESS_EXCLUSIVE
table lock when addingUNIQUE
columnsACCESS_EXCLUSIVE
table lock when adding volatileDEFAULT
s to columnsThanks to first time contributors 🙏 ❤️ :
🔴 Breaking changes
Previously,
create_index
expected a list of strings incolumns
:To support advanced index field settings like
sort
,null
,collate
andopclass
,columns
must be a map:See the complete changelog for more details: https://github.com/xataio/pgroll/releases/tag/v0.10.0
Beta Was this translation helpful? Give feedback.
All reactions