Revision 10249
Added by Aaron Marcuse-Kubitza over 11 years ago
lib/runscripts/table.run | ||
---|---|---|
44 | 44 |
|
45 | 45 |
postprocess_sql="$top_dir"/postprocess.sql |
46 | 46 |
|
47 |
is_view="$(test -e "$postprocess_sql" \ |
|
48 |
&& grep -F force_update_view "$postprocess_sql" >/dev/null; exit2bool)" |
|
49 |
|
|
47 | 50 |
map_table() |
48 | 51 |
# note that collisions may prevent all renames from being made at once. |
49 | 52 |
# if this is the case, run map_table repeatedly until no more renames are made: |
Also available in: Unified diff
lib/runscripts/table.run: added $is_view