We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After upgrade to MariadDB 10.2.7, a schema update is marking change for all tables about default column value.
Change in mariadb: https://jira.mariadb.org/browse/MDEV-13132
The text was updated successfully, but these errors were encountered:
Downtracked to doctrine dbal.
Just made a P/R doctrine/dbal#2825. included in 2.7:
Till 2.7.x is released, I've added 2.7.x-dev as a trick
"require": { "php": "^7.1", "doctrine/dbal": "2.7.x-dev as 2.6.4", "doctrine/common": "^2.7.0", "doctrine/orm": "^2.5.0", "gedmo/doctrine-extensions": "^2.4.28", "doctrine/data-fixtures": "^1.2.2", "symfony/console": "^2.6.0 || ^3.2.0" },
Sorry, something went wrong.
4e5c076
belgattitude
No branches or pull requests
After upgrade to MariadDB 10.2.7, a schema update is marking change for all tables about default column value.
Change in mariadb: https://jira.mariadb.org/browse/MDEV-13132
The text was updated successfully, but these errors were encountered: