Removing project content and adding a note
[laas.git] / src / api / migrations / 0003_auto_20190102_1956.py
diff --git a/src/api/migrations/0003_auto_20190102_1956.py b/src/api/migrations/0003_auto_20190102_1956.py
deleted file mode 100644 (file)
index 2ea5d70..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-# Generated by Django 2.1 on 2019-01-02 19:56
-
-from django.db import migrations, models
-
-
-class Migration(migrations.Migration):
-
-    dependencies = [
-        ('api', '0002_remove_job_delta'),
-    ]
-
-    operations = [
-        migrations.AlterField(
-            model_name='accessconfig',
-            name='delta',
-            field=models.TextField(default='{}'),
-        ),
-    ]