Rename pepper field to pepper_id for clarity

This commit is contained in:
Jeremy Stretch
2025-10-02 15:38:17 -04:00
parent 5dc48f3a88
commit 11099b01bb
8 changed files with 22 additions and 22 deletions

View File

@@ -64,7 +64,7 @@ class Migration(migrations.Migration):
),
migrations.AddField(
model_name='token',
name='pepper',
name='pepper_id',
field=models.PositiveSmallIntegerField(blank=True, null=True),
),
migrations.AddField(