Revision 10370
Added by Aaron Marcuse-Kubitza over 11 years ago
lib/runscripts/table.run | ||
---|---|---|
68 | 68 |
echo_func; set_make_vars |
69 | 69 |
if test "$is_view"; then return 0; fi # do not rename view columns |
70 | 70 |
|
71 |
if remaking; then reset_col_names; fi |
|
71 | 72 |
table_make map.csv |
72 | 73 |
psql <<EOF |
73 | 74 |
SELECT util.reset_map_table('$map_table'); |
Also available in: Unified diff
lib/runscripts/table.run: map_table(): added remake action that calls reset_col_names()