Skip to content

Commit

Permalink
hopfully this is the last migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Brobin committed Feb 27, 2016
1 parent 002b210 commit e8bd263
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions web/swag/migrations/0007_auto_20160227_2302.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.9.2 on 2016-02-27 23:02
from __future__ import unicode_literals

from django.db import migrations, models
import django.db.models.deletion


class Migration(migrations.Migration):

dependencies = [
('swag', '0006_auto_20160227_2052'),
]

operations = [
migrations.AlterField(
model_name='episode',
name='show',
field=models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, related_name='episodes', to='swag.Show'),
),
]

0 comments on commit e8bd263

Please sign in to comment.