diff options
| author | Barry Warsaw | 2012-07-25 18:15:44 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2012-07-25 18:15:44 -0400 |
| commit | 26bd306b3dbca3cda0ba8eb2e34e2b1261902a6e (patch) | |
| tree | 7478786121cbd97e55043aaca0972a2b525d406e | |
| parent | 12187fe587cfaa0618845c7cccc2cbb85482c1af (diff) | |
| download | mailman-26bd306b3dbca3cda0ba8eb2e34e2b1261902a6e.tar.gz mailman-26bd306b3dbca3cda0ba8eb2e34e2b1261902a6e.tar.zst mailman-26bd306b3dbca3cda0ba8eb2e34e2b1261902a6e.zip | |
| -rw-r--r-- | src/mailman/database/base.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mailman/database/base.py b/src/mailman/database/base.py index 39ce017c5..41d9374f9 100644 --- a/src/mailman/database/base.py +++ b/src/mailman/database/base.py @@ -229,9 +229,6 @@ class StormBaseDatabase: self.load_sql(store, contents) # Add a marker that indicates the migration version being applied. store.add(Version(component='schema', version=version)) - # Add a marker so that the module name can be found later. This - # is used by the test suite to reset the database between tests. - store.add(Version(component=version, version=module_path)) @staticmethod def _make_temporary(): |
