root/inputs/GBIF/_MySQL/MySQL.data.sql.run @ 9568
1 |
#!/bin/bash -e
|
---|---|
2 |
. "$(dirname "${BASH_SOURCE[0]}")"/../../../lib/runscripts/table_dir.run |
3 |
. "$(dirname "${BASH_SOURCE[0]}")"/../../../lib/sh/resume_import.sh |
4 |
|
5 |
if self_not_included; then |
6 |
|
7 |
|
8 |
#### import resuming
|
9 |
|
10 |
table=raw_occurrence_record |
11 |
pkey_name=id |
12 |
|
13 |
# import_resume_pos() takes 6 min to run, with 37 iterations
|
14 |
|
15 |
fi
|