mirror of
https://github.com/AppFlowy-IO/AppFlowy-Cloud.git
synced 2025-04-19 03:24:42 -04:00
* chore: enable chat with provided context * chore: rename * chore: update create chat message api endpoint * chore: use list context * chore: use list context * chore: fix test * chore: update api endpoint * chore: rename client api function * chore: rename client api function * chore: expose entity * chore: update sqlx files * chore: update test
17 lines
502 B
JSON
17 lines
502 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n UPDATE af_chat_messages\n SET content = $2,\n author = $3,\n created_at = CURRENT_TIMESTAMP,\n meta_data = $4\n WHERE message_id = $1\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Text",
|
|
"Jsonb",
|
|
"Jsonb"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "da1434fe116cbb48bc5aac0b6905dd748f096bf78d3cdcfea3a576b4aaeba5fc"
|
|
}
|