diff --git a/djangoldp/migrations/0002_auto_20190603_1145.py b/djangoldp/migrations/0002_auto_20190603_1145.py new file mode 100644 index 0000000000000000000000000000000000000000..c14579ca8336732883e14e015a1c2827d3a31fd2 --- /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', + ), + ]