Postgres
How can I enable PostGIS?
You'll need to install Postgis:
Then create the extension:
Last up, change your DATABASE_URL env var to start with postgis://
instead of postgresql://
Last updated
You'll need to install Postgis:
Then create the extension:
Last up, change your DATABASE_URL env var to start with postgis://
instead of postgresql://
Last updated