Created
February 25, 2016 09:31
-
-
Save rootindex/e2ac15da751534461cbb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UPDATE cataloginventory_stock_item AS s | |
INNER JOIN catalog_product_entity AS p ON s.product_id = p.entity_id | |
SET s.qty = '9999.0000', s.is_in_stock='1' | |
WHERE p.type_id = 'simple' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment