opencode-supertask 0.1.10 → 0.1.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5122,8 +5122,6 @@ var tasks = sqliteTable("tasks", {
5122
5122
  // 任务分组与依赖
5123
5123
  batchId: text("batch_id"),
5124
5124
  dependsOn: integer("depends_on"),
5125
- // OpenCode Session
5126
- sessionId: text("session_id"),
5127
5125
  // 状态
5128
5126
  status: text("status").default("pending"),
5129
5127
  // 时间戳(老字段保持秒级 timestamp)