Skip to content

Commit 91a00da

Browse files
committed
feat: 🎸 更新SQL数据
1 parent 71eb8c0 commit 91a00da

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

install.sql

+10-9
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,16 @@ INSERT INTO `toolbox_config` VALUES (5, 'global.template', 'default', '2021-12-2
4343
INSERT INTO `toolbox_config` VALUES (6, 'global.foot_code', '\n <div style=\"display: none\">\n <script type=\"text/javascript\" src=\"https://s9.cnzz.com/z_stat.php?id=1280727911&web_id=1280727911\"></script>\n </div>', '2021-12-22 21:34:41', '2022-09-05 15:50:47');
4444
INSERT INTO `toolbox_config` VALUES (7, 'global.admin_path', 'admin', '2021-12-22 18:31:59', '2022-09-05 16:38:45');
4545
INSERT INTO `toolbox_config` VALUES (8, 'global.secret_key', '8T7SHDiZFEY443f4GHicAmtxFsZw6FEi', '2022-09-03 13:42:20', '2022-09-09 09:55:09');
46-
INSERT INTO `toolbox_config` VALUES (9, 'cdn.cdnjs', 'https://cdn.staticfile.org', '2022-03-02 17:56:15', '2022-03-02 17:56:15');
47-
INSERT INTO `toolbox_config` VALUES (10, 'cdn.npm', 'https://npm.elemecdn.com', '2022-03-02 17:56:15', '2022-03-02 18:13:43');
48-
INSERT INTO `toolbox_config` VALUES (11, 'cloud.mirror', 'https://github.com/{owner}/{repo}/raw/{branch}/{path}', '2021-12-22 18:31:59', '2021-12-22 18:31:59');
49-
INSERT INTO `toolbox_config` VALUES (12, 'oauth.github.enable', '1', '2021-12-22 18:31:59', '2021-12-22 18:31:59');
50-
INSERT INTO `toolbox_config` VALUES (13, 'oauth.github.client_id', '', '2021-12-22 18:31:59', '2021-12-22 18:31:59');
51-
INSERT INTO `toolbox_config` VALUES (14, 'oauth.gitee.client_secret', '', '2021-12-22 18:31:59', '2021-12-22 18:31:59');
52-
INSERT INTO `toolbox_config` VALUES (15, 'oauth.gitee.enable', '0', '2021-12-22 18:31:59', '2022-09-09 22:28:34');
53-
INSERT INTO `toolbox_config` VALUES (16, 'oauth.gitee.client_id', '', '2022-09-09 11:37:42', '2022-09-09 11:37:48');
54-
INSERT INTO `toolbox_config` VALUES (17, 'oauth.github.client_secret', '', '2021-12-22 18:31:59', '2021-12-22 18:31:59');
46+
INSERT INTO `toolbox_config` VALUES (9, 'global.chat', 'https://t.me/aoaostar', '2022-09-03 13:42:20', '2022-09-09 09:55:09');
47+
INSERT INTO `toolbox_config` VALUES (10, 'cdn.cdnjs', 'https://cdn.staticfile.org', '2022-03-02 17:56:15', '2022-03-02 17:56:15');
48+
INSERT INTO `toolbox_config` VALUES (11, 'cdn.npm', 'https://npm.elemecdn.com', '2022-03-02 17:56:15', '2022-03-02 18:13:43');
49+
INSERT INTO `toolbox_config` VALUES (12, 'cloud.mirror', 'https://github.com/{owner}/{repo}/raw/{branch}/{path}', '2021-12-22 18:31:59', '2021-12-22 18:31:59');
50+
INSERT INTO `toolbox_config` VALUES (13, 'oauth.github.enable', '1', '2021-12-22 18:31:59', '2021-12-22 18:31:59');
51+
INSERT INTO `toolbox_config` VALUES (14, 'oauth.github.client_id', '', '2021-12-22 18:31:59', '2021-12-22 18:31:59');
52+
INSERT INTO `toolbox_config` VALUES (15, 'oauth.gitee.client_secret', '', '2021-12-22 18:31:59', '2021-12-22 18:31:59');
53+
INSERT INTO `toolbox_config` VALUES (16, 'oauth.gitee.enable', '0', '2021-12-22 18:31:59', '2022-09-09 22:28:34');
54+
INSERT INTO `toolbox_config` VALUES (17, 'oauth.gitee.client_id', '', '2022-09-09 11:37:42', '2022-09-09 11:37:48');
55+
INSERT INTO `toolbox_config` VALUES (18, 'oauth.github.client_secret', '', '2021-12-22 18:31:59', '2021-12-22 18:31:59');
5556

5657
-- ----------------------------
5758
-- Table structure for toolbox_migration

runtime/update/sql/202210191837.sql

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
INSERT INTO `toolbox_config` (`key`, `value`, `create_time`, `update_time`) VALUES ('global.chat', 'https://t.me/aoaostar', '2022-10-19 09:46:13', '2022-10-19 09:57:45');

0 commit comments

Comments
 (0)