Removing project content and adding a note
[laas.git] / src / account / migrations / 0005_auto_20200723_2100.py
diff --git a/src/account/migrations/0005_auto_20200723_2100.py b/src/account/migrations/0005_auto_20200723_2100.py
deleted file mode 100644 (file)
index d995f80..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# Generated by Django 2.2 on 2020-07-23 21:00
-
-from django.db import migrations, models
-
-
-class Migration(migrations.Migration):
-
-    dependencies = [
-        ('account', '0004_downtime'),
-    ]
-
-    operations = [
-        migrations.AddField(
-            model_name='lab',
-            name='lab_info_link',
-            field=models.URLField(null=True),
-        ),
-        migrations.AddField(
-            model_name='lab',
-            name='project',
-            field=models.CharField(default='LaaS', max_length=100),
-        ),
-    ]