mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
dev: project sort ordering migration
This commit is contained in:
parent
9ad0c8403f
commit
4d7cee773e
@ -89,8 +89,8 @@ class Migration(migrations.Migration):
|
||||
field=models.JSONField(default=plane.db.models.workspace.get_default_props),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='project',
|
||||
name='sort_order',
|
||||
model_name="projectmember",
|
||||
name="sort_order",
|
||||
field=models.FloatField(default=65535),
|
||||
),
|
||||
migrations.RunPython(update_project_member_sort_order),
|
||||
|
Loading…
Reference in New Issue
Block a user