From 5bb6c55a009d813b0bcf0af99b5c6f06e65f27e3 Mon Sep 17 00:00:00 2001
From: Jean-Baptiste <bleme@pm.me>
Date: Tue, 4 Jun 2019 06:12:10 +0200
Subject: [PATCH] update: add missing migration file

---
 .../migrations/0002_auto_20190603_1145.py     | 22 +++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 djangoldp/migrations/0002_auto_20190603_1145.py

diff --git a/djangoldp/migrations/0002_auto_20190603_1145.py b/djangoldp/migrations/0002_auto_20190603_1145.py
new file mode 100644
index 00000000..c14579ca
--- /dev/null
+++ b/djangoldp/migrations/0002_auto_20190603_1145.py
@@ -0,0 +1,22 @@
+# -*- coding: utf-8 -*-
+# Generated by Django 1.11.20 on 2019-06-03 09:45
+from __future__ import unicode_literals
+
+from django.db import migrations
+
+
+class Migration(migrations.Migration):
+
+    dependencies = [
+        ('djangoldp', '0001_initial'),
+    ]
+
+    operations = [
+        migrations.RemoveField(
+            model_name='ldnotification',
+            name='user',
+        ),
+        migrations.DeleteModel(
+            name='LDNotification',
+        ),
+    ]
-- 
GitLab