7 lines
140 B
MySQL
7 lines
140 B
MySQL
|
-- Install dependencies
|
||
|
CREATE EXTENSION postgis;
|
||
|
CREATE EXTENSION plproxy;
|
||
|
|
||
|
-- Install the extension
|
||
|
CREATE EXTENSION cdb_geocoder_client;
|