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.
synctv/.sqlx/query-7dadb439b88754d666bba...

21 lines
530 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, NULL, NULL, $3, $4, $5, $6, $7)",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Varchar",
"Varchar",
"Varchar",
"Bool",
"Bool",
"Int2Array",
"Bool"
]
},
"nullable": []
},
"hash": "7dadb439b88754d666bbae780bea3411620de357620c0002be3883fb22929e0b"
}