From c18c76f42ca2da249dd5db4fb085507a483531fc Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Mon, 17 Feb 2020 11:36:33 -0500 Subject: [PATCH] Add alembic script_location field --- api-daemon/migrations/alembic.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-daemon/migrations/alembic.ini b/api-daemon/migrations/alembic.ini index f8ed4801..160151d3 100644 --- a/api-daemon/migrations/alembic.ini +++ b/api-daemon/migrations/alembic.ini @@ -7,7 +7,7 @@ # set to 'true' to run the environment during # the 'revision' command, regardless of autogenerate # revision_environment = false - +script_location = . # Logging configuration [loggers]