Skip to content

Commit

Permalink
Don't call bootstrap_application on alembic script
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Dec 12, 2024
1 parent e9ced11 commit 6e7b144
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion acceptance_tests/app/app_alembic/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ def run_migrations_online():
context.run_migrations()


c2cwsgiutils.setup_process.bootstrap_application()
if context.is_offline_mode():
run_migrations_offline()
else:
Expand Down

0 comments on commit 6e7b144

Please sign in to comment.