-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Declarative schema: Omitting indexType throws exception #21322
Comments
Hi @k4emic. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
For more details, please, review the Magento Contributor Assistant documentation. @k4emic do you confirm that you was able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
Hi @engcom-backlog-nazar. Thank you for working on this issue.
|
Hi @k4emic hi thank you for you report, please open issue here ->https://github.com/magento-engcom/msi |
Hi @engcom-backlog-nazar |
Digging a bit into the code, this happens because the two compared elements (generated index and existing index) uses two different casings for "btree" in their dataset: https://cl.ly/f1b0ca1d4e8f/Image%202019-02-19%20at%208.50.19%20AM.png
|
✅ Confirmed by @engcom-backlog-nazar Issue Available: @engcom-backlog-nazar, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself. |
Hi @k4emic. Thank you for your report. The fix will be available with the upcoming 2.3.2 release. |
…ype throws exception #21328
Preconditions (*)
Steps to reproduce (*)
php bin/magento setup:upgrade
multiple timesExpected result (*)
Actual result (*)
PDOException: SQLSTATE[42000]: Syntax error or access violation: 1061 Duplicate key name 'INVENTORY_SOURCE_ITEM_UPDATED_AT'
The text was updated successfully, but these errors were encountered: