Revision 8947
Added by Aaron Marcuse-Kubitza over 11 years ago
lib/import.sh | ||
---|---|---|
57 | 57 |
|
58 | 58 |
remake_VegBIEN_mappings () |
59 | 59 |
{ |
60 |
public_schema_exists || return 0 |
|
60 | 61 |
rm header.csv map.csv # remake them |
61 | 62 |
yes|make test |
62 | 63 |
} |
Also available in: Unified diff
bugfix: lib/import.sh: remake_VegBIEN_mappings (): don't run if there is no public schema to perform the test on (e.g. if the staging tables have just been reinstalled)