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
530 B
JSON
22 lines
530 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "INSERT INTO media_provider_instances (name, endpoint, jwt_secret, timeout, tls, insecure_tls, providers, enabled) VALUES ($1, $2, $3, $4, $5, $6, $7, $8)",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Varchar",
|
|
"Varchar",
|
|
"Varchar",
|
|
"Varchar",
|
|
"Bool",
|
|
"Bool",
|
|
"Int2Array",
|
|
"Bool"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "87a12dd21e32be6fde9fe154e6fa6d937f3357495dcdb34861581ffb421c2e96"
|
|
}
|