magento2 icon indicating copy to clipboard operation
magento2 copied to clipboard

fix for #38585: Signed primary columns changed value

Open KrasnoshchokBohdan opened this issue 7 months ago • 48 comments

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)

  1. Fixes magento/magento2#38585

Manual testing scenarios (*)

  1. mysql -u root -p
  2. use (your magento2 db name)
  3. desc catalog_product_entity_text (or any table from the list)
  4. check "value_id" type, should be unsigned image

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)

KrasnoshchokBohdan avatar Jul 12 '24 08:07 KrasnoshchokBohdan