summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
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","---")');
}