Removing project content and adding a note
[laas.git] / src / api / migrations / 0002_remove_job_delta.py
diff --git a/src/api/migrations/0002_remove_job_delta.py b/src/api/migrations/0002_remove_job_delta.py
deleted file mode 100644 (file)
index 157a40f..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# Generated by Django 2.1 on 2018-10-17 15:32
-
-from django.db import migrations
-
-
-class Migration(migrations.Migration):
-
-    dependencies = [
-        ('api', '0001_initial'),
-    ]
-
-    operations = [
-        migrations.RemoveField(
-            model_name='job',
-            name='delta',
-        ),
-    ]