Revision 7234
Added by Aaron Marcuse-Kubitza almost 12 years ago
input.Makefile | ||
---|---|---|
435 | 435 |
echo "DELETE FROM source WHERE shortname = '$(datasrc)';"\ |
436 | 436 |
|"time" $(psqlAsBien) |
437 | 437 |
|
438 |
# Removes TNRS taxondeterminations |
|
439 |
unscrub: _always |
|
440 |
echo "SELECT delete_scrubbed_taxondeterminations('$(datasrc)');"|\ |
|
441 |
"time" env no_query_results=1 $(psqlAsBien) |
|
442 |
|
|
438 | 443 |
##### Testing |
439 | 444 |
|
440 | 445 |
testRefOutput = $(subst .by_col,,$(1)) |
Also available in: Unified diff
input.Makefile: Editing import: Added unscrub to remove TNRS taxondeterminations