chore(scripts): agent_gate 迁移脚本指向本机 MySQL,同步事件名状态

This commit is contained in:
Pine
2026-09-13 11:14:21 +08:00
parent a163e661a1
commit dbfb1d64dc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
-- 智能体互通(agent_gate)数据库迁移
-- 适用:server-core 生产库(本机与生产共用同一 MySQL)
-- 执行方式(本机):
-- mysql -h47.108.226.213 -P8091 -uopc -pjjjsgysyujkwjwgb opc < migrate_agent_gate.sql
-- mysql -h192.168.1.3 -P8091 -uopc -pjjjsgysyujkwjwgb opc < migrate_agent_gate.sql
-- 幂等:全部语句可重复执行(先检查列/表是否已存在)
-- ============================================================