Delete on tbl_sales_contract_remind_receivers (cost=59.07..95.15 rows=1 width=12) |
-> Hash Join (cost=59.07..95.15 rows=1 width=12) |
Hash Cond: (tbl_sales_contract_remind_receivers.contract_id = tbl_sales_contracts.id) |
-> Seq Scan on tbl_sales_contract_remind_receivers (cost=0.00..35.80 rows=104 width=10) |
Filter: (user_id = 1004) |
-> Hash (cost=59.05..59.05 rows=2 width=10) |
-> Seq Scan on tbl_sales_contracts (cost=0.00..59.05 rows=2 width=10) |
Filter: (client_id = 3338) |