Delete on tbl_sales_contract_remind_receivers (cost=51.14..119.06 rows=1 width=12) |
-> Hash Join (cost=51.14..119.06 rows=1 width=12) |
Hash Cond: (tbl_sales_contracts.id = tbl_sales_contract_remind_receivers.contract_id) |
-> Seq Scan on tbl_sales_contracts (cost=0.00..67.89 rows=2 width=10) |
Filter: (client_id = 1346) |
-> Hash (cost=50.30..50.30 rows=67 width=10) |
-> Seq Scan on tbl_sales_contract_remind_receivers (cost=0.00..50.30 rows=67 width=10) |
Filter: (user_id = 1005) |