mirror of https://github.com/synctv-org/synctv
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
580 B
JSON
24 lines
580 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n SELECT COALESCE(\n (SELECT two_factor_enabled FROM user_preferences WHERE user_id = $1),\n FALSE\n ) AS \"enabled!\"\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "enabled!",
|
|
"type_info": "Bool",
|
|
"origin": "Expression"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": [
|
|
null
|
|
]
|
|
},
|
|
"hash": "13063c1fa38b54f02cefabcc218020eeea5203c2b431bb5ae6493f3178046176"
|
|
}
|