(improvement)(semantic) Batch download compatible with empty data (#445)

Co-authored-by: jolunoluo
This commit is contained in:
LXW
2023-11-28 16:38:30 +08:00
committed by GitHub
parent b6734d99e1
commit 46733d1728
4 changed files with 15 additions and 4 deletions

View File

@@ -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;