Skip to content

Commit b763d0f

Browse files
joemullmauromsl
authored andcommitted
fix #4855 Linearize migration for core 0108
1 parent 07c4cdd commit b763d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/migrations/0108_salutation_name_20250707_1420.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ def use_salutation_name_in_email_salutations(apps, schema_editor):
322322
class Migration(migrations.Migration):
323323

324324
dependencies = [
325-
('core', '0107_alter_controlledaffiliation_options_and_more'),
325+
('core', '0108_workflowlog_user'),
326326
]
327327

328328
operations = [

0 commit comments

Comments
 (0)