Fix migration

This commit is contained in:
shamoon
2026-08-18 09:45:28 -07:00
committed by GitHub
parent 202f2df9d4
commit fd34f19e59
@@ -6,7 +6,7 @@ from django.db import models
class Migration(migrations.Migration):
dependencies = [
("documents", "0022_add_perf_indexes"),
("documents", "0023_savedview_icon"),
]
operations = [