Fix migration

This commit is contained in:
shamoon
2026-08-15 10:44:38 -07:00
committed by GitHub
parent 5928af2318
commit 7418f52f5d
@@ -6,7 +6,7 @@ from django.db import models
class Migration(migrations.Migration):
dependencies = [
("documents", "0022_add_perf_indexes"),
("documents", "0023_savedview_icon"),
]
operations = [