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.
16 lines
337 B
JSON
16 lines
337 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "UPDATE playlists SET position = $2, version = version + 1 WHERE id = $1",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Float8"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "8babf70890613a5f391468ff9d1bdb97d7eeefba084f723ad9a8727bcf71ae5f"
|
|
}
|