summaryrefslogtreecommitdiff
path: root/yaml/postgres.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'yaml/postgres.yaml')
-rw-r--r--yaml/postgres.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/yaml/postgres.yaml b/yaml/postgres.yaml
index a3117a6..e53ea43 100644
--- a/yaml/postgres.yaml
+++ b/yaml/postgres.yaml
@@ -42,6 +42,8 @@ metadata:
name: postgres-init-scripts
data:
init.sql: |
+ CREATE EXTENSION postgis;
+
CREATE TABLE users(
id SERIAL NOT NULL,
email text NOT NULL,