summaryrefslogtreecommitdiff
path: root/src/mailman/database/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/database/base.py')
-rw-r--r--src/mailman/database/base.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mailman/database/base.py b/src/mailman/database/base.py
index 41d9374f9..694ad9ec3 100644
--- a/src/mailman/database/base.py
+++ b/src/mailman/database/base.py
@@ -189,6 +189,7 @@ class StormBaseDatabase:
continue
log.debug('migrating db to %s: %s', version, module_path)
upgrade(self, self.store, version, module_path)
+ self.commit()
def load_sql(self, store, sql):
"""Load the given SQL into the store.