Skip to content

Commit 0966152

Browse files
committed
Fix alembic file template
1 parent bb54209 commit 0966152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/alembic.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ script_location = alembic
77

88
# template used to generate migration file names; The default value is %%(rev)s_%%(slug)s
99
# Uncomment the line below if you want the files to be prepended with date and time
10-
file_template = %%(year)d-%%(month).2d-%%(day).2d-%%(hour).2d:%%(minute).2d:%%(second).2d-%%(rev)s_%%(slug)s
10+
file_template = %%(year)d-%%(month).2d-%%(day).2d-%%(hour).2d_%%(minute).2d_%%(second).2d-%%(rev)s_%%(slug)s
1111

1212
# sys.path path, will be prepended to sys.path if present.
1313
# defaults to the current working directory.

0 commit comments

Comments
 (0)