Explorar o código

修正初次安装后打开用户列表BUG

admin %!s(int64=7) %!d(string=hai) anos
pai
achega
54e3baea10
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      sql/db.sql

+ 6 - 0
sql/db.sql

@@ -849,6 +849,12 @@ CREATE TABLE `user_subscribe` (
 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='用户订阅';
 
 
+-- ----------------------------
+-- Records of `user_subscribe`
+-- ----------------------------
+INSERT INTO `user_subscribe` (`id`, `user_id`, `code`) VALUES ('1', '1', 'SsXa1');
+
+
 -- ----------------------------
 -- Table structure for `user_subscribe_log`
 -- ----------------------------