You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multi-operation migration support for create_table operations (#596)
Ensure that `create_table` operations can be used as part of
multi-operation migrations:
Add a validation testcase:
* create a table `foo` in one migration, rename it to `bar` and attempt
to create a table `bar` in a second migration
Other tests and changes to the `create_table` operation were merged in
earlier parts of #239, so nothing else needs to be done here.
Part of #239
0 commit comments