diff --git a/scripts-available/CDB_Conf.sql b/scripts-available/CDB_Conf.sql index f6aa7fa..7c9e3e8 100644 --- a/scripts-available/CDB_Conf.sql +++ b/scripts-available/CDB_Conf.sql @@ -47,7 +47,7 @@ FUNCTION cartodb._CDB_Conf_Cache(operation text, key text) RETURNS JSON AS $$ if 'conf' not in SD: - SD['conf'] = dict() + SD['conf'] = {} if operation == 'remove': if key in SD['conf']: