Skip to content

Commit 0435ee7

Browse files
committed
Added a missing migration
- Legacy-Id: 18191
1 parent d8b11c4 commit 0435ee7

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.14 on 2020-07-17 07:43
2+
3+
from django.db import migrations, models
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('person', '0013_auto_20200711_1036'),
10+
]
11+
12+
operations = [
13+
migrations.AlterField(
14+
model_name='personalapikey',
15+
name='endpoint',
16+
field=models.CharField(choices=[('/api/iesg/position', '/api/iesg/position'), ('/api/v2/person/person', '/api/v2/person/person'), ('/api/meeting/session/video/url', '/api/meeting/session/video/url'), ('/api/notify/meeting/registration', '/api/notify/meeting/registration')], max_length=128),
17+
),
18+
]

0 commit comments

Comments
 (0)