aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/caf/migrations/0006_auto_20200813_1125.py
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2020-08-27 11:03:14 +0100
committerMatthew Lemon <matt@matthewlemon.com>2020-08-27 11:03:14 +0100
commitef287a9397cd911d55a37eb98934c203a59a8154 (patch)
tree1744debb6f44b6cd2623ec028c2035497a73946a /ctrack/caf/migrations/0006_auto_20200813_1125.py
parent36759e44bc59747256332809097342a32ab6db19 (diff)
massive - removed migrations and reform db schema - NOT COMPLETE
Diffstat (limited to '')
-rw-r--r--ctrack/caf/migrations/0006_auto_20200813_1125.py22
1 files changed, 0 insertions, 22 deletions
diff --git a/ctrack/caf/migrations/0006_auto_20200813_1125.py b/ctrack/caf/migrations/0006_auto_20200813_1125.py
deleted file mode 100644
index 1e97dff..0000000
--- a/ctrack/caf/migrations/0006_auto_20200813_1125.py
+++ /dev/null
@@ -1,22 +0,0 @@
-# Generated by Django 2.2.12 on 2020-08-13 11:25
-
-from django.db import migrations, models
-
-
-class Migration(migrations.Migration):
-
- dependencies = [
- ('caf', '0005_applicablesystem_oes_categorisation'),
- ]
-
- operations = [
- migrations.RemoveField(
- model_name='applicablesystem',
- name='oes_categorisation',
- ),
- migrations.AddField(
- model_name='applicablesystem',
- name='dft_categorisation',
- field=models.CharField(choices=[('CR', 'Critical'), ('IM', 'Important')], default='CR', help_text='Refer to documentation for description of these criteria', max_length=2, verbose_name='DfT Categorisation'),
- ),
- ]