From a552992a7224115c7a46fb2b59522f508ccdf509 Mon Sep 17 00:00:00 2001 From: Rene Evertz Date: Mon, 1 Jun 2026 15:26:54 +0200 Subject: [PATCH] Mapping ContextType -> AiActionType --- Model/Changes_2026-05-22 AiConv ActionType.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Model/Changes_2026-05-22 AiConv ActionType.txt b/Model/Changes_2026-05-22 AiConv ActionType.txt index 860fbf8de..f1f884e57 100644 --- a/Model/Changes_2026-05-22 AiConv ActionType.txt +++ b/Model/Changes_2026-05-22 AiConv ActionType.txt @@ -2,4 +2,7 @@ INSERT INTO `.executedscripts` VALUES ('Changes_2026-05-22 AiConv ActionType', CURDATE()); ALTER TABLE `aiconversation` -CHANGE COLUMN `UIContext` `ActionType` INT NULL DEFAULT NULL ; \ No newline at end of file +CHANGE COLUMN `UIContext` `ActionType` INT NULL DEFAULT NULL ; + +UPDATE `aiconversation` +SET ActionType = 1; \ No newline at end of file