Handles the rename of the migration

This commit is contained in:
Trenton H
2026-03-18 15:23:37 -07:00
parent 0c0ba6510d
commit a6393aef58

View File

@@ -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 = [