Navigation Menu

Skip to content

Commit

Permalink
fix db script
Browse files Browse the repository at this point in the history
  • Loading branch information
qicz committed Jun 8, 2021
1 parent bd00869 commit b856d6b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -968,7 +968,7 @@ INSERT INTO `sys_module` VALUES ('webfile_unzip', 'cmsWebFile/unzipParameters',
INSERT INTO `sys_module` VALUES ('webfile_upload', 'cmsWebFile/upload', 'cmsWebFile/doUpload,cmsWebFile/check', NULL, 'webfile_list', 0, 0);
INSERT INTO `sys_module` VALUES ('webfile_zip', NULL, 'cmsWebFile/zip', NULL, 'webfile_list', 0, 0);
INSERT INTO `sys_module` VALUES ('word_list', 'cmsWord/list', NULL, 'icon-search', 'content_menu', 1, 4);
INSERT INTO `sys_module` VALUES ('repo_sync', 'cmsWebFile/list', NULL, 'icon-refresh', 'file_menu', 1, 5);
INSERT INTO `sys_module` VALUES ('repo_sync', 'sysRepoSync/sync', NULL, 'icon-refresh', 'file_menu', 1, 5);

-- ----------------------------
-- Table structure for sys_module_lang
Expand Down

0 comments on commit b856d6b

Please sign in to comment.