Extension installation ready
This commit is contained in:
parent
faa4f203d6
commit
c6fa292f01
@ -9,6 +9,7 @@
|
||||
DO LANGUAGE 'plpgsql' $$
|
||||
BEGIN
|
||||
CREATE TABLE IF NOT EXISTS cartodb.CDB_CONF ( KEY TEXT PRIMARY KEY, VALUE JSON NOT NULL );
|
||||
PERFORM pg_catalog.pg_extension_config_dump('cartodb.CDB_CONF', '');
|
||||
END
|
||||
$$;
|
||||
|
||||
|
1
scripts-enabled/CDB_Conf.sql
Symbolic link
1
scripts-enabled/CDB_Conf.sql
Symbolic link
@ -0,0 +1 @@
|
||||
../scripts-available/CDB_Conf.sql
|
1
scripts-enabled/CDB_Groups.sql
Symbolic link
1
scripts-enabled/CDB_Groups.sql
Symbolic link
@ -0,0 +1 @@
|
||||
../scripts-available/CDB_Groups.sql
|
1
scripts-enabled/CDB_Groups_API.sql
Symbolic link
1
scripts-enabled/CDB_Groups_API.sql
Symbolic link
@ -0,0 +1 @@
|
||||
../scripts-available/CDB_Groups_API.sql
|
Loading…
Reference in New Issue
Block a user