aboutsummaryrefslogtreecommitdiffstats
path: root/client/migrations/0014_auto_20200620_1506.py
diff options
context:
space:
mode:
Diffstat (limited to 'client/migrations/0014_auto_20200620_1506.py')
-rw-r--r--client/migrations/0014_auto_20200620_1506.py23
1 files changed, 0 insertions, 23 deletions
diff --git a/client/migrations/0014_auto_20200620_1506.py b/client/migrations/0014_auto_20200620_1506.py
deleted file mode 100644
index d0abc9c..0000000
--- a/client/migrations/0014_auto_20200620_1506.py
+++ /dev/null
@@ -1,23 +0,0 @@
-# Generated by Django 3.0.7 on 2020-06-20 13:06
-
-from django.db import migrations, models
-
-
-class Migration(migrations.Migration):
-
- dependencies = [
- ('client', '0013_auto_20200620_1113'),
- ]
-
- operations = [
- migrations.AddField(
- model_name='documenttype',
- name='custom_message',
- field=models.BooleanField(default=False),
- ),
- migrations.AddField(
- model_name='documenttype',
- name='custom_message_text',
- field=models.CharField(default='', max_length=250),
- ),
- ]