Skip to content

Instantly share code, notes, and snippets.

@molotovbliss
Created October 9, 2014 21:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save molotovbliss/4d2ff3de4c56197fc106 to your computer and use it in GitHub Desktop.
Save molotovbliss/4d2ff3de4c56197fc106 to your computer and use it in GitHub Desktop.
SQL Update all products with missing weight
UPDATE catalog_product_entity_decimal SET value = '1' WHERE attribute_id = 80 AND value IS NULL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment