sendou.ink/app/db/models/users/updateProfile.sql
2022-09-29 23:26:31 +03:00

12 lines
194 B
SQL

update
"User"
set
"country" = @country,
"bio" = @bio,
"customUrl" = @customUrl,
"stickSens" = @stickSens,
"motionSens" = @motionSens,
"inGameName" = @inGameName
where
"id" = @id