update12.4.1.sql 135 B

123
  1. update zt_story set `plan`='' where `plan`=0;
  2. ALTER TABLE `zt_compile` ADD `times` tinyint unsigned NOT NULL DEFAULT '0' AFTER `tag`;