modified 完善SQL文件

This commit is contained in:
zhaoxiang 2016-11-30 01:07:27 +08:00
parent 2470bcc176
commit d2dd21aa82

View File

@ -134,7 +134,8 @@ VALUES
(47, '启用规则组', 28, 'FilterManager/open', 0, 0, 0, '', 0), (47, '启用规则组', 28, 'FilterManager/open', 0, 0, 0, '', 0),
(48, '禁用规则组', 28, 'FilterManager/close', 0, 0, 0, '', 0), (48, '禁用规则组', 28, 'FilterManager/close', 0, 0, 0, '', 0),
(49, '删除规则组', 28, 'FilterManager/del', 0, 0, 0, '', 0), (49, '删除规则组', 28, 'FilterManager/del', 0, 0, 0, '', 0),
(50, '编辑规则组', 28, 'FilterManager/edit', 0, 0, 0, '', 0); (50, '编辑规则组', 28, 'FilterManager/edit', 0, 0, 0, '', 0),
(51,'编辑秘钥',27,'KeyManager/edit',0,0,0,'',0);
/*!40000 ALTER TABLE `menu` ENABLE KEYS */; /*!40000 ALTER TABLE `menu` ENABLE KEYS */;
UNLOCK TABLES; UNLOCK TABLES;