From ed06f3d1436246083cb556003b225085cde254ad Mon Sep 17 00:00:00 2001 From: K Agajanian Date: Thu, 29 Aug 2024 08:56:58 -0600 Subject: [PATCH] wtf man --- alembic.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alembic.ini b/alembic.ini index 3a89a1d..ab61e2b 100644 --- a/alembic.ini +++ b/alembic.ini @@ -2,7 +2,7 @@ [alembic] # path to migration scripts -script_location = migrations/versions +script_location = 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 @@ -12,7 +12,7 @@ file_template = %%(year)d_%%(month).2d_%%(day).2d-%%(rev)s_%%(slug)s # sys.path path, will be prepended to sys.path if present. # defaults to the current working directory. -prepend_sys_path = . +prepend_sys_path = ./app # timezone to use when rendering the date within the migration file # as well as the filename.