dev: add max length field and group in default project states
This commit is contained in:
parent
cb640407b6
commit
a5f071311d
2 changed files with 31 additions and 4 deletions
|
|
@ -21,6 +21,7 @@ class State(ProjectBaseModel):
|
|||
("cancelled", "Cancelled"),
|
||||
),
|
||||
default="backlog",
|
||||
max_length=20,
|
||||
)
|
||||
|
||||
def __str__(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue