# -*- coding: utf-8 -*-
# Generated by Django 1.9.7 on 2017-03-07 18:48
from __future__ import unicode_literals

from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ('ideatree', '0007_auto_20170207_0936'),
    ]

    operations = [
        migrations.RenameModel(
            old_name='NodeComments',
            new_name='NodeComment',
        ),
    ]
