Skip to content
New issue

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

Migration version V1_4 already existed results in errors #2

Open
hvanoch opened this issue Mar 5, 2021 · 1 comment
Open

Migration version V1_4 already existed results in errors #2

hvanoch opened this issue Mar 5, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@hvanoch
Copy link

hvanoch commented Mar 5, 2021

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.

@anyt anyt added the bug Something isn't working label Mar 5, 2021
@anyt
Copy link
Contributor

anyt commented Mar 29, 2021

Hi, @hvanoch.
Thank you for the report!
Internal ticket id #BAP-20515.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants