aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/caf/migrations/0018_remove_caf_owner.py
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-04-03 15:19:08 +0100
committerMatthew Lemon <lemon@matthewlemon.com>2020-04-03 15:19:08 +0100
commit3591b1b87793a2734718390691bdde41af1f8bd0 (patch)
tree87b98b1fc755f8aabd83484deca73e09c54b84bd /ctrack/caf/migrations/0018_remove_caf_owner.py
parentc184c99575e03c8b0248b10c65ca234e11695e8d (diff)
big migration reset
Diffstat (limited to '')
-rw-r--r--ctrack/caf/migrations/0018_remove_caf_owner.py17
1 files changed, 0 insertions, 17 deletions
diff --git a/ctrack/caf/migrations/0018_remove_caf_owner.py b/ctrack/caf/migrations/0018_remove_caf_owner.py
deleted file mode 100644
index 02d28c7..0000000
--- a/ctrack/caf/migrations/0018_remove_caf_owner.py
+++ /dev/null
@@ -1,17 +0,0 @@
-# Generated by Django 2.2.9 on 2020-03-04 19:47
-
-from django.db import migrations
-
-
-class Migration(migrations.Migration):
-
- dependencies = [
- ('caf', '0017_auto_20200304_1925'),
- ]
-
- operations = [
- migrations.RemoveField(
- model_name='caf',
- name='owner',
- ),
- ]