forked from github/dataease
fix: 移除desktop版本中不需要的SQL
This commit is contained in:
parent
691da1588e
commit
67711b41be
@ -1,6 +1,3 @@
|
||||
ALTER TABLE `xpack_share`
|
||||
ADD COLUMN `auto_pwd` tinyint(1) NOT NULL DEFAULT 1 COMMENT '自动生成密码';
|
||||
|
||||
ALTER TABLE `data_visualization_info`
|
||||
ADD COLUMN `version` int NULL DEFAULT 3 COMMENT '可视化资源版本';
|
||||
update data_visualization_info set version = 2;
|
||||
|
Loading…
Reference in New Issue
Block a user