From 0c23cc4f4fb6391db512adae668be4e74ff25955 Mon Sep 17 00:00:00 2001 From: antoniocarlon Date: Mon, 20 Jan 2020 11:07:00 +0100 Subject: [PATCH] Modification to trigger the CI --- client/cdb_dataservices_client--0.27.0--0.28.0.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/client/cdb_dataservices_client--0.27.0--0.28.0.sql b/client/cdb_dataservices_client--0.27.0--0.28.0.sql index f4cb09a..a1e1ed3 100644 --- a/client/cdb_dataservices_client--0.27.0--0.28.0.sql +++ b/client/cdb_dataservices_client--0.27.0--0.28.0.sql @@ -80,3 +80,4 @@ $$ LANGUAGE 'plpgsql' SECURITY DEFINER STABLE PARALLEL UNSAFE GRANT EXECUTE ON FUNCTION cdb_dataservices_client.cdb_geocodio_geocode_street_point(searchtext text, city text, state_province text, country text) TO publicuser; GRANT EXECUTE ON FUNCTION cdb_dataservices_client._cdb_geocodio_geocode_street_point_exception_safe(searchtext text, city text, state_province text, country text ) TO publicuser; +