Skip to content

Commit afe5963

Browse files
committed
Add missing migration
- Legacy-Id: 19373
1 parent c87debc commit afe5963

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Generated by Django 2.2.24 on 2021-09-20 09:24
2+
3+
from django.db import migrations, models
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('person', '0019_auto_20210604_1443'),
10+
]
11+
12+
operations = [
13+
migrations.AlterField(
14+
model_name='personalapikey',
15+
name='endpoint',
16+
field=models.CharField(choices=[('/api/appauth/authortools', '/api/appauth/authortools'), ('/api/iesg/position', '/api/iesg/position'), ('/api/meeting/session/video/url', '/api/meeting/session/video/url'), ('/api/notify/meeting/bluesheet', '/api/notify/meeting/bluesheet'), ('/api/notify/meeting/registration', '/api/notify/meeting/registration'), ('/api/v2/person/person', '/api/v2/person/person')], max_length=128),
17+
),
18+
]

0 commit comments

Comments
 (0)