aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/caf/migrations/0002_caf_systems.py
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-10-14 17:08:54 +0100
committerMatthew Lemon <lemon@matthewlemon.com>2020-10-14 17:08:54 +0100
commitbdcc5d9d79f355eac6c2717b0b364b847b9a8115 (patch)
treefded47125bf031632db498a937225c64e841a56c /ctrack/caf/migrations/0002_caf_systems.py
parent14fa59eee9ba35ad462b5b17229a09164f5d716d (diff)
reset a lot of migrations - all unit tests passing - now has response required fields for simple event
Diffstat (limited to '')
-rw-r--r--ctrack/caf/migrations/0002_caf_systems.py18
1 files changed, 0 insertions, 18 deletions
diff --git a/ctrack/caf/migrations/0002_caf_systems.py b/ctrack/caf/migrations/0002_caf_systems.py
deleted file mode 100644
index 9e0f76a..0000000
--- a/ctrack/caf/migrations/0002_caf_systems.py
+++ /dev/null
@@ -1,18 +0,0 @@
-# Generated by Django 2.2.12 on 2020-08-27 12:44
-
-from django.db import migrations, models
-
-
-class Migration(migrations.Migration):
-
- dependencies = [
- ('caf', '0001_initial'),
- ]
-
- operations = [
- migrations.AddField(
- model_name='caf',
- name='systems',
- field=models.ManyToManyField(to='caf.ApplicableSystem'),
- ),
- ]