From e57f674ed3400bc736f1eb0c857b41bb155ad65a Mon Sep 17 00:00:00 2001 From: Jason Salyers <jsalyers@syncad.com> Date: Mon, 2 Nov 2020 13:31:41 -0500 Subject: [PATCH] Update hive_accounts_info_view.sql --- hive/db/sql_scripts/hive_accounts_info_view.sql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hive/db/sql_scripts/hive_accounts_info_view.sql b/hive/db/sql_scripts/hive_accounts_info_view.sql index b8c0a0858..63fab0e59 100644 --- a/hive/db/sql_scripts/hive_accounts_info_view.sql +++ b/hive/db/sql_scripts/hive_accounts_info_view.sql @@ -1,5 +1,4 @@ - -DROP VIEW IF EXISTS hive_accounts_info_view_lite; +DROP VIEW IF EXISTS hive_accounts_info_view_lite CASCADE; CREATE OR REPLACE VIEW public.hive_accounts_info_view_lite AS SELECT ha.id, -- GitLab