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
When upgrading from 4.1.x to 4.2.x we get sql errors: SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.confidential' in 'field list'" This is because version V1_4 of the migration was already used. See: https://github.com/oroinc/oauth2-server/tree/4.1.8/src/Oro/Bundle/OAuth2ServerBundle/Migrations/Schema/v1_4 In version 4.2.0 there is suddenly a new file. https://github.com/oroinc/oauth2-server/tree/4.2.0/src/Oro/Bundle/OAuth2ServerBundle/Migrations/Schema/v1_4
SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.confidential' in 'field list'"
New migrations should have a new version number.
The text was updated successfully, but these errors were encountered:
Hi, @hvanoch. Thank you for the report! Internal ticket id #BAP-20515.
Sorry, something went wrong.
No branches or pull requests
When upgrading from 4.1.x to 4.2.x we get sql errors:
SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.confidential' in 'field list'"
This is because version V1_4 of the migration was already used.
See:
https://github.com/oroinc/oauth2-server/tree/4.1.8/src/Oro/Bundle/OAuth2ServerBundle/Migrations/Schema/v1_4
In version 4.2.0 there is suddenly a new file.
https://github.com/oroinc/oauth2-server/tree/4.2.0/src/Oro/Bundle/OAuth2ServerBundle/Migrations/Schema/v1_4
New migrations should have a new version number.
The text was updated successfully, but these errors were encountered: