diff --git a/server/init.sql b/server/init.sql index 467262cc..04892e25 100644 --- a/server/init.sql +++ b/server/init.sql @@ -1 +1 @@ -CREATE EXTENSION postgis; \ No newline at end of file +CREATE EXTENSION IF NOT EXISTS postgis; \ No newline at end of file