更新数据库脚本
This commit is contained in:
parent
0fd3867886
commit
dd6bd72c84
|
|
@ -120,7 +120,7 @@ AUTO_INCREMENT=2
|
|||
-- Records of blade_generate
|
||||
-- ----------------------------
|
||||
BEGIN;
|
||||
INSERT INTO `blade_generate` VALUES ('1', '测试', 'E:\\Workspaces\\blade\\SpringBlade', 'com.smallchill.gen', 'Menu', 'tfw_menu', 'id', null);
|
||||
INSERT INTO `blade_generate` VALUES ('1', '测试', 'E:\\Workspaces\\blade\\SpringBlade', 'com.smallchill.gen', 'Notice', 'blade_notice', 'id', null);
|
||||
COMMIT;
|
||||
|
||||
-- ----------------------------
|
||||
|
|
|
|||
|
|
@ -142,7 +142,7 @@ NOCACHE
|
|||
-- ----------------------------
|
||||
-- Records of BLADE_GENERATE
|
||||
-- ----------------------------
|
||||
INSERT INTO "BLADE_GENERATE" VALUES ('1', '测试', 'E:\Workspaces\git\bladepro', 'com.tonbusoft.platform', 'Blog', 'tb_yw_blog', 'f_it_xl', null);
|
||||
INSERT INTO "BLADE_GENERATE" VALUES ('1', '测试', 'E:\Workspaces\blade\SpringBlade', 'com.smallchill.gen', 'Notice', 'blade_notice', 'id', null);
|
||||
|
||||
-- ----------------------------
|
||||
-- Table structure for BLADE_LOGIN_LOG
|
||||
|
|
|
|||
|
|
@ -296,7 +296,7 @@ WITH (OIDS=FALSE)
|
|||
-- Records of blade_generate
|
||||
-- ----------------------------
|
||||
BEGIN;
|
||||
INSERT INTO "blade_generate" VALUES ('1', '测试', 'E:\Workspaces\blade\SpringBlade', 'com.smallchill.gen', 'Menu', 'blade_menu', 'id', null);
|
||||
INSERT INTO "blade_generate" VALUES ('1', '测试', 'E:\Workspaces\blade\SpringBlade', 'com.smallchill.gen', 'Notice', 'blade_notice', 'id', null);
|
||||
COMMIT;
|
||||
|
||||
-- ----------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user