summaryrefslogtreecommitdiffstats
path: root/sql/complain_delete.sql
blob: 2307747b0f60b37632dce0204d4df379fc381859 (plain) (blame)
1
delete from complains where complain_from_client_id = :complain_from_client_id: and server_id = :server_id: and complain_to_client_id = :complain_to_client_id:;