-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for
alter_table
set check
operations in multi-operati…
…on migrations (#622) Ensure that multi-operation migrations combining `alter_column` operations setting `CHECK` constraints work in combination with other operations. Add testcases for: * rename table, set `CHECK` constraint * rename table, rename column, set `CHECK` constraint Previously these migrations would fail as the `alter_column` operation was unaware of the changes made by the preceding operation. Part of #239
- Loading branch information
1 parent
db21651
commit c09619a
Showing
2 changed files
with
221 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters