Files
voyage/backend/init-postgis.sql
2024-08-23 23:49:05 -04:00

2 lines
88 B
SQL

CREATE EXTENSION IF NOT EXISTS postgis;
CREATE EXTENSION IF NOT EXISTS postgis_topology;