mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Improve create index command logging
This commit is contained in:
@@ -43,6 +43,8 @@ class IndexCreateCommand extends Command
|
||||
}
|
||||
|
||||
if ($drop && $indexExists) {
|
||||
$output->writeln('<info>Dropping existing search index</info>');
|
||||
|
||||
$indexer->deleteIndex();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user