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.
22 lines
610 B
JSON
22 lines
610 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n SELECT EXISTS (\n SELECT 1\n FROM pg_indexes\n WHERE schemaname = 'public'\n AND tablename LIKE 'chat_messages_%'\n AND indexname LIKE '%created_at%'\n )\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "exists",
|
|
"type_info": "Bool",
|
|
"origin": "Expression"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": []
|
|
},
|
|
"nullable": [
|
|
null
|
|
]
|
|
},
|
|
"hash": "c4499d4ceb91b7a099b1d6430b6f48bf330a38749a6eb0c1db9225ba74a7e340"
|
|
}
|