Project

General

Profile

« Previous | Next » 

Revision 9664

inputs/GBIF/raw_occurrence_record/run: herbaria_filter/make(): changed "from IH" to "contains all of IH" because not all rows are now from IH

View differences:

inputs/GBIF/raw_occurrence_record/run
76 76
	(benign_error=1 mysql <<'EOF'
77 77
CREATE TABLE `herbaria_filter` (
78 78
 `institution_code` varchar(255) NOT NULL PRIMARY KEY
79
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='from IH.vegpath.org?&Index+Herbariorum'
79
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='contains all of IH.vegpath.org?&Index+Herbariorum'
80 80
EOF
81 81
) || skip_table || return 0
82 82
	mysql_ANSI <<EOF

Also available in: Unified diff