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 +