summaryrefslogtreecommitdiff
path: root/nz-admin/db/2020-12-04.sql
diff options
context:
space:
mode:
Diffstat (limited to 'nz-admin/db/2020-12-04.sql')
-rw-r--r--nz-admin/db/2020-12-04.sql5
1 files changed, 0 insertions, 5 deletions
diff --git a/nz-admin/db/2020-12-04.sql b/nz-admin/db/2020-12-04.sql
deleted file mode 100644
index 86524770..00000000
--- a/nz-admin/db/2020-12-04.sql
+++ /dev/null
@@ -1,5 +0,0 @@
-/**
- * 配置表中增加开发人员账号配置,用以限制菜单接口权限
- */
-DELETE from sys_config where param_key = "develop_admin";
-INSERT INTO `sys_config`(`id`, `param_key`, `param_value`, `status`, `remark`) VALUES (NULL, 'develop_admin', 'admin', 1, NULL); \ No newline at end of file