mirror of
https://github.com/tiennm99/goclaw.git
synced 2026-06-17 08:52:15 +00:00
d8fc97ec63
- Migration 000034: subagent_tasks table with tenant scope, JSONB metadata + GIN index, partial index for archival candidates - SubagentTaskStore interface with Create/Get/UpdateStatus/List/Archive - PG implementation with parameterized queries and tenant isolation - SQLite schema v3→4 migration + no-op stub for Lite edition - Wire into store.Stores and factories
2 lines
37 B
SQL
2 lines
37 B
SQL
DROP TABLE IF EXISTS subagent_tasks;
|