diff options
Diffstat (limited to 'ctrack/register/migrations/0004_engagementevent_comments.py')
-rw-r--r-- | ctrack/register/migrations/0004_engagementevent_comments.py | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/ctrack/register/migrations/0004_engagementevent_comments.py b/ctrack/register/migrations/0004_engagementevent_comments.py deleted file mode 100644 index 3379b03..0000000 --- a/ctrack/register/migrations/0004_engagementevent_comments.py +++ /dev/null @@ -1,19 +0,0 @@ -# Generated by Django 2.2.9 on 2020-03-03 09:06 - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('register', '0003_engagementevent_short_description'), - ] - - operations = [ - migrations.AddField( - model_name='engagementevent', - name='comments', - field=models.TextField(default='No comment', max_length=1000), - preserve_default=False, - ), - ] |