Skip to content

Commit d3943d1

Browse files
committed
更新数据库文件
Signed-off-by: vilson <545522390@qq.com>
1 parent 17a8266 commit d3943d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/2.8.0/2.8.13-2.8.14.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SET FOREIGN_KEY_CHECKS=0;
22

3-
INSERT INTO `pearProject`.`pear_system_config`(`id`, `name`, `value`) VALUES (44, 'single_mode', '0');
4-
INSERT INTO `pearProject`.`pear_system_config`(`id`, `name`, `value`) VALUES (45, 'single_org_code', '');
3+
INSERT INTO `pearProject`.`pear_system_config`(`name`, `value`) VALUES ('single_mode', '0');
4+
INSERT INTO `pearProject`.`pear_system_config`(`name`, `value`) VALUES ('single_org_code', '');
55

66
SET FOREIGN_KEY_CHECKS=1;

0 commit comments

Comments
 (0)