From 2a728f8935339b5a23056a3bc2e36509b95e0ec6 Mon Sep 17 00:00:00 2001 From: 8ga Date: Tue, 8 Sep 2026 16:27:35 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20v2609.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- v2609.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/v2609.md b/v2609.md index 075d290..a96eece 100644 --- a/v2609.md +++ b/v2609.md @@ -124,6 +124,8 @@ ADD COLUMN `available` VARCHAR(8) DEFAULT 'yes' COMMENT '是否可用(yes=启 ALTER TABLE `mis-paw-claw`.`agent_skill_mapping` ADD COLUMN `skill_id` BIGINT NULL COMMENT '技能ID(调试版)' AFTER `agent_id`; + +ALTER TABLE `agent_skill_mapping` MODIFY `skill_release_id` BIGINT NULL COMMENT 'tool-server skill_release 主键(正式版)'; ``` ### 数据初始化 From b4f1e2ce958e3323894509f744d7f6b16d227ef0 Mon Sep 17 00:00:00 2001 From: 8ga Date: Thu, 10 Sep 2026 09:44:53 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20v2609.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- v2609.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2609.md b/v2609.md index a96eece..fe7b38d 100644 --- a/v2609.md +++ b/v2609.md @@ -125,7 +125,7 @@ ADD COLUMN `available` VARCHAR(8) DEFAULT 'yes' COMMENT '是否可用(yes=启 ALTER TABLE `mis-paw-claw`.`agent_skill_mapping` ADD COLUMN `skill_id` BIGINT NULL COMMENT '技能ID(调试版)' AFTER `agent_id`; -ALTER TABLE `agent_skill_mapping` MODIFY `skill_release_id` BIGINT NULL COMMENT 'tool-server skill_release 主键(正式版)'; +ALTER TABLE `mis-paw-claw`.`agent_skill_mapping` MODIFY `skill_release_id` BIGINT NULL COMMENT 'tool-server skill_release 主键(正式版)'; ``` ### 数据初始化 From c1e81b207aeea7c74aef078de2cf7c42e31c01a5 Mon Sep 17 00:00:00 2001 From: 8ga Date: Thu, 10 Sep 2026 09:46:32 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20v2609.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- v2609.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/v2609.md b/v2609.md index fe7b38d..ae5666b 100644 --- a/v2609.md +++ b/v2609.md @@ -9,6 +9,15 @@ ### 新建的表 +```sql +DROP TABLE `mis-mcp-paw-claw`.`user_resource_operate_record` +DROP TABLE `mis-mcp-paw-claw`.`resource_operate_count`; +DROP TABLE `mis-mcp-paw-claw`.`user_resource_comment`; +DROP TABLE `mis-cloud-claw`.`client_software`; +DROP TABLE `mis-cloud-claw`.`client_software_canary_settings`; +DROP TABLE `mis-paw-claw`.`work_sheet`; +``` + ```sql CREATE TABLE `mis-mcp-paw-claw`.`resource_operate_count` ( `id` BIGINT NOT NULL AUTO_INCREMENT COMMENT 'id',