fix: 移除desktop版本中不需要的SQL

This commit is contained in:
fit2cloudrd
2024-05-11 15:27:17 +08:00
committed by GitHub
parent 691da1588e
commit 67711b41be

View File

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