From 8a523dd850dc7267bc209f6b7488ba3321c653c2 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sat, 17 May 2025 19:29:56 +0200 Subject: [PATCH] alembic.ini: fix migration dir location --- alembic.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alembic.ini b/alembic.ini index 1a85016..2d240f3 100644 --- a/alembic.ini +++ b/alembic.ini @@ -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