Skip to main content

max / makenotwork

420 B · 18 lines History Blame Raw
1 {
2 "db_name": "PostgreSQL",
3 "query": "UPDATE communities\n SET chat_policy = $2, chat_retention_hours = $3, chat_max_messages = $4\n WHERE id = $1",
4 "describe": {
5 "columns": [],
6 "parameters": {
7 "Left": [
8 "Uuid",
9 "Text",
10 "Int4",
11 "Int4"
12 ]
13 },
14 "nullable": []
15 },
16 "hash": "391d71a52fc6e1061f65825b6661c8bc46f141a4b847eb2311ee231c0da768c0"
17 }
18