Skip to content

Commit 0533fe7

Browse files
Maffoochclaude
andcommitted
fix(migrations): renumber dedup-execution-mode migrations onto current dev leaf
Rebasing onto dev pulled in 0273_product_upper_name_index, 0274_finding_sla_expiration_index and 0275_usercontactinfo_user_state_details, colliding with this branch's 0273/0274 and producing two leaf nodes. Renumber onto the current leaf: - 0273_usercontactinfo_deduplication_execution_mode -> 0276_..., dep 0275_usercontactinfo_user_state_details - 0274_seed_deduplication_execution_mode -> 0277_..., dep 0276_usercontactinfo_deduplication_execution_mode Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 1d9fcde commit 0533fe7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dojo/db_migrations/0273_usercontactinfo_deduplication_execution_mode.py renamed to dojo/db_migrations/0276_usercontactinfo_deduplication_execution_mode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
class Migration(migrations.Migration):
55

66
dependencies = [
7-
('dojo', '0272_reencrypt_tool_config_credentials_aes_gcm'),
7+
('dojo', '0275_usercontactinfo_user_state_details'),
88
]
99

1010
operations = [

dojo/db_migrations/0274_seed_deduplication_execution_mode.py renamed to dojo/db_migrations/0277_seed_deduplication_execution_mode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def unseed_deduplication_execution_mode(apps, schema_editor):
2222
class Migration(migrations.Migration):
2323

2424
dependencies = [
25-
('dojo', '0273_usercontactinfo_deduplication_execution_mode'),
25+
('dojo', '0276_usercontactinfo_deduplication_execution_mode'),
2626
]
2727

2828
operations = [

0 commit comments

Comments
 (0)