* [bug] remove sql.

This commit is contained in:
qixinzhi
2024-09-14 09:21:56 +08:00
committed by 代婷婷
parent d890f2c645
commit 8202aa1e3b
-4
View File
@@ -14,7 +14,3 @@ REPLACE INTO `zt_grouppriv` (`group`, `module`, `method`) SELECT `group`, 'zanod
UPDATE `zt_doc` SET `order` = id;
ALTER TABLE `zt_story` ADD `verifiedDate` datetime NULL AFTER `retractedDate`;
ALTER TABLE `zt_pivot` ADD `mode` enum('text', 'builder') not NULL default 'builder' AFTER `driver`;
ALTER TABLE `zt_pivot` ADD `builder` mediumtext AFTER `sql`;
UPDATE `zt_pivot` SET `mode` = 'text';