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.
29 lines
699 B
JSON
29 lines
699 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "SELECT id AS \"id: UserId\"\n FROM users\n WHERE LOWER(username) = LOWER($1)\n AND deleted_at IS NOT NULL\n ORDER BY deleted_at DESC\n LIMIT 1",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "id: UserId",
|
|
"type_info": "Int8",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "users",
|
|
"name": "id"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Text"
|
|
]
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "409cd301999c5bec70e69683a12ae32f84ea723ba0ca50168b930afbe5ab4107"
|
|
}
|