mirror of
https://0xacab.org/sutty/sutty
synced 2025-02-22 14:31:48 +00:00
fix: dblink no es una extensión que usemos
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
707695f97d
commit
11d0431b34
1 changed files with 0 additions and 14 deletions
|
@ -23,20 +23,6 @@ SET row_security = off;
|
||||||
-- *not* creating schema, since initdb creates it
|
-- *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: -
|
-- Name: pg_trgm; Type: EXTENSION; Schema: -; Owner: -
|
||||||
--
|
--
|
||||||
|
|
Loading…
Reference in a new issue