File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
fastapi-alembic-sqlmodel-async Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ script_location = alembic
6
6
7
7
# template used to generate migration files
8
8
# file_template = %%(rev)s_%%(slug)s
9
+ file_template = %%(year)d-%%(month).2d-%%(day).2d-%%(hour).2d-%%(minute).2d_%%(rev)s
9
10
10
11
# timezone to use when rendering the date
11
12
# within the migration file as well as the filename.
Original file line number Diff line number Diff line change 1
1
"""empty message
2
2
3
- Revision ID: 669125bdb1f0
3
+ Revision ID: 60d49bf413b8
4
4
Revises:
5
- Create Date: 2022-09-22 19:58:54.879772
5
+ Create Date: 2022-09-25 19:46:48.536092
6
6
7
7
"""
8
8
from alembic import op
12
12
13
13
14
14
# revision identifiers, used by Alembic.
15
- revision = '669125bdb1f0 '
15
+ revision = '60d49bf413b8 '
16
16
down_revision = None
17
17
branch_labels = None
18
18
depends_on = None
You can’t perform that action at this time.
0 commit comments