Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/dev/release'
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrebenchuk committed Jan 3, 2014
2 parents 253bfc0 + 7fa2d8a commit 573a45d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions install.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,3 @@

/** @var $container \Symfony\Component\DependencyInjection\ContainerInterface */
/** @var $commandExecutor \Oro\Bundle\InstallerBundle\CommandExecutor */
// Temporary fix till EmailAddress will be moved to the cache folder
$container->get('oro_email.entity.cache.clearer')->forceClear();
$container->get('oro_email.entity.cache.warmer')->warmUp('');
$commandExecutor
->runCommand('doctrine:schema:update', array('--force' => true, '--process-isolation' => true))
->runCommand('oro:search:create-index');

0 comments on commit 573a45d

Please sign in to comment.