From d9589ca7808fed2054c49737a23861a72d7f0b3a Mon Sep 17 00:00:00 2001 From: Mehdi Osman Date: Fri, 24 Feb 2023 13:09:59 -0500 Subject: [PATCH] Delete scripts/helm/db/init_dbs/postgresql/1.8.3 directory --- scripts/helm/db/init_dbs/postgresql/1.8.3/1.8.3.sql | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 scripts/helm/db/init_dbs/postgresql/1.8.3/1.8.3.sql diff --git a/scripts/helm/db/init_dbs/postgresql/1.8.3/1.8.3.sql b/scripts/helm/db/init_dbs/postgresql/1.8.3/1.8.3.sql deleted file mode 100644 index 30be2368d..000000000 --- a/scripts/helm/db/init_dbs/postgresql/1.8.3/1.8.3.sql +++ /dev/null @@ -1,13 +0,0 @@ -BEGIN; -CREATE OR REPLACE FUNCTION openreplay_version() - RETURNS text AS -$$ -SELECT 'v1.8.3' -$$ LANGUAGE sql IMMUTABLE; - -ALTER TABLE IF EXISTS public.webhooks - ALTER COLUMN type SET DEFAULT 'webhook'; - -ALTER TYPE webhook_type ADD VALUE IF NOT EXISTS 'msteams'; - -COMMIT; \ No newline at end of file