From 6e7b144cf1784a6cf1ca1f2479e02bfbfeb0c69d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Mon, 9 Dec 2024 17:00:58 +0100 Subject: [PATCH] Don't call bootstrap_application on alembic script --- acceptance_tests/app/app_alembic/env.py | 1 - 1 file changed, 1 deletion(-) diff --git a/acceptance_tests/app/app_alembic/env.py b/acceptance_tests/app/app_alembic/env.py index c2b987e82..e414e8e82 100644 --- a/acceptance_tests/app/app_alembic/env.py +++ b/acceptance_tests/app/app_alembic/env.py @@ -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: