sendou.ink/app/db/models/plusSuggestions/deleteSuggestionWithComments.sql
2022-08-14 13:41:05 +03:00

7 lines
132 B
SQL

delete from
"PlusSuggestion"
where
"month" = @month
and "year" = @year
and "suggestedId" = @suggestedId
and "tier" = @tier