5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2025-02-27 22:31:48 +00:00

fix: eliminar dblink

This commit is contained in:
Sutty 2024-07-31 20:57:16 +00:00
parent 9a12b6a66d
commit 9b701bec5d

View file

@ -16,20 +16,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: -
--