v0.16.0 release: Breaking change in create_index 馃敶
#1012
gulcin
announced in
Announcements
Replies: 0 comments
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.
馃敶 Breaking changes
The create_index operation has changed to take the list of columns covered by the index as a list instead of a map:
Old format:
New format:
This is to ensure that the ordering of columns within in an index is stable (#1001 ).
This is a breaking change to the migration format. Use the pgroll update command to convert migrations containing create_index operations in the old format to use the new format, eg:
pgroll update migrations/Changelog
aee9741 Fix create_index operation column ordering (#1009)
All reactions