Revision 11247
Added by Aaron Marcuse-Kubitza about 11 years ago
lib/runscripts/table.run | ||
---|---|---|
99 | 99 |
load_data() |
100 | 100 |
{ |
101 | 101 |
echo_func; set_make_vars |
102 |
if remaking; then in_top_dir rm -f header.csv; fi # remake it |
|
102 | 103 |
datasrc_make_install schema |
103 | 104 |
table_make_install ${_remake:+re}install # just the table |
104 | 105 |
} |
Also available in: Unified diff
bugfix: lib/runscripts/table.run: load_data(): in remaking mode, need to remake header.csv in case the columns have changed