Skip to content

Commit 340f98c

Browse files
committed
🗃️ Migration for Study.dewrangle_id
1 parent 9b3ec33 commit 340f98c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Generated by Django 2.2.24 on 2021-12-10 03:32
2+
3+
from django.db import migrations, models
4+
import django.db.models.deletion
5+
6+
7+
class Migration(migrations.Migration):
8+
9+
dependencies = [
10+
('studies', '0032_fix_populate_domain'),
11+
]
12+
13+
operations = [
14+
migrations.AddField(
15+
model_name='study',
16+
name='dewrangle_id',
17+
field=models.CharField(help_text='Unique identifier of the study in Dewrangle', max_length=1024, null=True),
18+
),
19+
]

0 commit comments

Comments
 (0)