Skip to content
Snippets Groups Projects
Commit 5b76670b authored by Piotr Gawron's avatar Piotr Gawron
Browse files

db migration script

parent 5d7ccb6c
No related branches found
No related tags found
1 merge request!63Resolve "Possibility to modify contact attempt comments"
Pipeline #
# -*- coding: utf-8 -*-
# Generated by Django 1.10.7 on 2017-09-11 13:04
from __future__ import unicode_literals
from django.db import migrations, models
import django.db.models.deletion
class Migration(migrations.Migration):
dependencies = [
('web', '0047_subject_flying_team_from_annotation'),
]
operations = [
migrations.AlterField(
model_name='subject',
name='flying_team',
field=models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.CASCADE, to='web.FlyingTeam', verbose_name=b'Default flying team location (if applicable)'),
),
]
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