Use raw sql for abuses
This commit is contained in:
parent
4f32032fed
commit
811cef146c
4 changed files with 227 additions and 145 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue