2
0
Эх сурвалжийг харах

add $this->call('upgrade:pcd.book.id');

visuddhinanda 2 жил өмнө
parent
commit
a9dfdaaf61

+ 3 - 1
app/Console/Commands/UpgradeAt20230227.php

@@ -43,7 +43,9 @@ class UpgradeAt20230227 extends Command
         $this->call('upgrade:dict.vocabulary');
         $this->call('upgrade:dict.vocabulary');
         $this->call('upgrade:dict.default.meaning');
         $this->call('upgrade:dict.default.meaning');
         $this->call('upgrade:related.paragraph');
         $this->call('upgrade:related.paragraph');
-        $this->call('upgrade:fts',['--book'=>'']);
+        $this->call('upgrade:fts',['--content'=>true]);
+        $this->call('upgrade:pcd.book.id');
+
         return 0;
         return 0;
     }
     }
 }
 }