]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
fix for 45118: Target milestone setup issue. patch submitted by
authorcyeh%bluemartini.com <>
Tue, 29 Aug 2000 01:44:28 +0000 (01:44 +0000)
committercyeh%bluemartini.com <>
Tue, 29 Aug 2000 01:44:28 +0000 (01:44 +0000)
matty@box.net.au (Matthew Tuck). now creates a milestone entry for the
first test product

checksetup.pl

index f3371b977d20d8cea3bc16b40ce7f6c71ddf7af6..f82dfae6abccb22c60464b1d3236fba90d64f736 100755 (executable)
@@ -953,6 +953,7 @@ unless ($sth->rows) {
              '"This is a test component in the test product database.  ' .
              'This ought to be blown away and replaced with real stuff in ' .
              'a finished installation of bugzilla.")');
+    $dbh->do('INSERT INTO milestones (product, value) VALUES ("TestProduct","---")');
 }