fix inconsistent migrations
This commit is contained in:
parent
d2bf9f81d6
commit
e7129d18f6
|
@ -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 = [
|
Reference in New Issue