Skip to content

Commit

Permalink
Changes migration unique constraint to false
Browse files Browse the repository at this point in the history
  • Loading branch information
andgates committed Oct 19, 2017
1 parent b1cdaec commit c5a8372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teamwork/apps/projects/migrations/0003_tsr_slug.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ class Migration(migrations.Migration):
migrations.AddField(
model_name='tsr',
name='slug',
field=models.CharField(default='', max_length=20, unique=True),
field=models.CharField(default='', max_length=20, unique=False),
),
]

0 comments on commit c5a8372

Please sign in to comment.