From acbc80a2e31ce66d41d841f449a4248859b80de9 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Fri, 24 Jan 2025 14:00:52 +0100 Subject: Fix extension --- yaml/postgres.yaml | 2 ++ 1 file changed, 2 insertions(+) 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, -- cgit v1.2.3-18-g5258