Cleanup of the migration history
This commit is contained in:
parent
b9648e6cf4
commit
fa18aca371
6 changed files with 3 additions and 194 deletions
|
|
@ -12,7 +12,7 @@ def convert_defaults(apps, schema_editor):
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('comms', '0004_defaultchannel'),
|
||||
('comms', '0003_auto_20140917_0756'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
|
@ -1,23 +0,0 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import models, migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('comms', '0003_auto_20140917_0756'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.CreateModel(
|
||||
name='DefaultChannel',
|
||||
fields=[
|
||||
],
|
||||
options={
|
||||
'proxy': True,
|
||||
},
|
||||
bases=('comms.channeldb',),
|
||||
),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue