aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/caf/migrations/0018_remove_caf_owner.py
diff options
context:
space:
mode:
Diffstat (limited to 'ctrack/caf/migrations/0018_remove_caf_owner.py')
-rw-r--r--ctrack/caf/migrations/0018_remove_caf_owner.py17
1 files changed, 17 insertions, 0 deletions
diff --git a/ctrack/caf/migrations/0018_remove_caf_owner.py b/ctrack/caf/migrations/0018_remove_caf_owner.py
new file mode 100644
index 0000000..02d28c7
--- /dev/null
+++ b/ctrack/caf/migrations/0018_remove_caf_owner.py
@@ -0,0 +1,17 @@
+# 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',
+ ),
+ ]