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
CAT_PRD_ENTT_MDA_GLR_VAL_ENTT_ID_VAL_ID_STORE_ID
In product.sql script it fails in "Gallery value" section, giving this error:
Can't DROP INDEX CAT_PRD_ENTT_MDA_GLR_VAL_ENTT_ID_VAL_ID_STORE_ID; check that it exists
The text was updated successfully, but these errors were encountered:
The right value would be
ALTER TABLE catalog_product_entity_media_gallery_value DROP INDEX CAT_PRD_ENTT_MDA_GLR_VAL_ROW_ID_VAL_ID_STORE_ID;
catalog_product_entity_media_gallery_value
CAT_PRD_ENTT_MDA_GLR_VAL_ROW_ID_VAL_ID_STORE_ID
Sorry, something went wrong.
Hello ! Could you open a PR with the related change? It would be greatly appreciated by others 😄
Fix Can't DROP INDEX CAT_PRD_ENTT_MDA_GLR_VAL_ENTT_ID_VAL_ID_STORE_ID…
9a889a6
…; check that it exists opengento#12
Sure #13
No branches or pull requests
In product.sql script it fails in "Gallery value" section, giving this error:
Can't DROP INDEX
CAT_PRD_ENTT_MDA_GLR_VAL_ENTT_ID_VAL_ID_STORE_ID
; check that it existsThe text was updated successfully, but these errors were encountered: