From 5d0d3cbeb1f2825332c33566561bc3e7ed23ee64 Mon Sep 17 00:00:00 2001 From: Simon Norris Date: Mon, 29 Apr 2024 14:34:52 -0700 Subject: [PATCH] drop upstreamtrace when cleaning db --- db/clean.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/db/clean.sql b/db/clean.sql index 15f08c8..c0483f7 100644 --- a/db/clean.sql +++ b/db/clean.sql @@ -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;