call('init:system.channel'); $this->call('init:system.dict'); $this->call('upgrade:dict'); $this->call('upgrade:dict.vocabulary'); $this->call('upgrade:dict.default.meaning'); //语料库 $this->call('init:cs6sentence'); $this->call('upgrade:palitext'); $this->call('upgrade:wbw.template'); $this->call('upgrade:related.paragraph'); $this->call('upgrade:fts',['--content'=>true]); $this->call('upgrade:pcd.book.id'); return 0; } }