feat: cycle view props (#881)

This commit is contained in:
pablohashescobar 2023-04-22 18:16:05 +05:30 committed by GitHub
parent fb4535b294
commit 16781a71fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"