From ca360c9713a69ad946548ea9cec03e2dfde2bdb6 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 20 Oct 2016 14:54:31 -0400 Subject: [PATCH] Specify a script_location to alembic so "alembic history" works. --- migrations/alembic.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/migrations/alembic.ini b/migrations/alembic.ini index f8ed4801..3da0e422 100644 --- a/migrations/alembic.ini +++ b/migrations/alembic.ini @@ -8,6 +8,8 @@ # the 'revision' command, regardless of autogenerate # revision_environment = false +script_location = migrations + # Logging configuration [loggers]