Skip to content

Commit acf906f

Browse files
committed
data/: Add location to Contributors model
1 parent b659219 commit acf906f

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.1.7 on 2019-06-08 08:01
2+
3+
from django.db import migrations, models
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('data', '0004_auto_20180809_2229'),
10+
]
11+
12+
operations = [
13+
migrations.AddField(
14+
model_name='contributor',
15+
name='location',
16+
field=models.TextField(default=None, null=True),
17+
),
18+
]

0 commit comments

Comments
 (0)