Skip to content

Commit

Permalink
re-order drops
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris committed Aug 13, 2024
1 parent 55a2e3d commit f304abd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions db/v0.5.2/sql/modelled_crossing_office_review_date.sql
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ BEGIN;
-- This is not simple though - fptwg views depend on crossings_vw.
-- This is poor design and should be fixed... but pending that fix, just drop them here
-- and then re-create with a call to the original scripts.
drop materialized view if exists bcfishpass.fwa_assessment_watersheds_waterbodies_vw;
drop materialized view if exists bcfishpass.fptwg_summary_linear_vw;
drop materialized view if exists bcfishpass.fptwg_summary_crossings_vw;
drop materialized view if exists bcfishpass.fptwg_summary_observations_vw;
drop materialized view if exists bcfishpass.fptwg_summary_roads_vw;
drop view if exists bcfishpass.fptwg_assmt_wsd_summary_vw;
drop materialized view if exists bcfishpass.fptwg_summary_roads_vw;
drop materialized view if exists bcfishpass.fptwg_summary_observations_vw;
drop materialized view if exists bcfishpass.fptwg_summary_crossings_vw;
drop materialized view if exists bcfishpass.fptwg_summary_linear_vw;
drop materialized view if exists bcfishpass.fwa_assessment_watersheds_waterbodies_vw;
drop view if exists bcfishpass.freshwater_fish_habitat_accessibility_model_vw;
drop view if exists bcfishpass.freshwater_fish_habitat_accessibility_model_observations_vw;
drop view if exists bcfishpass.freshwater_fish_habitat_accessibility_model_crossings_vw;
Expand Down

0 comments on commit f304abd

Please sign in to comment.