aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-02-03 19:03:29 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-02-03 19:03:29 +0100
commit4553dfcfe9a38ac444b9da40f5181e2bcf52cc14 (patch)
tree670f8e599aff3ba7b71acfc1e6f7268442ff4081 /src
parentpost-install for heroku (diff)
downloadnewspipe-4553dfcfe9a38ac444b9da40f5181e2bcf52cc14.tar.gz
newspipe-4553dfcfe9a38ac444b9da40f5181e2bcf52cc14.tar.bz2
newspipe-4553dfcfe9a38ac444b9da40f5181e2bcf52cc14.zip
alembic patch
Signed-off-by: Cédric Bonhomme <cedric@cedricbonhomme.org>
Diffstat (limited to 'src')
-rw-r--r--src/migrations/env.py2
1 files changed, 1 insertions, 1 deletions
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
bgstack15