From f7bb86433ba2ff0a5995ac15111c752105867c17 Mon Sep 17 00:00:00 2001 From: Gulliver Date: Sun, 20 Jun 2021 14:20:03 +0200 Subject: [PATCH] added script_location entry (it was missed in OSX environment) --- migrations/alembic.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/alembic.ini b/migrations/alembic.ini index ec9d45c..706cb01 100644 --- a/migrations/alembic.ini +++ b/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]