Skip to content

Contributors_aliases update of unique contraint #268

@cdolfi

Description

@cdolfi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    databaseRelated to the unifed data model/schema

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions