Update instructions to install in existing cartodb databases

Mentions postgis extension needs to be created from unpackaged when
migrating existing cartodb databases. See #6.
This commit is contained in:
Sandro Santilli 2014-05-08 19:01:32 +02:00
parent 155844cbc6
commit 402d04baf4

View File

@ -51,6 +51,8 @@ cartodb functions from the 'public' schema. All new cartodb objects will
be in the "cartodb" schema.
```sql
CREATE EXTENSION postgis FROM unpackaged;
CREATE EXTENSION schema_triggers;
CREATE EXTENSION cartodb FROM unpackaged;
```