Revision 13581
Added by Aaron Marcuse-Kubitza over 10 years ago
schema.sql | ||
---|---|---|
711 | 711 |
-- |
712 | 712 |
|
713 | 713 |
ALTER TABLE ONLY tnrs |
714 |
ADD CONSTRAINT tnrs_pkey PRIMARY KEY (batch, "Name_number");
|
|
714 |
ADD CONSTRAINT tnrs_pkey PRIMARY KEY (batch, match_num);
|
|
715 | 715 |
|
716 | 716 |
|
717 | 717 |
-- |
Also available in: Unified diff
inputs/.TNRS/schema.sql: tnrs: pkey: use match_num instead of Name_number to allow multiple matches per name, as is needed to implement #917