mirror of
https://github.com/AppFlowy-IO/AppFlowy-Cloud.git
synced 2025-04-19 03:24:42 -04:00
* chore: generate answer manually * chore: rename * chore: return reply message id * chore: save message * chore: commit schema files
14 lines
325 B
JSON
14 lines
325 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n DELETE FROM af_chat_messages\n WHERE message_id = $1\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "842243ea6ca59135ae539060ff37b80791e76aa268a44642ede515f315e80c01"
|
|
}
|