Sfoglia il codice sorgente

删除无用数据

周浩 9 anni fa
parent
commit
667197aeeb

+ 0 - 2
hsweb-web-bean/src/main/resources/system/install/sql/h2/install.sql

@@ -169,8 +169,6 @@ COMMENT ON COLUMN "S_ROLE"."REMARK" IS '备注';
 -- Records of S_ROLE
 -- ----------------------------
 INSERT INTO "S_ROLE" VALUES ('admin', '超级管理员', NULL, '初始数据');
-INSERT INTO "S_ROLE" VALUES ('ent', '企业用户', NULL, '企业端用户');
-INSERT INTO "S_ROLE" VALUES ('ju', '局端用户', NULL, NULL);
 
 -- ----------------------------
 -- Table structure for S_ROLE_MODULES