mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-07 22:12:57 -05:00
* temp save * temp save * temp save * tempsave * rollback * temp save * added combobox * finish combobox, discard * restore combobox * page load successfully * finish * rm excessive changes * fix prettier * fix prettier again
14 lines
262 B
SQL
14 lines
262 B
SQL
update
|
|
"User"
|
|
set
|
|
"country" = @country,
|
|
"bio" = @bio,
|
|
"customUrl" = @customUrl,
|
|
"stickSens" = @stickSens,
|
|
"motionSens" = @motionSens,
|
|
"inGameName" = @inGameName,
|
|
"css" = @css,
|
|
"favoriteBadgeId" = @favoriteBadgeId
|
|
where
|
|
"id" = @id returning *
|