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.
32 lines
780 B
JSON
32 lines
780 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n SELECT MIN(sequence) AS min_sequence, MAX(sequence) AS max_sequence\n FROM room_resource_events\n WHERE room_id = $1\n AND resource_type = ANY($2::TEXT[])\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "min_sequence",
|
|
"type_info": "Int8",
|
|
"origin": "Expression"
|
|
},
|
|
{
|
|
"ordinal": 1,
|
|
"name": "max_sequence",
|
|
"type_info": "Int8",
|
|
"origin": "Expression"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"TextArray"
|
|
]
|
|
},
|
|
"nullable": [
|
|
null,
|
|
null
|
|
]
|
|
},
|
|
"hash": "b67a7036439757b931783d684552670017fe0242537851e3a0c347a9aadcab57"
|
|
}
|