Skip to content

Commit

Permalink
Actualiza
Browse files Browse the repository at this point in the history
  • Loading branch information
vtamara committed Jan 3, 2025
1 parent ed422ce commit 7e2667c
Show file tree
Hide file tree
Showing 4 changed files with 179 additions and 196 deletions.
2 changes: 1 addition & 1 deletion .env.plantilla
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ if (test "$HEB412_RUTA" = "") then {

# Configuraciones de sivel2
if (test "$SIVEL2_CONSWEB_PUBLICA" = "") then {
export SIVEL2_CONSWEB_PUBLICA=
export SIVEL2_CONSWEB_PUBLICA=""
} fi;
if (test "$SIVEL2_CONSWEB_MAX" = "") then {
export SIVEL2_CONSWEB_MAX=2000
Expand Down
32 changes: 15 additions & 17 deletions 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: 7036488d6a77675ca7ccbeab011c9705a6ee0953
revision: 28db4314af4b6e1017f7d40886b9fc06d29bf3aa
branch: v2.2
specs:
cor1440_gen (2.2.0.beta7)
Expand All @@ -46,7 +46,7 @@ GIT

GIT
remote: https://gitlab.com/pasosdeJesus/heb412_gen.git
revision: b1d2f246f03f5bf6f743ac4e11899d8cc9aeae75
revision: da1340e054d49d1c0ca2df0ca238be029857163c
branch: v2.2
specs:
heb412_gen (2.2.0.beta7)
Expand All @@ -57,14 +57,14 @@ GIT

GIT
remote: https://gitlab.com/pasosdeJesus/jos19.git
revision: 9e26cff958fb62b665f5c320d3b896e3667e8183
revision: 7f8e15138455ffbe8ae3cbc1f78bc1f650b12a4a
branch: v2.2
specs:
jos19 (2.2.0.beta7)

GIT
remote: https://gitlab.com/pasosdeJesus/mr519_gen.git
revision: 92f0c915fb60421a343bd3b50761d21f374af21e
revision: dadbe717ccecb196cba584e9ac47be199ff22830
branch: v2.2
specs:
mr519_gen (2.2.0.beta7)
Expand All @@ -73,7 +73,7 @@ GIT

GIT
remote: https://gitlab.com/pasosdeJesus/msip.git
revision: db59b30004ae8ec6688f744cf7cdd011223ed1fb
revision: 4ac4e16b93cf76f7355087627e1bfdc65823f787
branch: v2.2
specs:
msip (2.2.0.beta7)
Expand All @@ -93,7 +93,7 @@ GIT

GIT
remote: https://gitlab.com/pasosdeJesus/sivel2_gen.git
revision: 39f8f2320d8507e33185d51c1e28546387dd27da
revision: 969acee5fad3108a241156dcedf632958d59ffed
branch: v2.2
specs:
sivel2_gen (2.2.0.beta7)
Expand Down Expand Up @@ -194,7 +194,7 @@ GEM
bindex (0.8.1)
bootsnap (1.18.4)
msgpack (~> 1.2)
brakeman (6.2.2)
brakeman (7.0.0)
racc
builder (3.3.0)
bundler-audit (0.9.2)
Expand Down Expand Up @@ -318,20 +318,18 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.4)
nokogiri (1.17.2)
nokogiri (1.18.1)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.17.2-aarch64-linux)
nokogiri (1.18.1-aarch64-linux-gnu)
racc (~> 1.4)
nokogiri (1.17.2-arm-linux)
nokogiri (1.18.1-arm-linux-gnu)
racc (~> 1.4)
nokogiri (1.17.2-arm64-darwin)
nokogiri (1.18.1-arm64-darwin)
racc (~> 1.4)
nokogiri (1.17.2-x86-linux)
nokogiri (1.18.1-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.17.2-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.17.2-x86_64-linux)
nokogiri (1.18.1-x86_64-linux-gnu)
racc (~> 1.4)
odf-report (0.8.1)
mime-types
Expand Down Expand Up @@ -441,7 +439,7 @@ GEM
rubocop-minitest (0.36.0)
rubocop (>= 1.61, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.27.0)
rubocop-rails (2.28.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.52.0, < 2.0)
Expand Down Expand Up @@ -599,4 +597,4 @@ DEPENDENCIES
will_paginate

BUNDLED WITH
2.6.1
2.6.2
19 changes: 2 additions & 17 deletions db/structure.sql
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@ 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 @@ -12868,11 +12861,11 @@ ALTER TABLE ONLY public.msip_persona


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

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


--
Expand All @@ -12891,14 +12884,6 @@ 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
Loading

0 comments on commit 7e2667c

Please sign in to comment.