update: migrations files for last djangoldp version
This commit is contained in:
parent
8049c8c5bb
commit
9ad830dbbb
26
djangoldp_notification/migrations/0002_auto_20190917_1107.py
Normal file
26
djangoldp_notification/migrations/0002_auto_20190917_1107.py
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
# Generated by Django 1.11 on 2019-09-17 11:07
|
||||||
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
import djangoldp.fields
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('djangoldp_notification', '0001_initial'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.AddField(
|
||||||
|
model_name='notification',
|
||||||
|
name='urlid',
|
||||||
|
field=djangoldp.fields.LDPUrlField(blank=True, null=True, unique=True),
|
||||||
|
),
|
||||||
|
migrations.AddField(
|
||||||
|
model_name='subscription',
|
||||||
|
name='urlid',
|
||||||
|
field=djangoldp.fields.LDPUrlField(blank=True, null=True, unique=True),
|
||||||
|
),
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user