Skip to content

Commit

Permalink
chore: add cascade to drop view
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra committed Nov 16, 2023
1 parent 87c7065 commit 1057f18
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions views/003_analysis_views.sql
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ ORDER BY
configs.name;

-- analysis_summary_by_component
DROP VIEW IF EXISTS analysis_summary_by_component;

DROP VIEW IF EXISTS analysis_summary_by_component CASCADE;
CREATE OR REPLACE VIEW
analysis_summary_by_component AS
WITH
Expand Down

0 comments on commit 1057f18

Please sign in to comment.