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