diff --git a/api/tacticalrmm/agents/migrations/0007_merge_20200614_1508.py b/api/tacticalrmm/agents/migrations/0007_merge_20200614_1508.py deleted file mode 100644 index 665b06fb..00000000 --- a/api/tacticalrmm/agents/migrations/0007_merge_20200614_1508.py +++ /dev/null @@ -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 = [ - ] diff --git a/api/tacticalrmm/agents/migrations/0006_remove_agent_policies_pending.py b/api/tacticalrmm/agents/migrations/0007_remove_agent_policies_pending.py similarity index 71% rename from api/tacticalrmm/agents/migrations/0006_remove_agent_policies_pending.py rename to api/tacticalrmm/agents/migrations/0007_remove_agent_policies_pending.py index 47735a63..ed011618 100644 --- a/api/tacticalrmm/agents/migrations/0006_remove_agent_policies_pending.py +++ b/api/tacticalrmm/agents/migrations/0007_remove_agent_policies_pending.py @@ -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 = [