Port to 4.1 mysql restart autoincrement

This commit is contained in:
aina-esokia
2018-02-09 12:20:30 +04:00
parent 30755e9c46
commit 029da5d9eb
2 changed files with 383 additions and 0 deletions

View File

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