Skip to main content

max / makenotwork

481 B · 16 lines History Blame Raw
1 {
2 "db_name": "PostgreSQL",
3 "query": "\n UPDATE transactions\n SET buyer_id = $1, claimed_by = $1, claim_token = NULL\n WHERE LOWER(guest_email) = LOWER($2)\n AND buyer_id IS NULL\n AND status = 'completed'\n ",
4 "describe": {
5 "columns": [],
6 "parameters": {
7 "Left": [
8 "Uuid",
9 "Text"
10 ]
11 },
12 "nullable": []
13 },
14 "hash": "70e03382c14e51ccd2ede2d951dbcd20bb01ef0cb9704aed99c83d48ddb2f99a"
15 }
16