Skip to content

Commit

Permalink
reorder migrations
Browse files Browse the repository at this point in the history
migration order
  • Loading branch information
perryr16 authored and axelstudios committed Feb 16, 2024
1 parent 06a310d commit 4b30176
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class Migration(migrations.Migration):

dependencies = [
('orgs', '0028_organization_audit_template_report_type'),
('orgs', '0029_auto_20230413_1250'),
]

operations = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class Migration(migrations.Migration):

dependencies = [
('seed', '0211_auto_20240109_1348'),
('seed', '0212_auto_add_props_to_tree_squashed_0213_analysis_access_level_instance'),
]

operations = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def move_filter_groups_back(apps, schema_editor):
class Migration(migrations.Migration):

dependencies = [
('seed', '0212_add_filtergroup_labels'),
('seed', '0213_add_filtergroup_labels'),
]

operations = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class Migration(migrations.Migration):

dependencies = [
('seed', '0213_move_filtergroup_labels'),
('seed', '0214_move_filtergroup_labels'),
]

operations = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Migration(migrations.Migration):

dependencies = [
('orgs', '0029_auto_20230413_1250'),
('seed', '0212_auto_add_props_to_tree_squashed_0213_analysis_access_level_instance'),
('seed', '0215_delete_filtergroup_labels'),
]

operations = [
Expand Down

0 comments on commit 4b30176

Please sign in to comment.