Skip to content
Snippets Groups Projects
Commit 88c082f6 authored by Jean-Baptiste's avatar Jean-Baptiste
Browse files

Merge branch 'remove-ld_notification' into 'master'

update: add missing migration file

See merge request startinblox/djangoldp-packages/djangoldp!66
parents 13ff4fed 5bb6c55a
No related branches found
No related tags found
1 merge request!66update: add missing migration file
Pipeline #959 passed with stage
in 1 minute and 26 seconds
# -*- 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',
),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment