Skip to main content
Makenot
.
work
Discover
Use Cases
Docs
Fan+
Login
Join
max
/
makenotwork
main
tag: launch-2026-06-01
tag: magicmirror-v0.1.1
tag: magicmirror-v0.3.0
tag: mnw-cli-v0.1.2
tag: mnw-cli-v0.1.3
tag: mnw-cli-v0.1.4
tag: pom-v0.4.1
tag: pom-v0.4.2
tag: pom-v0.4.3
tag: pom-v0.4.4
tag: pom-v0.4.5
tag: wam-v0.3.0
tag: wam-v0.3.1
Files
Commits
Tags
Notes
Issues
makenotwork
/
multithreaded
/
.sqlx
/
query-391d71a52fc6e1061f65825b6661c8bc46f141a4b847eb2311ee231c0da768c0.json
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