Skip to content

Commit 423484a

Browse files
committed
feat: alembic filename template
1 parent d9aea1c commit 423484a

15 files changed

+1
-0
lines changed

backend/alembic.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ script_location = alembic
66

77
# template used to generate migration files
88
# file_template = %%(rev)s_%%(slug)s
9+
file_template = %%(slug)s.py
910

1011
# timezone to use when rendering the date
1112
# within the migration file as well as the filename.
File renamed without changes.

backend/alembic/versions/1c8bcc7e25c8_002_ddl_autogenerate.py renamed to backend/alembic/versions/002_ddl_autogenerate.py

File renamed without changes.
File renamed without changes.

backend/alembic/versions/8fe654655905_004_add_aimodel_auto.py renamed to backend/alembic/versions/004_add_aimodel_auto.py

File renamed without changes.

backend/alembic/versions/0a6f11be9be4_005_table_and_field.py renamed to backend/alembic/versions/005_table_and_field.py

File renamed without changes.
File renamed without changes.
File renamed without changes.

backend/alembic/versions/35d925df4568_008_modify_field_type.py renamed to backend/alembic/versions/008_modify_field_type.py

File renamed without changes.

backend/alembic/versions/804b08ac329d_009_add_core_dashboard.py renamed to backend/alembic/versions/009_add_core_dashboard.py

File renamed without changes.

0 commit comments

Comments
 (0)