summaryrefslogtreecommitdiff
path: root/nz-admin/db/2020-12-18.sql
diff options
context:
space:
mode:
Diffstat (limited to 'nz-admin/db/2020-12-18.sql')
-rw-r--r--nz-admin/db/2020-12-18.sql10
1 files changed, 0 insertions, 10 deletions
diff --git a/nz-admin/db/2020-12-18.sql b/nz-admin/db/2020-12-18.sql
deleted file mode 100644
index b935d64f..00000000
--- a/nz-admin/db/2020-12-18.sql
+++ /dev/null
@@ -1,10 +0,0 @@
-/**
- * 系统内置 project 更名为 Common
- */
-update project set name = 'Common' where id = 1;
-
-/**
- * ldap template 查询超时时间
- */
-DELETE from sys_config where param_key = "ldap_query_timeout";
-INSERT INTO `sys_config`(`id`, `param_key`, `param_value`, `status`, `remark`) VALUES (NULL, 'ldap_query_timeout', '3000', 1, 'ldap template 查询超时时间,单位 milliseconds 毫秒'); \ No newline at end of file