From ec80bf1c5f1b249b2f13fe61bfb463c05c1a4e12 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Sun, 8 Mar 2026 10:29:02 -0400 Subject: [PATCH] added commit to env.py --- python/alembic/env.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/alembic/env.py b/python/alembic/env.py index 901ab7f..667e04b 100644 --- a/python/alembic/env.py +++ b/python/alembic/env.py @@ -103,6 +103,7 @@ def run_migrations_online() -> None: with context.begin_transaction(): context.run_migrations() + connection.commit() run_migrations_online()