From 7806170485eafd3b8c8fdd3943a48dff1a8fd92d Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Fri, 3 Oct 2014 17:06:45 +0200 Subject: Alembic stamping is done in the schema manager now --- src/mailman/database/base.py | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/mailman/database/base.py') diff --git a/src/mailman/database/base.py b/src/mailman/database/base.py index 0afdad204..784efcd68 100644 --- a/src/mailman/database/base.py +++ b/src/mailman/database/base.py @@ -91,18 +91,6 @@ class SABaseDatabase: """ pass - def stamp(self, debug=False): - """Stamp the database with the latest alembic version. - """ - # Newly created database don't need to migrations from alembic, since - # `create_all`` ceates the latest schema. SO patch the database with - # the latest alembic version to add a entry in alembic_version table. - alembic_cfg = Config() - alembic_cfg.set_main_option( - "script_location", config.alembic['script_location']) - command.stamp(alembic_cfg, "head") - - def initialize(self, debug=None): """See `IDatabase`.""" # Calculate the engine url. -- cgit v1.2.3-70-g09d2