Project

General

Profile

« Previous | Next » 

Revision 9593

inputs/GBIF/raw_occurrence_record/run: herbaria_filter.table/make(): inline the PRIMARY KEY statement with its column

View differences:

inputs/GBIF/raw_occurrence_record/run
57 57
	local table="$target_stem"
58 58
	mysql <<'EOF'
59 59
CREATE TABLE IF NOT EXISTS `herbaria_filter` (
60
 `acronym` varchar(255) NOT NULL,
61
 PRIMARY KEY (`acronym`)
60
 `acronym` varchar(255) NOT NULL PRIMARY KEY
62 61
) COMMENT='from IH.vegpath.org?&Index+Herbariorum'
63 62
EOF
64 63
	mysql_truncate

Also available in: Unified diff