From: cyeh%bluemartini.com <> Date: Tue, 29 Aug 2000 01:44:28 +0000 (+0000) Subject: fix for 45118: Target milestone setup issue. patch submitted by X-Git-Tag: bugzilla-2.12~198 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=484444e8bfbb3b785729c3a206c7999fda176b76;p=thirdparty%2Fbugzilla.git 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 --- diff --git a/checksetup.pl b/checksetup.pl index f3371b977d..f82dfae6ab 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","---")'); }