Skip to content

Commit

Permalink
Actualiza, incluido cor1440_gen con nueva implementacion de marco log…
Browse files Browse the repository at this point in the history
…ico en formulario de proyecto. Closes #302
  • Loading branch information
vtamara committed Dec 20, 2024
1 parent 9aca9a6 commit 6b84071
Show file tree
Hide file tree
Showing 7 changed files with 260 additions and 238 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,4 @@ public/fasol/si/cobertura/
node_modules
raspadores/minjusticia_legalapp/*.csv
ref
public/assets
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ GIT

GIT
remote: https://gitlab.com/pasosdeJesus/cor1440_gen.git
revision: 762b5a22e397db98d2044959bf30c9752ed58499
revision: 7036488d6a77675ca7ccbeab011c9705a6ee0953
branch: v2.2
specs:
cor1440_gen (2.2.0.beta7)
Expand Down
19 changes: 17 additions & 2 deletions db/structure.sql
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ SET xmloption = content;
SET client_min_messages = warning;
SET row_security = off;

--
-- Name: public; Type: SCHEMA; Schema: -; Owner: -
--

-- *not* creating schema, since initdb creates it


--
-- Name: es_co_utf_8; Type: COLLATION; Schema: public; Owner: -
--
Expand Down Expand Up @@ -12861,11 +12868,11 @@ ALTER TABLE ONLY public.msip_persona


--
-- Name: sivel2_gen_presponsable presponsable_papa_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
-- Name: sivel2_gen_presponsable presponsable_papa_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--

ALTER TABLE ONLY public.sivel2_gen_presponsable
ADD CONSTRAINT presponsable_papa_id_fkey FOREIGN KEY (papa_id) REFERENCES public.sivel2_gen_presponsable(id);
ADD CONSTRAINT presponsable_papa_fkey FOREIGN KEY (papa_id) REFERENCES public.sivel2_gen_presponsable(id);


--
Expand All @@ -12884,6 +12891,14 @@ ALTER TABLE ONLY public.sivel2_gen_caso_presponsable
ADD CONSTRAINT presuntos_responsables_caso_id_p_responsable_fkey FOREIGN KEY (presponsable_id) REFERENCES public.sivel2_gen_presponsable(id);


--
-- Name: sivel2_gen_presponsable presuntos_responsables_id_papa_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--

ALTER TABLE ONLY public.sivel2_gen_presponsable
ADD CONSTRAINT presuntos_responsables_id_papa_fkey FOREIGN KEY (papa_id) REFERENCES public.sivel2_gen_presponsable(id);


--
-- Name: sivel2_gen_profesion_victimacolectiva profesion_victimacolectiva_id_profesion_fkey1; Type: FK CONSTRAINT; Schema: public; Owner: -
--
Expand Down
1 change: 0 additions & 1 deletion public/assets

This file was deleted.

File renamed without changes.
1 change: 1 addition & 0 deletions public/fasol/si/assets
474 changes: 240 additions & 234 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 6b84071

Please sign in to comment.