1
0
Fork 0
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:
Chocobozzz 2020-12-08 14:30:29 +01:00 committed by Chocobozzz
parent 6c8c15f914
commit b49f22d8f9
75 changed files with 436 additions and 498 deletions

View file

@ -14,7 +14,7 @@ import { OAuthTokenModel } from './oauth-token'
}
]
})
export class OAuthClientModel extends Model<OAuthClientModel> {
export class OAuthClientModel extends Model {
@AllowNull(false)
@Column