mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
dev: add cycle snapshot migration file
This commit is contained in:
parent
c25ac3b3a6
commit
9e310994cd
@ -41,4 +41,9 @@ class Migration(migrations.Migration):
|
||||
migrations.DeleteModel(
|
||||
name="IssueAttachment",
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='cycle',
|
||||
name='progress_snapshot',
|
||||
field=models.JSONField(default=dict),
|
||||
),
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user