Created
May 10, 2017 08:29
-
-
Save bka/255ec73b676aa8037dc9a86844aed96f to your computer and use it in GitHub Desktop.
Magento2 Random Stock SQL
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_status set qty=ceil((RAND()*100)) ; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment