Chore/update alembic file format (#1056)

* capture #1043

* update file format
This commit is contained in:
Hayden 2022-03-15 13:11:22 -08:00 committed by GitHub
parent e377df2ab0
commit c8c02036a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -5,7 +5,7 @@
script_location = alembic script_location = alembic
# template used to generate migration files # template used to generate migration files
file_template = %%(year)d-%%(month).2d-%%(day).2d-%%(hour).2d:%%(minute).2d:%%(second).2d_%%(rev)s_%%(slug)s file_template = %%(year)d-%%(month).2d-%%(day).2d-%%(hour).2d.%%(minute).2d.%%(second).2d_%%(rev)s_%%(slug)s
# sys.path path, will be prepended to sys.path if present. # sys.path path, will be prepended to sys.path if present.
# defaults to the current working directory. # defaults to the current working directory.