Removing project content and adding a note
[laas.git] / src / api / migrations / 0021_auto_20210405_1943.py
diff --git a/src/api/migrations/0021_auto_20210405_1943.py b/src/api/migrations/0021_auto_20210405_1943.py
deleted file mode 100644 (file)
index ca6e741..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-# Generated by Django 2.2 on 2021-04-05 19:43
-
-from django.db import migrations, models
-
-
-class Migration(migrations.Migration):
-
-    dependencies = [
-        ('api', '0020_auto_20210322_2218'),
-    ]
-
-    operations = [
-        migrations.AlterField(
-            model_name='apilog',
-            name='method',
-            field=models.CharField(max_length=6, null=True),
-        ),
-    ]