friends/database/3ds
Daniel López Guimaraes b77dd1b392
fix(database/3ds): Fix INSERT query for UpdateUserMii
Although the UPDATE section of the query was updated properly, the
INSERT ection was unmodified, which causes type conflicts when trying to
update the user's Mii. Update the INSERT query properly.
2024-05-21 15:44:35 +01:00
..
get_friend_miis.go feat: Update modules and new Mii database fields 2024-05-20 21:55:56 +01:00
get_friend_persistent_infos.go chore: migrate to SQL manager 2024-04-27 16:22:30 -04:00
get_user_friends.go chore: migrate to SQL manager 2024-04-27 16:22:30 -04:00
remove_friendship.go chore: migrate to SQL manager 2024-04-27 16:22:30 -04:00
save_friendship.go chore: migrate to SQL manager 2024-04-27 16:22:30 -04:00
update_user_comment.go chore: migrate to SQL manager 2024-04-27 16:22:30 -04:00
update_user_favorite_game.go chore: migrate to SQL manager 2024-04-27 16:22:30 -04:00
update_user_last_online_time.go fix(database): Proper checks on QueryRow for sql.ErrNoRows 2024-05-15 23:02:28 +01:00
update_user_mii.go fix(database/3ds): Fix INSERT query for UpdateUserMii 2024-05-21 15:44:35 +01:00
update_user_preferences.go chore: migrate to SQL manager 2024-04-27 16:22:30 -04:00
update_user_profile.go chore: migrate to SQL manager 2024-04-27 16:22:30 -04:00