product-attribute
product-attribute copied to clipboard
[FIX] [18.0] product_state: inefficient post_install_hook
With databases containing a large set of products, the post install hook which populates the values in the database for existing products was inefficient. The ORM could not handle this dataset. Instead, we should use direct SQL to set the appropriate values directly.
Hi @emagdalenaC2i, some modules you are maintaining are being modified, check this out!
Can you please fix pre-commit?