diff options
-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 |