Commit 484444e8 authored by cyeh%bluemartini.com's avatar cyeh%bluemartini.com

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
parent ca721c97
......@@ -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","---")');
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment