Removing project content and adding a note
[laas.git] / src / api / migrations / 0017_auto_20210630_1629.py
diff --git a/src/api/migrations/0017_auto_20210630_1629.py b/src/api/migrations/0017_auto_20210630_1629.py
deleted file mode 100644 (file)
index 643ff5f..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-# Generated by Django 2.2 on 2021-06-30 16:29
-
-from django.db import migrations, models
-
-
-class Migration(migrations.Migration):
-
-    dependencies = [
-        ('api', '0016_auto_20201109_2149'),
-    ]
-
-    operations = [
-        migrations.AlterField(
-            model_name='snapshotconfig',
-            name='image',
-            field=models.CharField(max_length=200, null=True),
-        ),
-    ]