diff options
author | Santo Cariotti <santo@dcariotti.me> | 2025-01-24 14:00:52 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2025-01-24 14:00:52 +0100 |
commit | acbc80a2e31ce66d41d841f449a4248859b80de9 (patch) | |
tree | 29e3f3bddaa069b4ff9d70d78e98dde28dd24530 | |
parent | 25174011aeed61e860234139c06782b439bd100b (diff) |
Fix extension
-rw-r--r-- | yaml/postgres.yaml | 2 |
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, |