1{
2 "db_name": "PostgreSQL",
3 "query": "UPDATE plays SET recording_mbid = $1 WHERE recording_mbid = $2",
4 "describe": {
5 "columns": [],
6 "parameters": {
7 "Left": [
8 "Uuid",
9 "Uuid"
10 ]
11 },
12 "nullable": []
13 },
14 "hash": "cdd7488f49e0b81ab138afaf173030ef4c37d195aee42cc6e5e2c6638cb6f3b2"
15}