Skip to main content

max / makenotwork

334 B · 16 lines History Blame Raw
1 {
2 "db_name": "PostgreSQL",
3 "query": "DELETE FROM contact_revocations WHERE buyer_id = $1 AND seller_id = $2",
4 "describe": {
5 "columns": [],
6 "parameters": {
7 "Left": [
8 "Uuid",
9 "Uuid"
10 ]
11 },
12 "nullable": []
13 },
14 "hash": "22ea26444c3056161ddc3c018cddc3ff4bb9bc1fbcbea972d8c8918a9f739189"
15 }
16