* [story#69254,0.5h] remove sql.

This commit is contained in:
qixinzhi
2024-11-07 16:10:01 +08:00
committed by 代婷婷
parent 8db32876a6
commit a3a4741de9
-2
View File
@@ -58,5 +58,3 @@ UPDATE `zt_grouppriv` SET `method` = 'quick' WHERE `module` = 'doc' AND `method`
ALTER TABLE `zt_history` ADD `oldValue` text NULL AFTER `old`;
ALTER TABLE `zt_history` ADD `newValue` text NULL AFTER `new`;
ALTER TABLE `zt_dataview` ADD `driver` enum('mysql', 'duckdb') not NULL default 'mysql' AFTER `code`;