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

moved the compute/fix "log_docs.coll_id" from patch to cli.
This commit is contained in:
Jean-Yves Gaulier
2018-07-30 20:29:03 +02:00
parent 4f736d9f96
commit 02695e1006
2 changed files with 375 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ 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;
@@ -78,6 +79,7 @@ $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'));