fix inconsistent migrations

This commit is contained in:
Jens Langhammer 2019-04-13 17:52:11 +02:00
parent d2bf9f81d6
commit e7129d18f6
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Generated by Django 2.2 on 2019-04-09 16:13
# Generated by Django 2.2 on 2019-04-13 15:51
from django.db import migrations
@ -6,7 +6,7 @@ from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('passbook_core', '0021_policy_timeout'),
('passbook_core', '0022_nonce_expiring'),
]
operations = [