mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 21:16:22 +00:00
fix: hacer el dump desde rails
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
11d0431b34
commit
eba42c9b79
1 changed files with 85 additions and 8 deletions
|
@ -1,10 +1,3 @@
|
||||||
--
|
|
||||||
-- PostgreSQL database dump
|
|
||||||
--
|
|
||||||
|
|
||||||
-- Dumped from database version 15.2
|
|
||||||
-- Dumped by pg_dump version 15.2
|
|
||||||
|
|
||||||
SET statement_timeout = 0;
|
SET statement_timeout = 0;
|
||||||
SET lock_timeout = 0;
|
SET lock_timeout = 0;
|
||||||
SET idle_in_transaction_session_timeout = 0;
|
SET idle_in_transaction_session_timeout = 0;
|
||||||
|
@ -1242,7 +1235,8 @@ CREATE TABLE public.sites (
|
||||||
tienda_api_key_ciphertext character varying DEFAULT ''::character varying,
|
tienda_api_key_ciphertext character varying DEFAULT ''::character varying,
|
||||||
tienda_url character varying DEFAULT ''::character varying,
|
tienda_url character varying DEFAULT ''::character varying,
|
||||||
api_key_ciphertext character varying,
|
api_key_ciphertext character varying,
|
||||||
slugify_mode character varying DEFAULT 'default'::character varying
|
slugify_mode character varying DEFAULT 'default'::character varying,
|
||||||
|
pagination boolean DEFAULT false
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
@ -2244,3 +2238,86 @@ ALTER TABLE ONLY public.active_storage_attachments
|
||||||
-- PostgreSQL database dump complete
|
-- PostgreSQL database dump complete
|
||||||
--
|
--
|
||||||
|
|
||||||
|
SET search_path TO "$user", public;
|
||||||
|
|
||||||
|
INSERT INTO "schema_migrations" (version) VALUES
|
||||||
|
('20180925183241'),
|
||||||
|
('20190211184815'),
|
||||||
|
('20190703190859'),
|
||||||
|
('20190703200455'),
|
||||||
|
('20190705195758'),
|
||||||
|
('20190705215536'),
|
||||||
|
('20190706000159'),
|
||||||
|
('20190706002615'),
|
||||||
|
('20190711183726'),
|
||||||
|
('20190712165059'),
|
||||||
|
('20190716195155'),
|
||||||
|
('20190716195449'),
|
||||||
|
('20190716195811'),
|
||||||
|
('20190716195812'),
|
||||||
|
('20190716202024'),
|
||||||
|
('20190717214308'),
|
||||||
|
('20190718185817'),
|
||||||
|
('20190719221653'),
|
||||||
|
('20190723220002'),
|
||||||
|
('20190725185427'),
|
||||||
|
('20190726003756'),
|
||||||
|
('20190730211624'),
|
||||||
|
('20190730211756'),
|
||||||
|
('20190820225238'),
|
||||||
|
('20190829163530'),
|
||||||
|
('20190829180743'),
|
||||||
|
('20200118155319'),
|
||||||
|
('20200126175158'),
|
||||||
|
('20200130193655'),
|
||||||
|
('20200205173039'),
|
||||||
|
('20200206151057'),
|
||||||
|
('20200206163257'),
|
||||||
|
('20200527221900'),
|
||||||
|
('20200529154040'),
|
||||||
|
('20200615171026'),
|
||||||
|
('20200616133218'),
|
||||||
|
('20200801230101'),
|
||||||
|
('20200801233025'),
|
||||||
|
('20200810230944'),
|
||||||
|
('20200811210507'),
|
||||||
|
('20200816003344'),
|
||||||
|
('20200820165316'),
|
||||||
|
('20200822204920'),
|
||||||
|
('20201111203031'),
|
||||||
|
('20201207152354'),
|
||||||
|
('20201224162153'),
|
||||||
|
('20201224162154'),
|
||||||
|
('20210414152728'),
|
||||||
|
('20210504224144'),
|
||||||
|
('20210504224343'),
|
||||||
|
('20210506212356'),
|
||||||
|
('20210507221120'),
|
||||||
|
('20210511211357'),
|
||||||
|
('20210722191718'),
|
||||||
|
('20210807003928'),
|
||||||
|
('20210807004941'),
|
||||||
|
('20210926205448'),
|
||||||
|
('20211008201239'),
|
||||||
|
('20211022224008'),
|
||||||
|
('20211022225449'),
|
||||||
|
('20220406211042'),
|
||||||
|
('20220428135113'),
|
||||||
|
('20220712135053'),
|
||||||
|
('20220802153308'),
|
||||||
|
('20230119165420'),
|
||||||
|
('20230318183722'),
|
||||||
|
('20230322214924'),
|
||||||
|
('20230322231344'),
|
||||||
|
('20230325163802'),
|
||||||
|
('20230328200129'),
|
||||||
|
('20230328213242'),
|
||||||
|
('20230328231029'),
|
||||||
|
('20230411185406'),
|
||||||
|
('20230415153231'),
|
||||||
|
('20230421182627'),
|
||||||
|
('20230424174544'),
|
||||||
|
('20230519143500'),
|
||||||
|
('20230524190240');
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue