Skip to content
Snippets Groups Projects
Commit 9b33517d authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

Adding migration to complete !4

parent d565e60f
No related branches found
No related tags found
No related merge requests found
Pipeline #10193 passed
# Generated by Django 2.0.13 on 2019-03-12 15:20
from django.db import migrations, models
import django.db.models.deletion
class Migration(migrations.Migration):
dependencies = [
('ippidb', '0020_contribution'),
]
operations = [
migrations.AlterField(
model_name='proteindomaincomplex',
name='domain',
field=models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.CASCADE, to='ippidb.Domain'),
),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment