summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorcyeh%bluemartini.com <>2000-08-29 03:44:28 +0200
committercyeh%bluemartini.com <>2000-08-29 03:44:28 +0200
commit484444e8bfbb3b785729c3a206c7999fda176b76 (patch)
treeed422963fd6331faf8c2c062b7cd16c88cb2345f /checksetup.pl
parentca721c979535302b4a84add860ec41968639e5e0 (diff)
downloadbugzilla-484444e8bfbb3b785729c3a206c7999fda176b76.tar.gz
bugzilla-484444e8bfbb3b785729c3a206c7999fda176b76.tar.xz
fix for 45118: Target milestone setup issue. patch submitted by
matty@box.net.au (Matthew Tuck). now creates a milestone entry for the first test product
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/checksetup.pl b/checksetup.pl
index f3371b977..f82dfae6a 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -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","---")');
}