My try at creating the client extension (to be tested)
This commit is contained in:
6
client/sql/00_installation_test.sql
Normal file
6
client/sql/00_installation_test.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- Install dependencies
|
||||
CREATE EXTENSION postgis;
|
||||
CREATE EXTENSION plproxy;
|
||||
|
||||
-- Install the extension
|
||||
CREATE EXTENSION cdb_geocoder_client;
|
||||
Reference in New Issue
Block a user