From 4553dfcfe9a38ac444b9da40f5181e2bcf52cc14 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 3 Feb 2016 19:03:29 +0100 Subject: alembic patch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Cédric Bonhomme --- src/migrations/env.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/migrations/env.py b/src/migrations/env.py index 355c8dd1..7215fefe 100644 --- a/src/migrations/env.py +++ b/src/migrations/env.py @@ -9,7 +9,7 @@ config = context.config # Interpret the config file for Python logging. # This line sets up loggers basically. -fileConfig("./alembic.ini") +#fileConfig("./alembic.ini") # add your model's MetaData object here # for 'autogenerate' support -- cgit