Use raw sql for abuses

This commit is contained in:
Chocobozzz 2020-07-07 17:18:26 +02:00 committed by Chocobozzz
parent 4f32032fed
commit 811cef146c
4 changed files with 227 additions and 145 deletions

View file

@ -60,13 +60,13 @@ export interface Abuse {
// FIXME: deprecated in 2.3, remove the following properties
// // @deprecated
// startAt: null
// // @deprecated
// endAt: null
// @deprecated
startAt: null
// @deprecated
endAt: null
// // @deprecated
// count?: number
// // @deprecated
// nth?: number
// @deprecated
count?: number
// @deprecated
nth?: number
}