fix migrations

This commit is contained in:
imperosol
2026-09-18 11:09:56 +02:00
parent 38edfe9004
commit 62b49240d1
4 changed files with 4 additions and 8 deletions
@@ -11,7 +11,7 @@ class Migration(migrations.Migration):
model_name="permanency",
name="end",
field=models.DateTimeField(
db_index=True, verbose_name="end date", null=True
db_index=True, verbose_name="end date", null=True, blank=True
),
)
]