Skip to content

Commit c145093

Browse files
committed
Fix migration
1 parent e8c9636 commit c145093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/projects/migrations/0149_add_ssh_key_with_write_access.py renamed to readthedocs/projects/migrations/0150_add_ssh_key_with_write_access.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", "0148_remove_unused_indexes"),
12+
("projects", "0149_show_build_overview_in_comment"),
1313
]
1414

1515
operations = [

0 commit comments

Comments
 (0)