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
product has many productSkus
SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '1-kg' for key 'mt_product_sku.mt_product_sku_index_product_id_attribute_name_61a108014425b' (1-kg ,"1" is product id and "kg" is attribute name) string(194) "INSERT INTO `mt_product_sku` (`sequence`, `status`, `created_at`, `updated_at`, `ip_address`, `product_id`, `attribute_name`, `weight`, `price`, `quantity`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"
the right action should be delete the same rows or ON DUPLICATE KEY UPDATE
Originally posted by @TiaNex-Com in #342
The text was updated successfully, but these errors were encountered:
No branches or pull requests
product has many productSkus
the right action should be delete the same rows or ON DUPLICATE KEY UPDATE
Originally posted by @TiaNex-Com in #342
The text was updated successfully, but these errors were encountered: