diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-02-03 19:03:29 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-02-03 19:03:29 +0100 |
commit | 4553dfcfe9a38ac444b9da40f5181e2bcf52cc14 (patch) | |
tree | 670f8e599aff3ba7b71acfc1e6f7268442ff4081 /src/migrations | |
parent | post-install for heroku (diff) | |
download | newspipe-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/migrations')
-rw-r--r-- | src/migrations/env.py | 2 |
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 |