Files
BeWoPlaner/Model/Changes_2026-05-22 AiConv ActionType.txt

8 lines
229 B
Plaintext
Raw Normal View History

2026-05-26 12:30:29 +02:00
INSERT INTO `.executedscripts`
VALUES ('Changes_2026-05-22 AiConv ActionType', CURDATE());
ALTER TABLE `aiconversation`
2026-06-01 15:26:54 +02:00
CHANGE COLUMN `UIContext` `ActionType` INT NULL DEFAULT NULL ;
UPDATE `aiconversation`
SET ActionType = 1;