mirror of
https://gitee.com/mateos/mateclaw.git
synced 2026-09-13 03:13:41 +08:00
fix(flyway): renumber V9__hook_system.sql to V10 to resolve version collision
This commit is contained in:
parent
4a4b39249e
commit
52f5a38654
@ -1,6 +1,7 @@
|
||||
-- V9: RFC-017 声明式 Hook 系统
|
||||
-- V10: 声明式 Hook 系统
|
||||
-- mate_hook hook 定义(YAML 文件或 UI 写入)
|
||||
-- mate_hook_run hook 触发审计(可选,按 mateclaw.hooks.audit.enabled 开关)
|
||||
-- (原本命名为 V9 但与 V9__usage_cache_tokens.sql 撞号;重命名为 V10 以共存)
|
||||
|
||||
CREATE TABLE IF NOT EXISTS mate_hook (
|
||||
id BIGINT NOT NULL PRIMARY KEY,
|
||||
@ -1,6 +1,7 @@
|
||||
-- V9: RFC-017 声明式 Hook 系统
|
||||
-- V10: 声明式 Hook 系统
|
||||
-- mate_hook hook 定义(YAML 文件或 UI 写入)
|
||||
-- mate_hook_run hook 触发审计
|
||||
-- (原本命名为 V9 但与 V9__usage_cache_tokens.sql 撞号;重命名为 V10 以共存)
|
||||
|
||||
CREATE TABLE IF NOT EXISTS mate_hook (
|
||||
id BIGINT NOT NULL PRIMARY KEY,
|
||||
Loading…
Reference in New Issue
Block a user