Drop view if exists...
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user