Include the buglinks table when creating a new setup

This commit is contained in:
Tony Lambregts
2005-07-13 01:12:54 +00:00
committed by WineHQ
parent e314ef84e1
commit c8674872ea

View File

@@ -23,3 +23,7 @@ mysql -p -u root < app_category.sql
echo Adding maintainers
mysql -p -u root < maintainers.sql
echo Adding bug links
mysql -p -u root < buglinks.sql