Added the organization public user to the api key check
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
-- Add to the search path the schema
|
||||
SET search_path TO "$user",public,cartodb,cdb_geocoder_client;
|
||||
SET search_path TO public,cartodb,cdb_geocoder_client;
|
||||
|
||||
-- Mock the server function
|
||||
CREATE OR REPLACE FUNCTION cdb_geocoder_server.cdb_geocode_admin0_polygon(user_id name, user_config JSON, geocoder_config JSON, country_name text)
|
||||
|
||||
Reference in New Issue
Block a user