diff --git a/install/sql/mysql.sql b/install/sql/mysql.sql index f19e4d7f8..fa8301f73 100644 --- a/install/sql/mysql.sql +++ b/install/sql/mysql.sql @@ -1299,6 +1299,8 @@ CREATE TABLE IF NOT EXISTS `bb_topics_watch` -- ---------------------------- -- Records of bb_topics_watch -- ---------------------------- +INSERT INTO `bb_topics_watch` +VALUES ('1', '2', '1'); -- ---------------------------- -- Table structure for `bb_topic_tpl`