update12.3.3.sql 283 B

12345
  1. ALTER TABLE `zt_doccontent` CHANGE `content` `content` longtext NOT NULL AFTER `digest`;
  2. update zt_storystage as a, zt_story as b set a.stage = 'closed', b.stage = 'closed' where a.story = b.id and b.status = 'closed';
  3. update zt_story set stage = 'closed' where status = 'closed';