dataservices-api/client/sql/00_installation_test.sql

7 lines
140 B
MySQL
Raw Normal View History

-- Install dependencies
CREATE EXTENSION postgis;
CREATE EXTENSION plproxy;
-- Install the extension
CREATE EXTENSION cdb_geocoder_client;