mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 17:59:37 +02:00
Upgrade sequelize to v6
This commit is contained in:
parent
6c8c15f914
commit
b49f22d8f9
75 changed files with 436 additions and 498 deletions
|
@ -14,7 +14,7 @@ import { OAuthTokenModel } from './oauth-token'
|
|||
}
|
||||
]
|
||||
})
|
||||
export class OAuthClientModel extends Model<OAuthClientModel> {
|
||||
export class OAuthClientModel extends Model {
|
||||
|
||||
@AllowNull(false)
|
||||
@Column
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue