feat: cycle view props (#881)
This commit is contained in:
parent
fb4535b294
commit
16781a71fe
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ class Cycle(ProjectBaseModel):
|
|||
on_delete=models.CASCADE,
|
||||
related_name="owned_by_cycle",
|
||||
)
|
||||
view_props = models.JSONField(default=dict)
|
||||
|
||||
class Meta:
|
||||
verbose_name = "Cycle"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue