From c53e78e2bc7447b7346e9963f8ce78ed3ddcc456 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Tue, 5 Dec 2017 09:52:04 -0500 Subject: Bug 1423206 - Remove aha removal code --- extensions/Push/Extension.pm | 9 --------- 1 file changed, 9 deletions(-) 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; -- cgit v1.2.3-24-g4f1b