From 484444e8bfbb3b785729c3a206c7999fda176b76 Mon Sep 17 00:00:00 2001 From: "cyeh%bluemartini.com" <> Date: Tue, 29 Aug 2000 01:44:28 +0000 Subject: 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 --- checksetup.pl | 1 + 1 file changed, 1 insertion(+) 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","---")'); } -- cgit v1.2.3-24-g4f1b