mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-11 12:07:42 +00:00
(improvement)(semantic) Batch download compatible with empty data (#445)
Co-authored-by: jolunoluo
This commit is contained in:
@@ -201,7 +201,6 @@ CREATE TABLE `s2_dictionary_task` (
|
||||
CREATE TABLE `s2_dimension` (
|
||||
`id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '维度ID',
|
||||
`model_id` bigint(20) DEFAULT NULL,
|
||||
`datasource_id` bigint(20) NOT NULL COMMENT '所属数据源id',
|
||||
`name` varchar(255) NOT NULL COMMENT '维度名称',
|
||||
`biz_name` varchar(255) NOT NULL COMMENT '字段名称',
|
||||
`description` varchar(500) NOT NULL COMMENT '描述',
|
||||
|
||||
@@ -115,4 +115,5 @@ CREATE TABLE s2_model_rela
|
||||
PRIMARY KEY (`id`)
|
||||
);
|
||||
|
||||
alter table s2_view_info change model_id domain_id bigint;
|
||||
alter table s2_view_info change model_id domain_id bigint;
|
||||
alter table s2_dimension drop column datasource_id;
|
||||
Reference in New Issue
Block a user