Skip to content

Commit

Permalink
Merge pull request #2575 from camptocamp/backport/2554-to-6.0
Browse files Browse the repository at this point in the history
[Backport 6.0] Don't call bootstrap_application on alembic script
  • Loading branch information
sbrunner authored Jan 9, 2025
2 parents 11e6492 + b408a43 commit dc9d93a
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 dc9d93a

Please sign in to comment.