PHRAS-2161_coll-id-in-log-docs_MASTER

moved cli "patch:log_coll_id" from bin/developer to bin/setup
cs
This commit is contained in:
Jean-Yves Gaulier
2018-07-31 11:56:50 +02:00
parent 9644efef00
commit 02efc2b9d1
3 changed files with 12 additions and 12 deletions

View File

@@ -13,6 +13,7 @@ namespace KonsoleKommander;
use Alchemy\Phrasea\Command\Setup\ConfigurationEditor;
use Alchemy\Phrasea\Command\Setup\FixAutoincrements;
use Alchemy\Phrasea\Command\Setup\FixLogCollId;
use Alchemy\Phrasea\Core\Version;
use Alchemy\Phrasea\Command\UpgradeDBDatas;
use Alchemy\Phrasea\Command\Setup\Install;
@@ -78,6 +79,7 @@ $app->command(new CheckEnvironment('check:system'));
$app->command(new Install('system:install', $app['phraseanet.structure-template']));
$app->command(new CrossDomainGenerator());
$app->command(new FixAutoincrements('system:fix-autoincrements'));
$app->command(new FixLogCollId());
$app['phraseanet.setup_mode'] = true;