Bump server version to 0.25.0

This commit is contained in:
Mario de Frutos
2017-06-29 14:23:44 +02:00
parent 1503b5bb2b
commit 7281c4a0e3

View File

@@ -21,4 +21,3 @@ CREATE OR REPLACE FUNCTION cdb_dataservices_server.cdb_geocode_postalcode_polygo
RETURNS Geometry AS $$
SELECT cdb_dataservices_server.cdb_geocode_postalcode_polygon(username, orgname, code::text, country);
$$ LANGUAGE SQL;