From 763262c10837868015834b209ee384dfd2891b97 Mon Sep 17 00:00:00 2001 From: Rikard Bartholf Date: Wed, 16 Oct 2024 12:35:39 +0200 Subject: [PATCH] Drop view if exists... --- migrations/000.504.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/000.504.sql b/migrations/000.504.sql index 8348b88..5ffe04d 100644 --- a/migrations/000.504.sql +++ b/migrations/000.504.sql @@ -1,6 +1,6 @@ -- View: public.v_funnel_collections -DROP VIEW public.v_funnel_collections; +DROP VIEW IF EXISTS public.v_funnel_collections; CREATE VIEW public.v_funnel_collections AS