From 3147dad2507c990c712ac116b30caeda9083bfa4 Mon Sep 17 00:00:00 2001 From: Taha Yassine Kraiem Date: Mon, 27 Dec 2021 17:15:11 +0100 Subject: [PATCH] feat(DB): FOSS changed delta file --- scripts/helm/db/init_dbs/postgresql/1.9.9/1.9.9.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/helm/db/init_dbs/postgresql/1.9.9/1.9.9.sql b/scripts/helm/db/init_dbs/postgresql/1.9.9/1.9.9.sql index f3ba07e48..5f5b8f913 100644 --- a/scripts/helm/db/init_dbs/postgresql/1.9.9/1.9.9.sql +++ b/scripts/helm/db/init_dbs/postgresql/1.9.9/1.9.9.sql @@ -6,4 +6,6 @@ CREATE INDEX IF NOT EXISTS pages_session_id_timestamp_idx ON events.pages (sessi CREATE INDEX ON events.errors (timestamp); CREATE INDEX ON public.projects (project_key); -END; \ No newline at end of file + + +COMMIT; \ No newline at end of file