forked from github/dataease
fix(视图): 杭州市下属区县行政区划更新 #8439
This commit is contained in:
parent
6396d7b46c
commit
eaa9b65e64
@ -3,8 +3,19 @@ ALTER TABLE `xpack_share`
|
||||
|
||||
ALTER TABLE `data_visualization_info`
|
||||
ADD COLUMN `version` int NULL DEFAULT 3 COMMENT '可视化资源版本';
|
||||
update data_visualization_info set version = 2;
|
||||
update data_visualization_info
|
||||
set version = 2;
|
||||
|
||||
ALTER TABLE `visualization_template`
|
||||
ADD COLUMN `version` int NULL DEFAULT 3 COMMENT '使用资源的版本';
|
||||
update visualization_template set version = 2;
|
||||
update visualization_template
|
||||
set version = 2;
|
||||
|
||||
UPDATE `area`
|
||||
set `id` = '156330113',
|
||||
`name` = '临平区'
|
||||
where `id` = '156330103';
|
||||
UPDATE `area`
|
||||
set `id` = '156330114',
|
||||
`name` = '钱塘区'
|
||||
where `id` = '156330104';
|
1
mapFiles/156/156330113.json
Normal file
1
mapFiles/156/156330113.json
Normal file
File diff suppressed because one or more lines are too long
1
mapFiles/156/156330114.json
Normal file
1
mapFiles/156/156330114.json
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user