Total Complexity | 0 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | # Generated by Django 2.2.10 on 2020-05-29 15:57 |
||
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 | ('biosample', '0005_orphansample_status'), |
||
11 | ] |
||
12 | |||
13 | operations = [ |
||
14 | migrations.AlterField( |
||
15 | model_name='orphansample', |
||
16 | name='submission', |
||
17 | field=models.ForeignKey(blank=True, default=None, null=True, on_delete=django.db.models.deletion.PROTECT, related_name='submission_data', to='biosample.OrphanSubmission'), |
||
18 | ), |
||
20 |