youmubot/youmubot-db-sql/.sqlx/query-6125c1c187029c7ac6e1e9519445e49942ddf6068a16f000dd0750ab8a9d52c2.json
2024-02-04 23:24:15 +01:00

12 lines
612 B
JSON

{
"db_name": "SQLite",
"query": "\n INSERT INTO\n osu_cached_beatmaps (beatmap_id, mode, cached_at, beatmap)\n VALUES\n (?, ?, ?, ?)\n ON CONFLICT (beatmap_id, mode)\n DO UPDATE\n SET\n cached_at = excluded.cached_at,\n beatmap = excluded.beatmap\n ",
"describe": {
"columns": [],
"parameters": {
"Right": 4
},
"nullable": []
},
"hash": "6125c1c187029c7ac6e1e9519445e49942ddf6068a16f000dd0750ab8a9d52c2"
}