From c8674872ea534910131758813bc76f9643f62a4e Mon Sep 17 00:00:00 2001 From: Tony Lambregts Date: Wed, 13 Jul 2005 01:12:54 +0000 Subject: [PATCH] Include the buglinks table when creating a new setup --- tables/create_tables | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tables/create_tables b/tables/create_tables index 66100ce..fe47bc3 100644 --- a/tables/create_tables +++ b/tables/create_tables @@ -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 +