borders/db/create_extensions.sql

7 lines
97 B
SQL

\c gis
CREATE EXTENSION postgis;
CREATE EXTENSION hstore;
\c borders
CREATE EXTENSION postgis;