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