alembic.ini: fix migration dir location

This commit is contained in:
2025-05-17 19:29:56 +02:00
parent 75dd1d9f51
commit 8a523dd850

View File

@@ -2,7 +2,7 @@
[alembic]
# path to migration scripts
script_location = worblehat/models/migrations
script_location = src/worblehat/models/migrations
# template used to generate migration file names; The default value is %%(rev)s_%%(slug)s
# Uncomment the line below if you want the files to be prepended with date and time