mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-16 01:58:11 -05:00
6 lines
65 B
SQL
6 lines
65 B
SQL
update
|
|
"User"
|
|
set
|
|
"discordId" = @discordId
|
|
where
|
|
"id" = @id |