mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 01:43:13 +00:00
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:
@@ -22,7 +22,6 @@ use Alchemy\Phrasea\Command\Developer\RoutesDumper;
|
||||
use Alchemy\Phrasea\Command\Developer\SetupTestsDbs;
|
||||
use Alchemy\Phrasea\Command\Developer\Uninstaller;
|
||||
use Alchemy\Phrasea\Command\Developer\TranslationDumper;
|
||||
use Alchemy\Phrasea\Command\Developer\FixLogCollId;
|
||||
|
||||
use Doctrine\DBAL\Tools\Console\Helper\ConnectionHelper;
|
||||
use Doctrine\ORM\Tools\Console\Helper\EntityManagerHelper;
|
||||
@@ -79,7 +78,6 @@ $cli->command(new Uninstaller());
|
||||
$cli->command(new JsFixtures());
|
||||
$cli->command(new IniReset());
|
||||
$cli->command(new SetupTestsDbs());
|
||||
$cli->command(new FixLogCollId());
|
||||
$cli->command(new \module_console_systemTemplateGenerator('system:generate-templates'));
|
||||
|
||||
|
||||
|
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user