mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-06 05:07:36 -05:00
7 lines
132 B
SQL
7 lines
132 B
SQL
delete from
|
|
"PlusSuggestion"
|
|
where
|
|
"suggestedId" = @suggestedId
|
|
and "tier" = @tier
|
|
and "month" = @month
|
|
and "year" = @year |