Fix: Remove conn.commit() which was outside its scope in _run_config_migrations

parent f89b095d
...@@ -4226,8 +4226,6 @@ def DatabaseManager__run_config_migrations(self, cursor, auto_increment, timesta ...@@ -4226,8 +4226,6 @@ def DatabaseManager__run_config_migrations(self, cursor, auto_increment, timesta
logger.warning(f"Migration check for {table_name} table: {e}") logger.warning(f"Migration check for {table_name} table: {e}")
conn.commit()
logger.info("✅ All database migrations completed") logger.info("✅ All database migrations completed")
# Patch the methods # Patch the methods
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment