mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-24 15:29:36 +02:00
PostGIS migration for docker
This commit is contained in:
parent
dab6efbe32
commit
e489a70980
6 changed files with 22 additions and 14 deletions
2
backend/init-postgis.sql
Normal file
2
backend/init-postgis.sql
Normal file
|
@ -0,0 +1,2 @@
|
|||
CREATE EXTENSION IF NOT EXISTS postgis;
|
||||
CREATE EXTENSION IF NOT EXISTS postgis_topology;
|
Loading…
Add table
Add a link
Reference in a new issue