PrestaShop / prestashop-shop-creator

Generate random demo data to test your PrestaShop shop.
24 stars 13 forks source link

[Shop creator V2] Handle association entities #43

Closed matks closed 1 year ago

matks commented 1 year ago

There are association table in the fixtures, for example ps_category_products

id_category id_product position
2 1 1
2 2 2
2 8 8
6 11 1

It should be impossible to generate twice the same row. V2 must ensure this rules is enforced.

matks commented 1 year ago

Closed as EPIC is closed see https://github.com/PrestaShop/prestashop-shop-creator/issues/40