🍻 醉酒写代码

This commit is contained in:
WispX
2019-05-08 22:25:56 +08:00
parent 51b524e28d
commit 698335daff
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -158,6 +158,6 @@ INSERT INTO `lsky_config` (`id`, `key`, `type`, `input_type`, `name`, `title`, `
(NULL, 'audit', 'text', 'text', 'audit_key', 'Key', NULL, '', ''),
(NULL, 'audit', 'select', 'text', 'audit_index', '内容评级', '1=所有人,2=少年,3=成人', '3', '{\"1\": \"所有人\", \"2\": \"少年\", \"3\": \"成人\"}'),
(NULL, '', 'text', 'text', 'system_version', '系统版本', NULL, '1.5.2', '');
(NULL, '', 'text', 'text', 'system_version', '系统版本', NULL, '1.5.3', '');
INSERT INTO `lsky_group` (`id`, `strategy`, `name`, `default`, `update_time`, `create_time`) VALUES (NULL, 'local', '默认组', '1', '0', '0');
+3
View File
@@ -70,3 +70,6 @@ ALTER TABLE `lsky_users` CHANGE `reg_ip` `reg_ip` VARCHAR(128) CHARACTER SET utf
-- v1.5.2
UPDATE `lsky_config` SET `value` = '1.5.2' WHERE `lsky_config`.`name` = 'system_version';
-- v1.5.3
UPDATE `lsky_config` SET `value` = '1.5.3' WHERE `lsky_config`.`name` = 'system_version';