launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #00345
[Merge] lp:~jml/launchpad/remove-bugbranch-from-sampledata into lp:launchpad/devel
Jonathan Lange has proposed merging lp:~jml/launchpad/remove-bugbranch-from-sampledata into lp:launchpad/devel with lp:~jml/launchpad/branch-sample-data-doctests as a prerequisite.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
Remove BugBranch rows from the test sample data. They are unused.
--
https://code.launchpad.net/~jml/launchpad/remove-bugbranch-from-sampledata/+merge/31321
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~jml/launchpad/remove-bugbranch-from-sampledata into lp:launchpad/devel.
=== modified file 'database/sampledata/current.sql'
--- database/sampledata/current.sql 2010-07-13 15:29:08 +0000
+++ database/sampledata/current.sql 2010-07-29 19:49:51 +0000
@@ -3242,14 +3242,6 @@
ALTER TABLE bugattachment ENABLE TRIGGER ALL;
-ALTER TABLE bugbranch DISABLE TRIGGER ALL;
-
-INSERT INTO bugbranch (id, datecreated, bug, branch, revision_hint, whiteboard, registrant) VALUES (1, '2006-03-22 18:44:27.438982', 5, 1, NULL, NULL, 12);
-INSERT INTO bugbranch (id, datecreated, bug, branch, revision_hint, whiteboard, registrant) VALUES (2, '2006-03-22 18:45:08.75694', 4, 10, NULL, NULL, 1);
-INSERT INTO bugbranch (id, datecreated, bug, branch, revision_hint, whiteboard, registrant) VALUES (3, '2006-03-22 18:45:50.344434', 4, 1, NULL, NULL, 12);
-
-
-ALTER TABLE bugbranch ENABLE TRIGGER ALL;
ALTER TABLE cve DISABLE TRIGGER ALL;