Revision 11252
Added by Aaron Marcuse-Kubitza about 11 years ago
lib/runscripts/table.run | ||
---|---|---|
101 | 101 |
echo_func; set_make_vars |
102 | 102 |
if remaking; then in_top_dir rm -f header.csv; fi # remake it |
103 | 103 |
datasrc_make_install schema |
104 |
table_make_install ${_remake:+re}install # just the table |
|
104 |
is_view="$is_view" table_make_install ${_remake:+re}install # just the table
|
|
105 | 105 |
} |
106 | 106 |
|
107 | 107 |
trim_table() |
Also available in: Unified diff
bugfix: lib/runscripts/table.run: load_data(): pass $is_view through to `make reinstall` so that DROP VIEW will be used instead of DROP TABLE where applicable