Skip to content

Commit

Permalink
drop upstreamtrace when cleaning db
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris committed Apr 29, 2024
1 parent 46082db commit 5d0d3cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db/clean.sql
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ drop function if exists whse_basemapping.fwa_upstream(ltree,ltree,ltree,ltree);
drop function if exists whse_basemapping.fwa_upstream(integer,double precision,ltree,ltree,integer,double precision,ltree,ltree,boolean,double precision);
drop function if exists whse_basemapping.fwa_upstream(integer,double precision,double precision,ltree,ltree,integer,double precision,ltree,ltree,boolean,double precision);
drop function if exists whse_basemapping.fwa_upstreambordercrossings;
drop function if exists whse_basemapping.fwa_upstreamtrace;
drop function if exists whse_basemapping.fwa_watershedatmeasure;
drop function if exists whse_basemapping.fwa_watershedhex;
drop function if exists whse_basemapping.fwa_watershedstream;
Expand Down

0 comments on commit 5d0d3cb

Please sign in to comment.