harshit181
harshit181
The issue seems to be occurring due to implementation of `eq()`. This issue will occur if the default values returned by `eq()` methods is mocked first and if try to...
was able to fix it by running delete from "asset_job_status" WHERE not exits (select 1 from "asset" where id="asset_job_status"."assetId" and running reindex on both table afterward
> Awesome @harshit181 > > I might be able to figure this figure this out but if you feel like posting a step by step, I'd be grateful. Once I...