We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb54209 commit 0966152Copy full SHA for 0966152
backend/alembic.ini
@@ -7,7 +7,7 @@ script_location = alembic
7
8
# template used to generate migration file names; The default value is %%(rev)s_%%(slug)s
9
# 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
+file_template = %%(year)d-%%(month).2d-%%(day).2d-%%(hour).2d_%%(minute).2d_%%(second).2d-%%(rev)s_%%(slug)s
11
12
# sys.path path, will be prepended to sys.path if present.
13
# defaults to the current working directory.
0 commit comments