diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-04-03 15:19:08 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-04-03 15:19:08 +0100 |
commit | 3591b1b87793a2734718390691bdde41af1f8bd0 (patch) | |
tree | 87b98b1fc755f8aabd83484deca73e09c54b84bd /ctrack/register/migrations/0005_auto_20200303_0909.py | |
parent | c184c99575e03c8b0248b10c65ca234e11695e8d (diff) |
big migration reset
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), - ), - ] |