SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit ccde564c authored by Jorran de Wit's avatar Jorran de Wit
Browse files

Add migration

parent 2f9f3f9f
No related branches found
No related tags found
No related merge requests found
# -*- coding: utf-8 -*-
# Generated by Django 1.11.4 on 2017-09-14 21:19
from __future__ import unicode_literals
from django.db import migrations, models
import django.db.models.deletion
class Migration(migrations.Migration):
dependencies = [
('production', '0016_remove_productionevent_noted_by_contributor'),
]
operations = [
migrations.AlterField(
model_name='productionevent',
name='stream',
field=models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, related_name='events', to='production.ProductionStream'),
),
]
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