5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-29 08:46:07 +00:00

Merge branch 'issue-13498' into panel.sutty.nl
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
f 2023-05-24 15:55:00 -03:00
commit 1b19aad65b

View file

@ -23,20 +23,6 @@ SET row_security = off;
-- *not* creating schema, since initdb creates it
--
-- Name: dblink; Type: EXTENSION; Schema: -; Owner: -
--
CREATE EXTENSION IF NOT EXISTS dblink WITH SCHEMA public;
--
-- Name: EXTENSION dblink; Type: COMMENT; Schema: -; Owner: -
--
COMMENT ON EXTENSION dblink IS 'connect to other PostgreSQL databases from within a database';
--
-- Name: pg_trgm; Type: EXTENSION; Schema: -; Owner: -
--
@ -2254,13 +2240,6 @@ ALTER TABLE ONLY public.active_storage_attachments
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
--