core: fix migrations
This commit is contained in:
parent
9bccf9bb0a
commit
c27d257146
|
@ -1,4 +1,4 @@
|
|||
# Generated by Django 3.0.5 on 2020-05-10 00:08
|
||||
# Generated by Django 3.0.5 on 2020-05-10 10:01
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
@ -6,6 +6,8 @@ from django.db import migrations
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("passbook_policies", "0003_auto_20200508_1642"),
|
||||
("passbook_stages_password", "0001_initial"),
|
||||
("passbook_core", "0012_delete_factor"),
|
||||
]
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Generated by Django 3.0.5 on 2020-05-10 00:08
|
||||
# Generated by Django 3.0.5 on 2020-05-10 10:01
|
||||
|
||||
import django.db.models.deletion
|
||||
from django.db import migrations, models
|
||||
|
|
Reference in New Issue