1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-22 17:18:37 +00:00

Fix migrations

This commit is contained in:
Jeremy Benoist 2016-10-23 12:35:57 +02:00
parent 88d5d94dcb
commit 5ce1528953
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
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.'+).',
];
}
}