From b05d7445cf7984bf65dbd07455f4e161e8f8d60c Mon Sep 17 00:00:00 2001 From: Wisp X <1591788658@qq.com> Date: Wed, 21 Nov 2018 11:58:42 +0800 Subject: [PATCH] up install.sql --- install.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sql b/install.sql index 5840e236..9ac5b592 100644 --- a/install.sql +++ b/install.sql @@ -79,7 +79,7 @@ INSERT INTO `lsky_config` (`id`, `key`, `type`, `input_type`, `name`, `title`, ` (38, 'upyun', 'text', 'text', 'upyun_operator_name', 'OperatorName', '操作员账号', '', ''), (39, 'upyun', 'text', 'password', 'upyun_operator_pwd', 'OperatorPwd', '操作员密码', '', ''), (40, 'upyun', 'text', 'text', 'upyun_service_name', 'ServiceName', '云储存服务名称', '', ''), -(41, '', 'text', 'text', 'system_version', '系统版本', NULL, '1.0', ''); +(41, '', 'text', 'text', 'system_version', '系统版本', NULL, '1.1', ''); -- -------------------------------------------------------- @@ -171,4 +171,4 @@ ALTER TABLE `lsky_images` -- 使用表AUTO_INCREMENT `lsky_users` -- ALTER TABLE `lsky_users` - MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; \ No newline at end of file + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;