launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #11538
[Merge] lp:~stevenk/launchpad/drop-unused-branch-function into lp:launchpad
Steve Kowalik has proposed merging lp:~stevenk/launchpad/drop-unused-branch-function into lp:launchpad.
Requested reviews:
Robert Collins (lifeless): db
Stuart Bishop (stub): db
For more details, see:
https://code.launchpad.net/~stevenk/launchpad/drop-unused-branch-function/+merge/122431
Drop the unused (and now, forbidden by the security config) DB function update_transitively_private. Good riddance.
--
https://code.launchpad.net/~stevenk/launchpad/drop-unused-branch-function/+merge/122431
Your team Launchpad code reviewers is subscribed to branch lp:launchpad.
=== added file 'database/schema/patch-2209-16-8.sql'
--- database/schema/patch-2209-16-8.sql 1970-01-01 00:00:00 +0000
+++ database/schema/patch-2209-16-8.sql 2012-09-02 23:58:21 +0000
@@ -0,0 +1,8 @@
+-- Copyright 2012 Canonical Ltd. This software is licensed under the
+-- GNU Affero General Public License version 3 (see the file LICENSE).
+
+SET client_min_messages=ERROR;
+
+DROP FUNCTION update_transitively_private(integer, integer, boolean);
+
+INSERT INTO LaunchpadDatabaseRevision VALUES (2209, 16, 8);
Follow ups