dev: add max length field and group in default project states

This commit is contained in:
pablohashescobar 2022-12-13 23:22:34 +05:30
parent cb640407b6
commit a5f071311d
2 changed files with 31 additions and 4 deletions

View file

@ -21,6 +21,7 @@ class State(ProjectBaseModel):
("cancelled", "Cancelled"),
),
default="backlog",
max_length=20,
)
def __str__(self):