Migration Fix
This commit is contained in:
parent
3143d29453
commit
67cdbe559d
|
@ -1,14 +0,0 @@
|
|||
# Generated by Django 3.0.7 on 2020-06-14 15:08
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('agents', '0006_auto_20200614_0850'),
|
||||
('agents', '0006_remove_agent_policies_pending'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
]
|
|
@ -1,4 +1,4 @@
|
|||
# Generated by Django 3.0.7 on 2020-06-14 14:43
|
||||
# Generated by Django 3.0.7 on 2020-06-15 02:29
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
@ -6,7 +6,7 @@ from django.db import migrations
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('agents', '0005_agent_policy'),
|
||||
('agents', '0006_auto_20200614_0850'),
|
||||
]
|
||||
|
||||
operations = [
|
Loading…
Reference in New Issue