Mapping ContextType -> AiActionType
This commit is contained in:
@@ -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 ;
|
||||
CHANGE COLUMN `UIContext` `ActionType` INT NULL DEFAULT NULL ;
|
||||
|
||||
UPDATE `aiconversation`
|
||||
SET ActionType = 1;
|
||||
Reference in New Issue
Block a user