diff options
| author | shizhendong <[email protected]> | 2021-04-07 16:58:08 +0800 |
|---|---|---|
| committer | shizhendong <[email protected]> | 2021-04-07 16:58:08 +0800 |
| commit | d65dd262167d06ec838009ad694ef52760a8b984 (patch) | |
| tree | a34d601d851da1914ed7b168c31169ba08e68ec9 /nz-admin/db/2020-12-18.sql | |
| parent | 82503bb72ce5d35c51d3b1dbe54f3dc9810924c7 (diff) | |
remove: 移除无用文件develop
Diffstat (limited to 'nz-admin/db/2020-12-18.sql')
| -rw-r--r-- | nz-admin/db/2020-12-18.sql | 10 |
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 |
