Salvatore La Manna
4 anni fa
6 ha cambiato i file con 0 aggiunte e 88 eliminazioni
@ -1,6 +0,0 @@
|
||||
#!/usr/bin/expect |
||||
spawn ssh -N -L 54000:172.16.12.23:50200 root@172.16.20.147 |
||||
sleep 1 |
||||
expect "assword:" |
||||
send "P0r70s2017!\r" |
||||
interact |
@ -1,6 +0,0 @@
|
||||
#!/usr/bin/expect |
||||
spawn ssh -N -L 54001:172.16.12.41:5432 root@172.16.20.147 |
||||
sleep 1 |
||||
expect "assword:" |
||||
send "P0r70s2017!\r" |
||||
interact |
@ -1,6 +0,0 @@
|
||||
#!/usr/bin/expect |
||||
ssh root@10.159.51.83 |
||||
sleep 1 |
||||
expect "assword:" |
||||
send "P0r70s2017!\r" |
||||
interact |
@ -1,15 +0,0 @@
|
||||
RIMOSSA LA PARTE RELATIVA ALLE VARIANTI CHE NON AVEVA PIU SENSO... CREDO... |
||||
CREATE OR REPLACE VIEW public."VIEW_SORTEGGIO" AS |
||||
SELECT 0 AS "ESTERNA", |
||||
i.intpraticaid, |
||||
i.numeroprogetto, |
||||
i.dtpratica, |
||||
i.dtsorteggio, |
||||
i.tipopratica, |
||||
i.statopratica, |
||||
i.status, |
||||
i.territorioid, |
||||
'' AS "COMMITTENTE", |
||||
i.validata |
||||
FROM portos_bo_intpratica i |
||||
WHERE i.status = 2 AND i.validata = true; |
File binario non mostrato.
Caricamento…
Reference in new issue