Skip to content

Commit

Permalink
👌 update migration file after processing PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
annashamray committed May 3, 2024
1 parent de035e0 commit 734415e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ class Migration(migrations.Migration):
migrations.AlterField(
model_name="tokenauth",
name="token",
field=models.CharField(db_index=True, max_length=40, verbose_name="token"),
field=models.CharField(max_length=40, unique=True, verbose_name="token"),
),
]

0 comments on commit 734415e

Please sign in to comment.