Needs an additional migration to merge two 0003 migrations in schedule.
This commit is contained in:
parent
5e372be5f6
commit
de38ffac9e
1 changed files with 16 additions and 0 deletions
16
symposion/schedule/migrations/0004_merge.py
Normal file
16
symposion/schedule/migrations/0004_merge.py
Normal file
|
@ -0,0 +1,16 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.9.7 on 2016-12-10 06:05
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('symposion_schedule', '0003_slot_exclusive'),
|
||||
('symposion_schedule', '0003_auto_20161113_1530'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
]
|
Loading…
Reference in a new issue