Skip to content

Commit d54f41e

Browse files
committed
chore: fix migrations after rebase
1 parent 18650fd commit d54f41e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bc_obps/common/migrations/0096_supplementary_report_submitted_after_deadline_template_template.py renamed to bc_obps/common/migrations/0097_supplementary_report_submitted_after_deadline_template_template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def reverse_supplementary_report_submitted_after_deadline_template(apps, schema_
4747

4848
class Migration(migrations.Migration):
4949
dependencies = [
50-
('common', '0095_notice_of_penalty_now_accruing_email_template'),
50+
('common', '0096_V4_4_0'),
5151
]
5252

5353
operations = [

0 commit comments

Comments
 (0)