Skip to content

Commit

Permalink
Quick fix for AffiliationRecord disambig id
Browse files Browse the repository at this point in the history
Change to #729
was lost during a merge cycle, this is to put that expansion to character size back
  • Loading branch information
Jason-Gush committed Jan 27, 2020
1 parent 3cba51b commit e047148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orcid_hub/models.py
Expand Up @@ -1453,7 +1453,7 @@ class AffiliationRecord(RecordModel):
region = CharField(null=True, verbose_name="State/Region", max_length=100)
country = CharField(null=True, max_length=2, choices=country_choices)
disambiguated_id = CharField(
null=True, max_length=20, verbose_name="Disambiguated Organization Identifier")
null=True, verbose_name="Disambiguated Organization Identifier")
disambiguation_source = CharField(
null=True,
max_length=100,
Expand Down

0 comments on commit e047148

Please sign in to comment.