Revision 9944
Added by Aaron Marcuse-Kubitza over 11 years ago
lib/runscripts/table.run | ||
---|---|---|
60 | 60 |
{ |
61 | 61 |
echo_func; set_make_vars |
62 | 62 |
public_schema_exists || return 0 |
63 |
rm header.csv map.csv # remake them
|
|
63 |
if remaking; then rm header.csv map.csv; fi # remake them
|
|
64 | 64 |
yes|table_make test |
65 | 65 |
} |
66 | 66 |
|
Also available in: Unified diff
lib/runscripts/table.run: remake_VegBIEN_mappings(): only remake header.csv, map.csv if this target is being run directly, to avoid needing to remake them every time. for tables that are views, this instead requires them to be explicitly remade when the view columns change.