core(minor): merge migrations

This commit is contained in:
Langhammer, Jens 2019-10-10 17:41:22 +02:00
parent 143a575369
commit 37111fd07b
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
# Generated by Django 2.2.6 on 2019-10-10 15:41
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('passbook_core', '0002_auto_20191010_1058'),
('passbook_core', '0002_nonce_description'),
]
operations = [
]