Revision 8950
Added by Aaron Marcuse-Kubitza over 11 years ago
inputs/GBIF/table.run | ||
---|---|---|
3 | 3 |
|
4 | 4 |
if self_not_included; then |
5 | 5 |
|
6 |
MySQL_export ()
|
|
6 |
export_mysql ()
|
|
7 | 7 |
{ |
8 | 8 |
echo_func |
9 | 9 |
inline_make 3<<'EOF' |
... | ... | |
15 | 15 |
import () |
16 | 16 |
{ |
17 | 17 |
echo_func |
18 |
MySQL_export
|
|
18 |
export_mysql
|
|
19 | 19 |
"$(dirname "${BASH_SOURCE[0]}")"/../../lib/runscripts/table.run "$FUNCNAME" "$@" |
20 | 20 |
} |
21 | 21 |
|
Also available in: Unified diff
inputs/GBIF/table.run: renamed MySQL_export () to export_mysql () to match schemas/VegCore/VegCore.ERD.mwb.run