mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-17 02:26:23 +00:00
fix: la replicación la configuramos en otro lado
This commit is contained in:
parent
28b74492f0
commit
707695f97d
1 changed files with 0 additions and 7 deletions
|
@ -2254,13 +2254,6 @@ ALTER TABLE ONLY public.active_storage_attachments
|
||||||
ADD CONSTRAINT fk_rails_c3b3935057 FOREIGN KEY (blob_id) REFERENCES public.active_storage_blobs(id);
|
ADD CONSTRAINT fk_rails_c3b3935057 FOREIGN KEY (blob_id) REFERENCES public.active_storage_blobs(id);
|
||||||
|
|
||||||
|
|
||||||
--
|
|
||||||
-- Name: publisher; Type: PUBLICATION; Schema: -; Owner: -
|
|
||||||
--
|
|
||||||
|
|
||||||
CREATE PUBLICATION publisher FOR ALL TABLES WITH (publish = 'insert, update, delete, truncate');
|
|
||||||
|
|
||||||
|
|
||||||
--
|
--
|
||||||
-- PostgreSQL database dump complete
|
-- PostgreSQL database dump complete
|
||||||
--
|
--
|
||||||
|
|
Loading…
Reference in a new issue