Delete on tbl_sales_contract_remind_receivers (cost=50.54..118.81 rows=1 width=12) |
-> Hash Join (cost=50.54..118.81 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=37 width=10) |
Filter: (client_id = 5) |
-> Hash (cost=50.30..50.30 rows=19 width=10) |
-> Seq Scan on tbl_sales_contract_remind_receivers (cost=0.00..50.30 rows=19 width=10) |
Filter: (user_id = 1004) |