From 6c02cf359f2d90895fba585701bee6b2239e8d56 Mon Sep 17 00:00:00 2001 From: WispX <1591788658@qq.com> Date: Sat, 29 Dec 2018 23:25:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=8A=E4=B8=AA=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=AE=89=E8=A3=85=E5=87=BA=E9=94=99=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- {config => application/index/config}/naming.php | 0 install.sql | 2 +- update.sql | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) rename {config => application/index/config}/naming.php (100%) diff --git a/config/naming.php b/application/index/config/naming.php similarity index 100% rename from config/naming.php rename to application/index/config/naming.php diff --git a/install.sql b/install.sql index de7ca828..8b8534fd 100644 --- a/install.sql +++ b/install.sql @@ -79,7 +79,7 @@ INSERT INTO `lsky_config` (`id`, `key`, `type`, `input_type`, `name`, `title`, ` (38, 'uss', 'text', 'text', 'uss_operator_name', 'OperatorName', '操作员账号', '', ''), (39, 'uss', 'text', 'password', 'uss_operator_pwd', 'OperatorPwd', '操作员密码', '', ''), (40, 'uss', 'text', 'text', 'uss_service_name', 'ServiceName', '云储存服务名称', '', ''), -(41, '', 'text', 'text', 'system_version', '系统版本', NULL, '1.3.3', ''), +(41, '', 'text', 'text', 'system_version', '系统版本', NULL, '1.4.1', ''), (42, 'audit', 'bool', 'checkbox', 'open_audit', '开启图片鉴黄', '鉴黄接口申请地址:https://www.moderatecontent.com', '0', ''), diff --git a/update.sql b/update.sql index 8b68748a..77ab1e96 100644 --- a/update.sql +++ b/update.sql @@ -31,6 +31,7 @@ UPDATE `lsky_config` SET `value` = 'kodo' WHERE `lsky_config`.`value` = 'qiniu'; UPDATE `lsky_config` SET `value` = 'uss' WHERE `lsky_config`.`value` = 'upyun'; -- v1.4.1 +UPDATE `lsky_config` SET `value` = '1.4.1' WHERE `lsky_config`.`name` = 'system_version'; CREATE TABLE IF NOT EXISTS `lsky_folders` ( `id` int(11) PRIMARY KEY AUTO_INCREMENT NOT NULL COMMENT 'ID', `user_id` int(11) NOT NULL COMMENT '用户ID',