From: Dylan William Hardison Date: Tue, 5 Dec 2017 14:52:04 +0000 (-0500) Subject: Bug 1423206 - Remove aha removal code X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c53e78e2bc7447b7346e9963f8ce78ed3ddcc456;p=thirdparty%2Fbugzilla.git Bug 1423206 - Remove aha removal code --- diff --git a/extensions/Push/Extension.pm b/extensions/Push/Extension.pm index a5ec24639..f682dea35 100644 --- a/extensions/Push/Extension.pm +++ b/extensions/Push/Extension.pm @@ -656,13 +656,4 @@ sub db_sanitize { $dbh->do("DELETE FROM push_options"); } - -sub install_update_db { - my $dbh = Bugzilla->dbh; - $dbh->do("DELETE FROM push_options WHERE connector = ?", undef, "Aha"); - $dbh->do("DELETE FROM push_log WHERE connector = ?", undef, "Aha"); - $dbh->do("DELETE FROM push_backlog WHERE connector = ?", undef, "Aha"); - $dbh->do("DELETE FROM push_backoff WHERE connector = ?", undef, "Aha"); -} - __PACKAGE__->NAME;