Skip to content

Commit 79d00aa

Browse files
committed
fix: 마이그레이션 병합 이슈 수정
1 parent b33b5d8 commit 79d00aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/notification/migrations/0003_seed_payment_completed_email_template.py renamed to app/notification/migrations/0004_seed_payment_completed_email_template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def reverse_seed_payment_completed_email_template(apps, schema_editor):
4040

4141
class Migration(migrations.Migration):
4242
dependencies = [
43-
("notification", "0002_emailnotificationhistorysentto_failure_reason_and_more"),
43+
("notification", "0003_emailnotificationtemplate_editor_source_and_more"),
4444
]
4545

4646
operations = [

0 commit comments

Comments
 (0)