mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-15 08:12:18 -06:00
Rename pepper field to pepper_id for clarity
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user