Skip to main content

max / makenotwork

332 B · 16 lines History Blame Raw
1 {
2 "db_name": "PostgreSQL",
3 "query": "DELETE FROM chat_messages WHERE community_id = $1 AND author_id = $2",
4 "describe": {
5 "columns": [],
6 "parameters": {
7 "Left": [
8 "Uuid",
9 "Uuid"
10 ]
11 },
12 "nullable": []
13 },
14 "hash": "1201fb0fac2f479e2bd4107aad514f5ee69c156dfc7be3abe8b5debf63e74583"
15 }
16