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-ccf1d4c87ce1f0cbb383f...

24 lines
700 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n UPDATE media_provider_instances\n SET endpoint = $2, comment = $3, jwt_secret = $4, custom_ca = $5,\n timeout = $6, tls = $7, insecure_tls = $8, providers = $9, enabled = $10,\n updated_at = NOW()\n WHERE name = $1\n ",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Text",
"Varchar",
"Text",
"Varchar",
"Text",
"Varchar",
"Bool",
"Bool",
"Int2Array",
"Bool"
]
},
"nullable": []
},
"hash": "ccf1d4c87ce1f0cbb383f18a2edc2804d4e445fa750e7493b5d21d51fe1adc2c"
}