Removed unused declaration
This commit is contained in:
parent
2a6e63b618
commit
ad9619bb00
@ -16,7 +16,6 @@ DECLARE
|
|||||||
result cdb_dataservices_client._entity_config;
|
result cdb_dataservices_client._entity_config;
|
||||||
apikey_config json;
|
apikey_config json;
|
||||||
is_organization boolean;
|
is_organization boolean;
|
||||||
username text;
|
|
||||||
organization_name text DEFAULT NULL;
|
organization_name text DEFAULT NULL;
|
||||||
BEGIN
|
BEGIN
|
||||||
SELECT cartodb.cdb_conf_getconf('api_keys_'||session_user) INTO apikey_config;
|
SELECT cartodb.cdb_conf_getconf('api_keys_'||session_user) INTO apikey_config;
|
||||||
|
Loading…
Reference in New Issue
Block a user