File tree Expand file tree Collapse file tree 2 files changed +258
-266
lines changed
Expand file tree Collapse file tree 2 files changed +258
-266
lines changed Original file line number Diff line number Diff line change @@ -9517,11 +9517,11 @@ ALTER TABLE ONLY public.msip_persona
95179517
95189518
95199519--
9520- -- Name: sivel2_gen_presponsable presponsable_papa_fkey ; Type: FK CONSTRAINT; Schema: public; Owner: -
9520+ -- Name: sivel2_gen_presponsable presponsable_papa_id_fkey ; Type: FK CONSTRAINT; Schema: public; Owner: -
95219521--
95229522
95239523ALTER TABLE ONLY public .sivel2_gen_presponsable
9524- ADD CONSTRAINT presponsable_papa_fkey FOREIGN KEY (papa_id) REFERENCES public .sivel2_gen_presponsable (id);
9524+ ADD CONSTRAINT presponsable_papa_id_fkey FOREIGN KEY (papa_id) REFERENCES public .sivel2_gen_presponsable (id);
95259525
95269526
95279527--
@@ -9540,14 +9540,6 @@ ALTER TABLE ONLY public.sivel2_gen_caso_presponsable
95409540 ADD CONSTRAINT presuntos_responsables_caso_id_p_responsable_fkey FOREIGN KEY (presponsable_id) REFERENCES public .sivel2_gen_presponsable (id);
95419541
95429542
9543- --
9544- -- Name: sivel2_gen_presponsable presuntos_responsables_id_papa_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
9545- --
9546-
9547- ALTER TABLE ONLY public .sivel2_gen_presponsable
9548- ADD CONSTRAINT presuntos_responsables_id_papa_fkey FOREIGN KEY (papa_id) REFERENCES public .sivel2_gen_presponsable (id);
9549-
9550-
95519543--
95529544-- Name: sivel2_gen_profesion_victimacolectiva profesion_victimacolectiva_id_profesion_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
95539545--
You can’t perform that action at this time.
0 commit comments