From c1870bbdfeffe8e4a6d5d1ff9d32185a45386d53 Mon Sep 17 00:00:00 2001 From: "marcos.padin@outlook.es" Date: Mon, 2 Dec 2024 10:20:34 +0100 Subject: [PATCH] =?UTF-8?q?Actualizaci=C3=B3n=20v23?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../db/migration/V23__user_tutores_id.sql | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/cd2024bfs4g1-model/src/main/resources/db/migration/V23__user_tutores_id.sql b/cd2024bfs4g1-model/src/main/resources/db/migration/V23__user_tutores_id.sql index 6dd83e000..d2e77d818 100644 --- a/cd2024bfs4g1-model/src/main/resources/db/migration/V23__user_tutores_id.sql +++ b/cd2024bfs4g1-model/src/main/resources/db/migration/V23__user_tutores_id.sql @@ -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);