znt/db/update12.4.1.sql

4 lines
135 B
MySQL
Raw Permalink Normal View History

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