Skip to content

Commit

Permalink
truncate crossings table in case of partial re-build
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris committed Jan 4, 2024
1 parent 81445c0 commit feac368
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions model/01_access/sql/load_crossings.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
-- insert PSCIS crossings first, they take precedence
-- PSCIS on modelled crossings first, to get the road tenure info from model
-- --------------------------------
truncate bcfishpass.crossings;

insert into bcfishpass.crossings
(
aggregated_crossings_id,
Expand Down

0 comments on commit feac368

Please sign in to comment.