Octav
Octav
Should be solved by https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/pull/179
Perhaps https://github.com/laravel/framework/issues/6630 helps?
Since `TierPriceUniqueValidator` won't allow operations into database for duplicates, I don't think the database constraint is needed. Removing the unique constraint from TierPrice.orm.xml/database solves the problem.
My solution so far was to remove the unique constraint from database.