f9f73d2d62
This fix was already present at one point in cartodb/lib/sql (where the code was copied from) but in a different branch than the one the code was initially copied from. The fix depends on plpython language which becomes a new dependency.
7 lines
193 B
Plaintext
7 lines
193 B
Plaintext
default_version = '@@VERSION@@'
|
|
comment = 'Turn a database into a cartodb user database.'
|
|
superuser = true
|
|
relocatable = false
|
|
schema = cartodb
|
|
requires = 'schema_triggers, postgis, plpythonu'
|