aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/organisations/migrations/0003_auto_20200424_1607.py
blob: 75268a02946c9d7b00d14013153a30e1688bc3c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Generated by Django 2.2.9 on 2020-04-24 16:07

from django.db import migrations, models


class Migration(migrations.Migration):

    dependencies = [
        ('organisations', '0002_auto_20200403_1407'),
    ]

    operations = [
        migrations.AlterField(
            model_name='organisation',
            name='comments',
            field=models.TextField(blank=True, max_length=500, null=True),
        ),
    ]