Skip to main content

max / makenotwork

367 B · 17 lines History Blame Raw
1 {
2 "db_name": "PostgreSQL",
3 "query": "UPDATE users SET signature_markdown = $2, signature_html = $3 WHERE mnw_account_id = $1",
4 "describe": {
5 "columns": [],
6 "parameters": {
7 "Left": [
8 "Uuid",
9 "Text",
10 "Text"
11 ]
12 },
13 "nullable": []
14 },
15 "hash": "96b258d531a69452f8ffb93123c05e112e0c2eae2b5c352d59c47979848305c3"
16 }
17