Skip to content

Commit

Permalink
[chores] Removed squashed migrations #373
Browse files Browse the repository at this point in the history
Closes #373
  • Loading branch information
Aryamanz29 committed Jun 6, 2022
1 parent 872f7db commit 2dea308
Show file tree
Hide file tree
Showing 31 changed files with 1 addition and 1,348 deletions.
97 changes: 0 additions & 97 deletions openwisp_monitoring/check/migrations/0001_initial.py

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Generated by Django 3.1.2 on 2020-11-18 12:55
# TODO: The ``replaces`` attribute needs to be removed in 0.2 release as explained in django
# docs https://docs.djangoproject.com/en/dev/topics/migrations/#migration-squashing

import collections
import uuid
Expand All @@ -17,8 +15,6 @@

class Migration(migrations.Migration):

replaces = [('check', '0001_initial'), ('check', '0002_check_unique_together')]

dependencies = [
('contenttypes', '0002_remove_content_type_name'),
swapper.dependency('config', 'Device', '0004_add_device_model'),
Expand Down
17 changes: 0 additions & 17 deletions openwisp_monitoring/check/migrations/0002_check_unique_together.py

This file was deleted.

2 changes: 1 addition & 1 deletion openwisp_monitoring/check/migrations/0003_create_ping.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def create_device_ping(apps, schema_editor):
class Migration(migrations.Migration):

dependencies = [
('check', '0002_check_unique_together'),
('check', '0001_initial_squashed_0002_check_unique_together'),
swapper.dependency('monitoring', 'Metric'),
]

Expand Down
29 changes: 0 additions & 29 deletions openwisp_monitoring/device/migrations/0001_initial.py

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Generated by Django 3.1.2 on 2020-11-18 12:57
# TODO: The ``replaces`` attribute needs to be removed in 0.2 release as explained in django
# docs https://docs.djangoproject.com/en/dev/topics/migrations/#migration-squashing

import uuid

Expand Down Expand Up @@ -28,11 +26,6 @@ def create_device_monitoring(apps, schema_editor):

class Migration(migrations.Migration):

replaces = [
('device_monitoring', '0001_initial'),
('device_monitoring', '0002_devicemonitoring'),
]

initial = True

dependencies = [
Expand Down
103 changes: 0 additions & 103 deletions openwisp_monitoring/device/migrations/0002_devicemonitoring.py

This file was deleted.

Loading

0 comments on commit 2dea308

Please sign in to comment.