magento2
magento2 copied to clipboard
fix for #38585: Signed primary columns changed value
Description (*)
changed "unsigned" attribute for "value_id" column for tables from original list (This is applicable to the following tables:... from author post) + catalog_category_entity_datetime, customer_address_entity_datetime
Related Pull Requests
Fixed Issues (if relevant)
- Fixes magento/magento2#38585
Manual testing scenarios (*)
- mysql -u root -p
- use (your magento2 db name)
- desc catalog_product_entity_text (or any table from the list)
- check "value_id" type, should be unsigned
Questions or comments
Contribution checklist (*)
- [ ] Pull request has a meaningful description of its purpose
- [ ] All commits are accompanied by meaningful commit messages
- [ ] All new or changed code is covered with unit/integration tests (if applicable)
- [ ] README.md files for modified modules are updated and included in the pull request if any README.md predefined sections require an update
- [ ] All automated tests passed successfully (all builds are green)