44 lines
945 B
JSON
44 lines
945 B
JSON
[
|
|
{
|
|
"id": "1",
|
|
"content": "为 inventory_records 表添加 company_id 字段",
|
|
"status": "completed",
|
|
"priority": "high"
|
|
},
|
|
{
|
|
"id": "2",
|
|
"content": "为 yarn_ratios 表添加 company_id 字段",
|
|
"status": "completed",
|
|
"priority": "high"
|
|
},
|
|
{
|
|
"id": "3",
|
|
"content": "为 plan_process_steps 表添加 company_id 字段",
|
|
"status": "completed",
|
|
"priority": "high"
|
|
},
|
|
{
|
|
"id": "4",
|
|
"content": "更新 inventory_records 的 RLS 策略",
|
|
"status": "completed",
|
|
"priority": "high"
|
|
},
|
|
{
|
|
"id": "5",
|
|
"content": "更新 yarn_ratios 的 RLS 策略",
|
|
"status": "completed",
|
|
"priority": "high"
|
|
},
|
|
{
|
|
"id": "6",
|
|
"content": "更新 plan_process_steps 的 RLS 策略",
|
|
"status": "completed",
|
|
"priority": "high"
|
|
},
|
|
{
|
|
"id": "7",
|
|
"content": "同步更新现有数据的 company_id",
|
|
"status": "completed",
|
|
"priority": "high"
|
|
}
|
|
] |