-
-
Notifications
You must be signed in to change notification settings - Fork 230
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: append SQL in dialects but delegate execution to migrator
- Add -Op suffix to all operations - Replace Apply() method with AppendSQL() in Migrator interface - Add snapshot tests for SQL generation - Suspended support for renaming constraints Included bugfixes: - changeColumnType uses "type equivalence" to update varchar length if needed - addColumn supports DEFAULT clause
- Loading branch information
Showing
50 changed files
with
454 additions
and
561 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
Oops, something went wrong.