Răsfoiți Sursa

:memo: note

visuddhinanda 2 ani în urmă
părinte
comite
dd29b9d54b
1 a modificat fișierele cu 4 adăugiri și 2 ștergeri
  1. 4 2
      app/Console/Commands/UpgradeFts.php

+ 4 - 2
app/Console/Commands/UpgradeFts.php

@@ -14,14 +14,16 @@ class UpgradeFts extends Command
      *
      * @var string
      */
-    protected $signature = 'upgrade:fts {--content} {para?} {--test}';
+    protected $signature = 'upgrade:fts {--content : upgrade col content}
+        {para?}
+        {--test : output log}';
 
     /**
      * The console command description.
      *
      * @var string
      */
-    protected $description = 'Command description';
+    protected $description = 'upgrade full text search table';
 
     /**
      * Create a new command instance.