5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-01 12:16:07 +00:00

fix: dblink no es una extensión que usemos
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
f 2023-05-24 15:53:01 -03:00
parent 707695f97d
commit 11d0431b34

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: -
--