Do not enable DDL triggers on extension create
Use cartodb.cdb_enable_ddl_hooks() to enable them. Closes #19
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
-- Set user quota to infinite
|
||||
SELECT CDB_SetUserQuotaInBytes(0);
|
||||
|
||||
-- Enable ddl triggers
|
||||
SELECT cartodb.cdb_enable_ddl_hooks();
|
||||
|
||||
create schema c;
|
||||
|
||||
CREATE USER cartodb_postgresql_unpriv_user;
|
||||
|
||||
Reference in New Issue
Block a user