diff --git a/src/documents/migrations/0017_sha256_checksums.py b/src/documents/migrations/0016_sha256_checksums.py similarity index 98% rename from src/documents/migrations/0017_sha256_checksums.py rename to src/documents/migrations/0016_sha256_checksums.py index 81261b31e..de1c6c596 100644 --- a/src/documents/migrations/0017_sha256_checksums.py +++ b/src/documents/migrations/0016_sha256_checksums.py @@ -100,7 +100,7 @@ def recompute_checksums(apps, schema_editor): class Migration(migrations.Migration): dependencies = [ - ("documents", "0016_document_version_index_and_more"), + ("documents", "0015_document_version_index_and_more"), ] operations = [