change alembic file_template

This commit is contained in:
Andreas Köpf
2022-12-17 23:31:35 +01:00
parent 1c5cbed06b
commit afb5ec3669
4 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ script_location = %(here)s/alembic
# Uncomment the line below if you want the files to be prepended with date and time
# see https://alembic.sqlalchemy.org/en/latest/tutorial.html#editing-the-ini-file
# for all available tokens
# file_template = %%(year)d_%%(month).2d_%%(day).2d_%%(hour).2d%%(minute).2d-%%(rev)s_%%(slug)s
file_template = %%(year)d_%%(month).2d_%%(day).2d_%%(hour).2d%%(minute).2d-%%(rev)s_%%(slug)s
# sys.path path, will be prepended to sys.path if present.
# defaults to the current working directory.