Skip to content

Commit 2e65033

Browse files
authored
Fix migration (#11964)
1 parent f041c62 commit 2e65033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/projects/migrations/0144_alter_importedfile_id.py renamed to readthedocs/projects/migrations/0145_alter_importedfile_id.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class Migration(migrations.Migration):
77
safe = Safe.after_deploy
88

99
dependencies = [
10-
("projects", "0143_addons_flyout_position"),
10+
("projects", "0144_addons_blank_field"),
1111
]
1212

1313
operations = [

0 commit comments

Comments
 (0)