fix(migrations): missing help text and constraint (#9591)

This commit is contained in:
Víctor Fernández Poyatos
2025-12-18 13:52:21 +01:00
committed by GitHub
parent bd47fe2072
commit d1d03ba421
2 changed files with 1 additions and 1 deletions

View File

@@ -59,7 +59,6 @@ class Migration(migrations.Migration):
("low", "Low"),
("informational", "Informational"),
],
max_length=50,
),
),
(

View File

@@ -16,6 +16,7 @@ class Migration(migrations.Migration):
blank=True,
null=True,
size=None,
help_text="Categories from check metadata for efficient filtering",
),
),
]