mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-06 13:19:31 -05:00
6 lines
99 B
SQL
6 lines
99 B
SQL
delete from
|
|
"PlusVote"
|
|
where
|
|
"authorId" = @authorId
|
|
and "month" = @month
|
|
and "year" = @year |