Browse Source

add upgrade:fts

visuddhinanda 3 years ago
parent
commit
4ed906d363
1 changed files with 2 additions and 1 deletions
  1. 2 1
      app/Console/Commands/UpgradeAt20230227.php

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

@@ -42,7 +42,8 @@ class UpgradeAt20230227 extends Command
         $this->call('upgrade:dict');
         $this->call('upgrade:dict');
         $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:fts',['--book'=>'']);
         return 0;
         return 0;
     }
     }
 }
 }