6 lines
132 B
Plaintext
6 lines
132 B
Plaintext
-- Install dependencies
|
|
CREATE EXTENSION plpythonu;
|
|
CREATE EXTENSION postgis;
|
|
-- Install the extension
|
|
CREATE EXTENSION crankshaft;
|