8 lines
229 B
Plaintext
8 lines
229 B
Plaintext
INSERT INTO `.executedscripts`
|
|
VALUES ('Changes_2026-05-22 AiConv ActionType', CURDATE());
|
|
|
|
ALTER TABLE `aiconversation`
|
|
CHANGE COLUMN `UIContext` `ActionType` INT NULL DEFAULT NULL ;
|
|
|
|
UPDATE `aiconversation`
|
|
SET ActionType = 1; |