All checks were successful
Build and Test / minecraft-wiiu (push) Successful in 4m53s
Build and Test / mario-tennis (push) Successful in 4m58s
Build and Test / sonic-transformed (push) Successful in 5m6s
Build and Test / super-mario-maker (push) Successful in 5m8s
Build and Test / wii-u-chat (push) Successful in 5m32s
Build and Test / fast-racing-neo (push) Successful in 5m37s
Build and Test / splatoon (push) Successful in 5m44s
Build and Test / friends (push) Successful in 5m56s
Build and Test / wii-sports-club (push) Successful in 6m4s
Build and Test / puyopuyo (push) Successful in 6m19s
Build and Test / splatoon-testfire (push) Successful in 6m44s
16 lines
640 B
JSON
16 lines
640 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n INSERT INTO datastore.object_custom_rankings (data_id, application_id, value)\n VALUES ($1, $2, $3)\n ON CONFLICT (data_id, application_id)\n DO UPDATE SET value = datastore.object_custom_rankings.value + EXCLUDED.value\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Int8",
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "29d4f5c07b36c3d3b6b54a86a1757f27247530878b7f82feeb65802d995a38c4"
|
|
}
|