Removing project content and adding a note
[laas.git] / src / api / migrations / 0014_manual_20200220.py
diff --git a/src/api/migrations/0014_manual_20200220.py b/src/api/migrations/0014_manual_20200220.py
deleted file mode 100644 (file)
index 2e2cd58..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-
-from django.db import migrations, models
-
-
-class Migration(migrations.Migration):
-
-    dependencies = [
-        ('api', '0013_manual_20200218_1536'),
-        ('resource_inventory', '0013_auto_20200218_1536')
-    ]
-
-    operations = [
-        migrations.AddField(
-            model_name='opnfvapiconfig',
-            name='roles',
-            field=models.ManyToManyField(to='resource_inventory.ResourceOPNFVConfig'),
-        ),
-    ]