Skip to content

Commit 2329e5f

Browse files
committed
Prepare migrations for merge.
1 parent 01db38e commit 2329e5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tigaserver_app/migrations/0045_report_responses_to_column.py renamed to tigaserver_app/migrations/0048_report_responses_to_column.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
class Migration(migrations.Migration):
77

88
dependencies = [
9-
('tigaserver_app', '0044_refactor'),
9+
('tigaserver_app', '0047_merge_20240813_1025'),
1010
]
1111

1212
operations = [

tigaserver_app/migrations/0046_populate_responses_column.py renamed to tigaserver_app/migrations/0049_populate_responses_column.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ def update_bite_body_part(apps, fieldname, answer_id):
630630
class Migration(migrations.Migration):
631631

632632
dependencies = [
633-
('tigaserver_app', '0045_report_responses_to_column'),
633+
('tigaserver_app', '0048_report_responses_to_column'),
634634
]
635635

636636
operations = [

0 commit comments

Comments
 (0)