* fix: transfer cycle old distribtion captured * chore: active cycle snapshot * chore: migration file changed * chore: distribution payload changed * chore: labels and assignee structure change * chore: migration changes * chore: cycle snapshot progress payload updated * chore: cycle snapshot progress type added * chore: snapshot progress stats updated in cycle sidebar * chore: empty string validation --------- Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia@plane.so>
18 lines
388 B
Python
18 lines
388 B
Python
# Generated by Django 4.2.7 on 2024-02-08 09:18
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('db', '0059_auto_20240208_0957'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='cycle',
|
|
name='progress_snapshot',
|
|
field=models.JSONField(default=dict),
|
|
),
|
|
]
|