Skip to content

Commit f20acad

Browse files
authored
Fix migration conflict: renumber 0159 to 0160 (#12938)
## Summary - Two migrations shared number `0159` in `projects/migrations/`, causing a Django migration conflict - Renumbered `0159_notifications_show_on_external_help_text.py` → `0160` and updated its dependency to `0159_update_addonsconfig_field_name` Made by AI.
1 parent e57f1bd commit f20acad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/projects/migrations/0159_notifications_show_on_external_help_text.py renamed to readthedocs/projects/migrations/0160_notifications_show_on_external_help_text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Migration(migrations.Migration):
99
safe = Safe.before_deploy()
1010

1111
dependencies = [
12-
("projects", "0158_add_search_subproject_filter_option"),
12+
("projects", "0159_update_addonsconfig_field_name"),
1313
]
1414

1515
operations = [

0 commit comments

Comments
 (0)