mirror of
https://github.com/ershisan99/www.git
synced 2026-01-26 21:12:05 +00:00
wip
This commit is contained in:
@@ -107,8 +107,5 @@ export async function insertGameHistory(entries: any[]) {
|
||||
return processGameEntry(id, game_num, entry)
|
||||
})
|
||||
|
||||
await db.insert(player_games).values(playerGameRows).onConflictDoUpdate({
|
||||
target: player_games.gameNum,
|
||||
set: {},
|
||||
})
|
||||
await db.insert(player_games).values(playerGameRows).onConflictDoNothing()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user