Browse Source

Merge pull request #2029 from visuddhinanda/laravel

:fire: tag in index db
visuddhinanda 2 years ago
parent
commit
4ba97abdbc
1 changed files with 0 additions and 2 deletions
  1. 0 2
      app/Console/Commands/ExportOffline.php

+ 0 - 2
app/Console/Commands/ExportOffline.php

@@ -82,9 +82,7 @@ class ExportOffline extends Command
             //tag
             $this->info('export tag start');
             $this->call('export:tag',['db'=>'wikipali-offline']);
-            $this->call('export:tag',['db'=>'wikipali-offline-index']);
             $this->call('export:tag.map',['db'=>'wikipali-offline']);
-            $this->call('export:tag.map',['db'=>'wikipali-offline-index']);
             //
             $this->info('export pali text start');
             $this->call('export:pali.text');