mirror of
https://github.com/AppFlowy-IO/AppFlowy-Cloud.git
synced 2025-04-19 03:24:42 -04:00
* chore: import mailer * chore: update template * chore: config template * fix: add missing config parameter * chore: update template * chore: show error with task id * chore: show error with task id --------- Co-authored-by: khorshuheng <solemnpriest@gmail.com>
28 lines
524 B
JSON
28 lines
524 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n SELECT name, email FROM af_user WHERE uuid = $1\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "name",
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"ordinal": 1,
|
|
"name": "email",
|
|
"type_info": "Text"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Uuid"
|
|
]
|
|
},
|
|
"nullable": [
|
|
false,
|
|
false
|
|
]
|
|
},
|
|
"hash": "24c5fb37a4391d590e83d2710e9a2ee7f4d06efcdd6034df1f67bb0d9db45716"
|
|
}
|