First Commit - Source Code from Reply

This commit is contained in:
vincenzofariello
2024-05-13 12:54:14 +02:00
parent 73e32a5020
commit a15aee1f08
11184 changed files with 1065913 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
update DBCGO_FUNZIONE_WEB
set id_padre=6 where id=20 ;
update DBCGO_FUNZIONE_WEB
set id_padre=2 where id=19 ;
delete
From DBCGO.DBCGO_PROFILO_FUNZIONE_WEB
Where ID_FUNZIONE in (17,18) ;
delete DBCGO_FUNZIONE_WEB
where id in (17,18) ;
UPDATE DBCGO_FUNZIONE_WEB SET MENU = '0' WHERE ID in (12,13,14);
INSERT INTO DBCGO_FUNZIONE_WEB (ID,ID_PADRE,NOME,COMANDO,DESCRIZIONE,ORDINE,MENU)
VALUES (29,22,'FRANCHIGIA RECIPIENT','franchigiaRecipientSearch.do','Report SLA Franchigia Recipent',108,1);
INSERT INTO DBCGO_FUNZIONE_WEB (ID,ID_PADRE,NOME,COMANDO,DESCRIZIONE,ORDINE,MENU)
VALUES (30,22,'FRANCHIGIA DONOR','franchigiaDonorSearch.do','Report SLA Franchigia Donor',109,1);
Insert into DBCGO_PROFILO_FUNZIONE_WEB
(ID_PROFILO, ID_FUNZIONE)
Values
(1, 29);
Insert into DBCGO_PROFILO_FUNZIONE_WEB
(ID_PROFILO, ID_FUNZIONE)
Values
(1, 30);
Insert into DBCGO_PROFILO_FUNZIONE_WEB
(ID_PROFILO, ID_FUNZIONE)
Values
(2, 29);
Insert into DBCGO_PROFILO_FUNZIONE_WEB
(ID_PROFILO, ID_FUNZIONE)
Values
(2, 30);
Insert into DBCGO_PROFILO_FUNZIONE_WEB
(ID_PROFILO, ID_FUNZIONE)
Values
(6, 29);
Insert into DBCGO_PROFILO_FUNZIONE_WEB
(ID_PROFILO, ID_FUNZIONE)
Values
(6, 30)
/