Fix migrations

This commit is contained in:
Jeremy Benoist
2016-10-23 12:35:57 +02:00
parent 88d5d94dcb
commit 5ce1528953
6 changed files with 48 additions and 28 deletions

View File

@ -118,7 +118,7 @@ class InstallCommand extends ContainerAwareCommand
$rows[] = [
'<comment>Database version</comment>',
'<error>ERROR!</error>',
'Your MySQL version ('.$version.') is too old, consider upgrading ('.$minimalVersion.'+).'
'Your MySQL version ('.$version.') is too old, consider upgrading ('.$minimalVersion.'+).',
];
}
}