PretendoNetwork / friends

Pretendo Network friends server
GNU Affero General Public License v3.0
27 stars 7 forks source link

fix(database/3ds): Fix INSERT query for UpdateUserMii #20

Closed DaniElectra closed 2 months ago

DaniElectra commented 2 months ago

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.

jonbarrow commented 2 months ago

lgtm