mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-22 02:14:41 -05:00
5 lines
55 B
SQL
5 lines
55 B
SQL
delete from
|
|
"UserWeapon"
|
|
where
|
|
"userId" = @userId;
|