fix errors on insertion to game, fix db creation of game
This commit is contained in:
@@ -16,7 +16,7 @@ type GameOptions struct {
|
||||
|
||||
func (g *GameOptions) Query(data *InsertId[uint]) {
|
||||
data.query = `
|
||||
INSERT INTO featured_content (game_id, language, update_channel, port)
|
||||
INSERT INTO game_options (game_id, language, update_channel, port)
|
||||
VALUES ($1, $2, $3, $4)
|
||||
RETURNING id`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user