You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wscode_ltree and localcode_ltree can be just wscode and localcode - there is no need to specify the type in the column names. Consider also dropping the source watershed code columns.
The text was updated successfully, but these errors were encountered:
wondering if this is related to error thrown on build
CREATE TABLE
psql:sql/tables/temp/fwa_stream_order_max.sql:19: ERROR: column "wscode_ltree" does not exist
LINE 7: where wscode_ltree is not null
^
make: *** [Makefile:124: .make/fwa_stream_networks_sp] Error 3
wscode_ltree
andlocalcode_ltree
can be justwscode
andlocalcode
- there is no need to specify the type in the column names. Consider also dropping the source watershed code columns.The text was updated successfully, but these errors were encountered: