diff --git a/frontend/config/config.php b/frontend/config/config.php index dd381e5e..dc10b389 100644 --- a/frontend/config/config.php +++ b/frontend/config/config.php @@ -17,7 +17,7 @@ /* 基本设置。Basic settings. */ $config->platformVersion = getenv('CHART_VERSION');// 渠成平台版本。The version of Qucheng platform. -$config->version = '2.2.0'; // 渠成Web版本。 The version of Web Service of Qucheng. Don't change it. +$config->version = '2.3.0'; // 渠成Web版本。 The version of Web Service of Qucheng. Don't change it. $config->charset = 'UTF-8'; // 编码。 The encoding of Qucheng. $config->cookieLife = time() + 2592000; // Cookie的生存时间。The cookie life time. $config->timezone = 'Asia/Shanghai'; // 时区设置。 The time zone setting, for more see http://www.php.net/manual/en/timezones.php. diff --git a/frontend/db/data.sql b/frontend/db/data.sql index acf9110f..1f81d69e 100644 --- a/frontend/db/data.sql +++ b/frontend/db/data.sql @@ -220,7 +220,7 @@ CREATE TABLE IF NOT EXISTS `q_navinstance` ( REPLACE INTO `q_config` (`owner`, `module`, `section`, `key`, `value`) VALUES ('system', 'navigation', 'global', 'hideInaccessible', 'off'); REPLACE INTO `q_config` (`owner`, `module`, `section`, `key`, `value`) VALUES ('system', 'common', 'global', 'allowAnonymousAccess', 'off'); -REPLACE INTO `q_config` (`owner`, `module`, `section`, `key`, `value`) VALUES ('system', 'common', 'global', 'version', '2.2.0'); +REPLACE INTO `q_config` (`owner`, `module`, `section`, `key`, `value`) VALUES ('system', 'common', 'global', 'version', '2.3.0'); set sql_mode = ''; REPLACE INTO `q_company` (`id`, `name`, `admins`) VALUES (1, '', ',qadmin,');