diff options
| author | Barry Warsaw | 2012-08-19 18:58:55 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2012-08-19 18:58:55 -0400 |
| commit | 9eb9875569a716dd82ee7764ecee2f37ab446e13 (patch) | |
| tree | 3298a0e3c0c65b55535c3223ef80ed6dc1296ed4 /src/mailman/database/base.py | |
| parent | b301eeb71249ef58ffcc8b285d51b19c8b42812b (diff) | |
| download | mailman-9eb9875569a716dd82ee7764ecee2f37ab446e13.tar.gz mailman-9eb9875569a716dd82ee7764ecee2f37ab446e13.tar.zst mailman-9eb9875569a716dd82ee7764ecee2f37ab446e13.zip | |
Diffstat (limited to 'src/mailman/database/base.py')
| -rw-r--r-- | src/mailman/database/base.py | 1 |
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. |
