Drop view if exists...

This commit is contained in:
Rikard Bartholf
2024-10-16 12:35:39 +02:00
parent 07e8ebd552
commit 763262c108
+1 -1
View File
@@ -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