feat(ssa): Complete T-test end-to-end testing with 9 bug fixes - Phase 1 core 85% complete. R service: missing value auto-filter. Backend: error handling, variable matching, dynamic filename. Frontend: module activation, session isolation, error propagation. Full flow verified.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
-- 创建 8 张新表用于支持完整的 Agent 功能
|
||||
-- 日期: 2026-02-07
|
||||
|
||||
-- Enable pgvector extension for embedding support
|
||||
CREATE EXTENSION IF NOT EXISTS vector;
|
||||
|
||||
-- CreateTable: iit_skills (Skill 配置存储)
|
||||
CREATE TABLE "iit_schema"."skills" (
|
||||
"id" TEXT NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user