Removing project content and adding a note
[laas.git] / src / booking / migrations / 0005_booking_idf.py
diff --git a/src/booking/migrations/0005_booking_idf.py b/src/booking/migrations/0005_booking_idf.py
deleted file mode 100644 (file)
index 31e9170..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-# Generated by Django 2.1 on 2019-04-12 19:27
-
-from django.db import migrations, models
-
-
-class Migration(migrations.Migration):
-
-    dependencies = [
-        ('booking', '0004_auto_20190124_1700'),
-    ]
-
-    operations = [
-        migrations.AddField(
-            model_name='booking',
-            name='idf',
-            field=models.TextField(blank=True, default=''),
-        ),
-    ]