diff --git a/readthedocs/projects/migrations/0144_alter_importedfile_id.py b/readthedocs/projects/migrations/0145_alter_importedfile_id.py similarity index 87% rename from readthedocs/projects/migrations/0144_alter_importedfile_id.py rename to readthedocs/projects/migrations/0145_alter_importedfile_id.py index aaecb4643cb..901f45e5b13 100644 --- a/readthedocs/projects/migrations/0144_alter_importedfile_id.py +++ b/readthedocs/projects/migrations/0145_alter_importedfile_id.py @@ -7,7 +7,7 @@ class Migration(migrations.Migration): safe = Safe.after_deploy dependencies = [ - ("projects", "0143_addons_flyout_position"), + ("projects", "0144_addons_blank_field"), ] operations = [