Skip to content
This repository has been archived by the owner on Feb 4, 2025. It is now read-only.

Commit

Permalink
Actualización v23
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Dec 2, 2024
1 parent 4506c95 commit c1870bb
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,23 +36,23 @@ INSERT into troutes (id,permissionid,enabled,id_rolename)


INSERT into tmenu (id,attr,visible,enabled,id_rolename)
VALUES ('19','bootcamps', false, false ,4);
VALUES ('19','bootcamps',false,false,4);
INSERT into tmenu (id,attr,visible,enabled,id_rolename)
VALUES ('20','students' ,false ,false ,4;
VALUES ('20','students' ,false,false,4);
INSERT into tmenu (id,attr,visible,enabled,id_rolename)
VALUES ('21','config', false, false, 4);
VALUES ('21','config',false,false,4);
INSERT into tmenu (id,attr,visible,enabled,id_rolename)
VALUES ('22','tutors', false, false, 4);
VALUES ('22','tutors',false,false,4);

INSERT into tmenu (id,attr,visible,enabled,id_rolename)
VALUES ('18','personalinfo' ,false, false, 4);
VALUES ('18','personalinfo' ,false, false,4);
INSERT into tmenu (id,attr,visible,enabled,id_rolename)
VALUES ('26','personaltutorinfo', true, true, 4);
VALUES ('26','personaltutorinfo',true,true,4);

INSERT into tmenu (id,attr,visible,enabled,id_rolename)
VALUES ('30','admin', false ,false, 4);
VALUES ('30','admin',false,false,4);
INSERT into tmenu (id,attr,visible,enabled,id_rolename)
VALUES ('17','home', false, false ,4);
VALUES ('17','home',false,false,4);



0 comments on commit c1870bb

Please sign in to comment.