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
360 B
JSON
16 lines
360 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "UPDATE playlists SET position = $2, version = version + 1 WHERE id = $1 AND deleted_at IS NULL",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Float8"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "88a7cda4680549e09600c9fe631c2327d02129dbd687f58edfc32d427f6088db"
|
|
}
|