mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 14:31:00 +08:00
fix: 移除desktop版本中不需要的SQL
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user