diff options
Diffstat (limited to 'ctrack/register/migrations/0005_auto_20200303_0909.py')
-rw-r--r-- | ctrack/register/migrations/0005_auto_20200303_0909.py | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/ctrack/register/migrations/0005_auto_20200303_0909.py b/ctrack/register/migrations/0005_auto_20200303_0909.py deleted file mode 100644 index 94551a5..0000000 --- a/ctrack/register/migrations/0005_auto_20200303_0909.py +++ /dev/null @@ -1,18 +0,0 @@ -# Generated by Django 2.2.9 on 2020-03-03 09:09 - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('register', '0004_engagementevent_comments'), - ] - - operations = [ - migrations.AlterField( - model_name='engagementevent', - name='comments', - field=models.TextField(blank=True, max_length=1000, null=True), - ), - ] |