Revision 9490
Added by Aaron Marcuse-Kubitza over 11 years ago
inputs/test_taxonomic_names/test_scrub | ||
---|---|---|
23 | 23 |
make backups/TNRS.sql-remake |
24 | 24 |
mv -f backups/TNRS.sql "$selfDir/_scrub" |
25 | 25 |
public=public."$selfDirName" |
26 |
make schemas/"$public"/uninstall |
|
26 |
make schemas/"$public"/uninstall # remove previous results
|
|
27 | 27 |
make schemas/rename/"$public" |
28 | 28 |
make backups/"$public".sql-remake |
29 | 29 |
mv -f backups/"$public".sql "$selfDir/_scrub" |
Also available in: Unified diff
inputs/test_taxonomic_names/test_scrub: documented that `make schemas/"$public"/uninstall` removes the previous results (since it may be confusing why it's prompting the user to uninstall the schema that is an output of the program)