Delete scripts/helm/db/init_dbs/postgresql/1.8.3 directory
This commit is contained in:
parent
f1bd20c994
commit
d9589ca780
1 changed files with 0 additions and 13 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Reference in a new issue