chore(migrations): Renaming migration files so that they're easier to keep track of (#20284)

* Renaming migration files so that they're easier to keep track of

* Fixing broken import

* Fixing broken import again

* Fixing broken tests
This commit is contained in:
Craig Rueda
2022-06-07 10:30:09 -07:00
committed by GitHub
parent b650a1d47c
commit d1c24f81f2
253 changed files with 33 additions and 19 deletions

View File

@@ -19,7 +19,7 @@
[alembic]
# template used to generate migration files
# file_template = %%(rev)s_%%(slug)s
file_template = %%(year)d-%%(month).2d-%%(day).2d_%%(hour).2d-%%(minute).2d_%%(rev)s_%%(slug)s
# set to 'true' to run the environment during
# the 'revision' command, regardless of autogenerate

Some files were not shown because too many files have changed in this diff Show More