From 61033d0765174a2ab59ff28dacd6e233d0d912c0 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Fri, 27 Oct 2023 14:49:50 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=99=201000th=20PR=20Merged!=20?= =?UTF-8?q?=F0=9F=92=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/sql/mysql.sql | 2 ++ 1 file changed, 2 insertions(+) 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`