Project

General

Profile

« Previous | Next » 

Revision 9663

inputs/GBIF/raw_occurrence_record/run: herbaria_filter/make(): renamed acronym->institution_code to match the column name in raw_occurrence_record rather than in IH

View differences:

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

Also available in: Unified diff