-
Notifications
You must be signed in to change notification settings - Fork 14.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent generation of empty revision files by alembic autogenerate (#…
…39634) * Prevent generation of empty revision files by alembic autogenerate When the alembic autogenerate command is run, we should prevent it from generating an mpty migration file with no upgrade operation. We print on the command line that no changes were detected. * fixup! Prevent generation of empty revision files by alembic autogenerate
- Loading branch information
1 parent
6afc75f
commit a7960a1
Showing
3 changed files
with
1,591 additions
and
1,285 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
6ae5e112d66c30d36fbc27a608355ffd66853e34d7538223f69a71e2eba54b59 | ||
62c46e83c8c2a7051fa3d7388e06535bcd01fae4cb1d01b1096cc069a82a89f8 |
Oops, something went wrong.