Mapping ContextType -> AiActionType
This commit is contained in:
@@ -3,3 +3,6 @@ VALUES ('Changes_2026-05-22 AiConv ActionType', CURDATE());
|
||||
|
||||
ALTER TABLE `aiconversation`
|
||||
CHANGE COLUMN `UIContext` `ActionType` INT NULL DEFAULT NULL ;
|
||||
|
||||
UPDATE `aiconversation`
|
||||
SET ActionType = 1;
|
||||
Reference in New Issue
Block a user