aboutsummaryrefslogtreecommitdiffstats
path: root/client/migrations/0010_documenttype_enabled.py
diff options
context:
space:
mode:
Diffstat (limited to 'client/migrations/0010_documenttype_enabled.py')
-rw-r--r--client/migrations/0010_documenttype_enabled.py18
1 files changed, 0 insertions, 18 deletions
diff --git a/client/migrations/0010_documenttype_enabled.py b/client/migrations/0010_documenttype_enabled.py
deleted file mode 100644
index 24928b0..0000000
--- a/client/migrations/0010_documenttype_enabled.py
+++ /dev/null
@@ -1,18 +0,0 @@
-# Generated by Django 3.0.7 on 2020-06-19 16:41
-
-from django.db import migrations, models
-
-
-class Migration(migrations.Migration):
-
- dependencies = [
- ('client', '0009_auto_20200619_1546'),
- ]
-
- operations = [
- migrations.AddField(
- model_name='documenttype',
- name='enabled',
- field=models.BooleanField(default=False),
- ),
- ]