Skip to content

Commit cefd350

Browse files
committed
Migration for updated list of personal API endpoints.
- Legacy-Id: 17644
1 parent 69a5d08 commit cefd350

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# -*- coding: utf-8 -*-
2+
# Generated by Django 1.11.29 on 2020-04-15 11:33
3+
from __future__ import unicode_literals
4+
5+
from django.db import migrations, models
6+
7+
8+
class Migration(migrations.Migration):
9+
10+
dependencies = [
11+
('person', '0009_auto_20190118_0725'),
12+
]
13+
14+
operations = [
15+
migrations.AlterField(
16+
model_name='personalapikey',
17+
name='endpoint',
18+
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/person/access/meetecho', '/api/person/access/meetecho')], max_length=128),
19+
),
20+
]

0 commit comments

Comments
 (0)