mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-08 06:37:26 -05:00
9 lines
137 B
SQL
9 lines
137 B
SQL
update
|
|
"User"
|
|
set
|
|
"patronTier" = @patronTier,
|
|
"patronSince" = @patronSince,
|
|
"patronTill" = null
|
|
where
|
|
"discordId" = @discordId
|