Skip to content

Commit e0ce8f0

Browse files
committed
Use the correct path for migration scripts
1 parent ec258f7 commit e0ce8f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alembic.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[alembic]
44
# path to migration scripts
5-
script_location = alembic
5+
script_location = migrations
66

77
# template used to generate migration files
88
# file_template = %%(rev)s_%%(slug)s

0 commit comments

Comments
 (0)