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-9c1a73860d6bda8986ad7...

17 lines
380 B
JSON

{
"db_name": "PostgreSQL",
"query": "INSERT INTO settings (key, group_name, value) VALUES ($1, $2, $3) ON CONFLICT (key) DO NOTHING",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Varchar",
"Varchar",
"Text"
]
},
"nullable": []
},
"hash": "9c1a73860d6bda8986ad7e541931fc9fb9c18d8226cf43f5c673d3d908967cc2"
}