pull/1/head
rekoe 2016-03-22 18:20:45 +08:00
parent ec11881f75
commit 4baadb1e6c
1 changed files with 3 additions and 9 deletions

View File

@ -14,19 +14,13 @@ INSERT INTO system_user_role(USERID,ROLEID) VALUES
/* .system_role_permission */
INSERT INTO system_role_permission(ROLEID,PERMISSIONID) VALUES
(1,1)
/*.svnadmin alter*/
/*
alter table pj_gr add constraint FK_Relationship_2 foreign key (pj) references pj (pj) on delete restrict on update restrict;
/*.svnadmin alter*/
alter table pj_gr_auth add constraint FK_Reference_6 foreign key (pj, gr) references pj_gr (pj, gr) on delete restrict on update restrict;
/*.svnadmin alter*/
alter table pj_gr_usr add constraint FK_Reference_10 foreign key (pj, gr) references pj_gr (pj, gr) on delete restrict on update restrict;
/*.svnadmin alter*/
alter table pj_gr_usr add constraint FK_Reference_9 foreign key (usr) references usr (usr) on delete restrict on update restrict;
/*.svnadmin alter*/
alter table pj_usr add constraint FK_Reference_5 foreign key (pj) references pj (pj) on delete restrict on update restrict;
/*.svnadmin alter*/
alter table pj_usr add constraint FK_Reference_7 foreign key (usr) references usr (usr) on delete restrict on update restrict;
/*.svnadmin alter*/
alter table pj_usr_auth add constraint FK_Reference_11 foreign key (pj) references pj (pj) on delete restrict on update restrict;
/*.svnadmin alter*/
alter table pj_usr_auth add constraint FK_Reference_8 foreign key (usr) references usr (usr) on delete restrict on update restrict;
*/