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

update: add missing migration file

parent 7c140da3
No related branches found
No related tags found
1 merge request!66update: add missing migration file
Pipeline #950 passed
# -*- 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