* adjust for set plan.

This commit is contained in:
z
2020-10-12 16:23:42 +08:00
parent 050a884962
commit 2b2eba33ea
+1
View File
@@ -1,3 +1,4 @@
update zt_story set `plan`='' where `plan`=0;
CREATE TABLE IF NOT EXISTS `zt_planstory` (
`plan` mediumint(8) unsigned NOT NULL,
`story` mediumint(8) unsigned NOT NULL,