mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-29 04:14:20 +08:00
(fix)(headless) Fix the error that occurs when inserting in multiple cases of drill-down dimensions (#1665)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user