Skip to content

Commit c120f78

Browse files
committed
Merge branch 'dev'
2 parents 2479a81 + f791288 commit c120f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,6 @@ INSERT INTO `lsky_config` (`id`, `key`, `type`, `input_type`, `name`, `title`, `
166166
(NULL, 'audit', 'text', 'text', 'audit_key', 'Key', NULL, '', ''),
167167
(NULL, 'audit', 'select', 'text', 'audit_index', '内容评级', '1=所有人,2=少年,3=成人', '3', '{\"1\": \"所有人\", \"2\": \"少年\", \"3\": \"成人\"}'),
168168

169-
(NULL, '', 'text', 'text', 'system_version', '系统版本', NULL, '1.5.5', '');
169+
(NULL, '', 'text', 'text', 'system_version', '系统版本', NULL, '1.5.6', '');
170170

171171
INSERT INTO `lsky_group` (`id`, `strategy`, `name`, `default`, `update_time`, `create_time`) VALUES (NULL, 'local', '默认组', '1', '0', '0');

0 commit comments

Comments
 (0)