Files
crankshaft/pg/test/0.0.1/expected/01_install_test.out
Javier Goizueta 666ef18275 Add the cartodb extension as a dependency
It will be handy to have it available for SQL-implemented functions
2016-02-18 19:18:15 +01:00

7 lines
158 B
Plaintext

-- Install dependencies
CREATE EXTENSION plpythonu;
CREATE EXTENSION postgis;
CREATE EXTENSION cartodb;
-- Install the extension
CREATE EXTENSION crankshaft;