(fix)(headless) Fix the error that occurs when inserting in multiple cases of drill-down dimensions (#1665)

This commit is contained in:
lexluo09
2024-09-13 11:47:28 +08:00
committed by GitHub
parent d89d6661a9
commit faae692dff
5 changed files with 8 additions and 5 deletions

View File

@@ -366,4 +366,7 @@ alter table s2_chat_parse modify column `chat_id` int(11);
--20240806
UPDATE `s2_dimension` SET `type` = 'identify' WHERE `type` in ('primary','foreign');
alter table singer drop column imp_date;
alter table singer drop column imp_date;
--20240913
ALTER TABLE s2_model MODIFY COLUMN drill_down_dimensions TEXT DEFAULT NULL;