mirror of
https://github.com/geoserver/geoserver-cloud.git
synced 2025-12-08 20:16:08 +00:00
5 lines
121 B
SQL
Executable File
5 lines
121 B
SQL
Executable File
\c geodata
|
|
CREATE SCHEMA IF NOT EXISTS test1;
|
|
CREATE SCHEMA IF NOT EXISTS test2;
|
|
CREATE EXTENSION IF NOT EXISTS postgis;
|