summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2025-01-24 14:00:52 +0100
committerSanto Cariotti <santo@dcariotti.me>2025-01-24 14:00:52 +0100
commitacbc80a2e31ce66d41d841f449a4248859b80de9 (patch)
tree29e3f3bddaa069b4ff9d70d78e98dde28dd24530
parent25174011aeed61e860234139c06782b439bd100b (diff)
Fix extension
-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,