Skip to content

Commit 789b88d

Browse files
committed
Adjusted the personalapikey migration.
- Legacy-Id: 14433
1 parent 308a3cd commit 789b88d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/person/migrations/0021_personalapikey.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Migration(migrations.Migration):
1919
name='PersonalApiKey',
2020
fields=[
2121
('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),
22-
('endpoint', models.CharField(choices=[(b'/api/submit', b'/api/submit'), (b'/api/iesg/position', b'/api/iesg/position')], max_length=128)),
22+
('endpoint', models.CharField(choices=[(b'/api/iesg/position', b'/api/iesg/position')], max_length=128)),
2323
('created', models.DateTimeField(default=datetime.datetime.now)),
2424
('valid', models.BooleanField(default=True)),
2525
('salt', models.BinaryField(default=ietf.person.models.salt, max_length=12)),

0 commit comments

Comments
 (0)