* [bug] remove sql.
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user