5 lines
106 B
Plaintext
5 lines
106 B
Plaintext
-- Install dependencies
|
|
CREATE EXTENSION plpythonu;
|
|
-- Install the extension
|
|
CREATE EXTENSION crankshaft;
|