# -*- coding: utf-8 -*-
# Generated by Django 1.9.7 on 2016-10-28 02:08
from __future__ import unicode_literals

from django.db import migrations, models


class Migration(migrations.Migration):

    dependencies = [
        ('ideatree', '0013_auto_20161027_1928'),
    ]

    operations = [
        migrations.AlterField(
            model_name='map_desc',
            name='defaultNodeFillcolor',
            field=models.CharField(default='F0E68C', max_length=8),
        ),
        migrations.AlterField(
            model_name='map_desc',
            name='defaultNodeShape',
            field=models.SmallIntegerField(default=0),
        ),
    ]
