friends/database
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
..
3ds fix(database/3ds): Fix INSERT query for UpdateUserMii 2024-05-21 15:44:35 +01:00
wiiu fix: use Copy() on presence data to get around race condition 2024-05-16 07:43:26 -04:00
connect_postgres.go chore: migrate to SQL manager 2024-04-27 16:22:30 -04:00
database.go remove database.PIDArrayToString in favor of pq.Array 2023-10-06 19:13:19 -04:00
init_postgres_3ds.go feat: Update modules and new Mii database fields 2024-05-20 21:55:56 +01:00
init_postgres_wiiu.go refactor(wiiu): dont track NNAInfo in user state, use the DB 2024-05-12 15:56:24 -04:00