the restraint for alias email needs to be updated. the alias_email should be unique as a pair (alias_email, cntrb_id) but there can be an email associated with multiple cntb_id's
CREATE UNIQUE INDEX "contributor-alias-unique" ON augur_data.contributors_aliases USING btree (alias_email, cntrb_id); (most likely the old index needs to be dropped
the restraint for alias email needs to be updated. the alias_email should be unique as a pair (alias_email, cntrb_id) but there can be an email associated with multiple cntb_id's
CREATE UNIQUE INDEX "contributor-alias-unique" ON augur_data.contributors_aliases USING btree (alias_email, cntrb_id);(most likely the old index needs to be dropped