no message

git-svn-id: https://svn.coded.pt/svn/SIPRP@367 bb69d46d-e84e-40c8-a05a-06db0d633741
0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
Frederico Palma 19 years ago
parent cbe09d6aad
commit e3e9756e6c

@ -64,8 +64,10 @@ public class V7_2_To_V7_4
+" data date,"
+" estado int4,"
+" prestador_id int4,"
+" processo_id int4,"
+" CONSTRAINT trabalhadores_consultas_pkey PRIMARY KEY (id),"
+" CONSTRAINT trabalhadores_consultas_prestador_id_fkey FOREIGN KEY (prestador_id) REFERENCES prestadores (id) ON UPDATE RESTRICT ON DELETE RESTRICT,"
+" CONSTRAINT trabalhadores_consultas_processo_id_fkey FOREIGN KEY (processo_id) REFERENCES trabalhadores_processo (id) ON UPDATE RESTRICT ON DELETE RESTRICT,"
+" CONSTRAINT trabalhadores_consultas_trabalhador_id_fkey FOREIGN KEY (trabalhador_id) REFERENCES trabalhadores (id) ON UPDATE RESTRICT ON DELETE RESTRICT"
+") "
+"WITHOUT OIDS;"
@ -122,7 +124,9 @@ public class V7_2_To_V7_4
+" trabalhador_id int4,"
+" estado int4,"
+" data date,"
+" processo_id int4,"
+" CONSTRAINT trabalhadores_ecgs_pkey PRIMARY KEY (id),"
+" CONSTRAINT trabalhadores_ecds_processo_id_fkey FOREIGN KEY (processo_id) REFERENCES trabalhadores_processo (id) ON UPDATE RESTRICT ON DELETE RESTRICT,"
+" CONSTRAINT trabalhadores_ecgs_trabalhador_id_fkey FOREIGN KEY (trabalhador_id) REFERENCES trabalhadores (id) ON UPDATE RESTRICT ON DELETE RESTRICT"
+") "
+"WITHOUT OIDS;"

Loading…
Cancel
Save