From 99bef14acc5051c7c30b628a5337dbc7ff070c87 Mon Sep 17 00:00:00 2001 From: robbertuittenbroek Date: Tue, 7 Jan 2025 10:20:19 +0100 Subject: [PATCH] Fix: add system path so alembic can find the AMT package --- alembic.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alembic.ini b/alembic.ini index cf3cc971..e68a3ada 100644 --- a/alembic.ini +++ b/alembic.ini @@ -12,7 +12,7 @@ script_location = amt/migrations # sys.path path, will be prepended to sys.path if present. # defaults to the current working directory. -# prepend_sys_path = . +prepend_sys_path = . # timezone to use when rendering the date within the migration file # as well as the filename.