mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
Update sequelize
This commit is contained in:
parent
e8bafea35b
commit
1735c82572
46 changed files with 389 additions and 421 deletions
|
@ -24,10 +24,10 @@ export class OAuthClientModel extends Model<OAuthClientModel> {
|
|||
@Column
|
||||
clientSecret: string
|
||||
|
||||
@Column(DataType.ARRAY(DataType.STRING))
|
||||
@Column({ type: DataType.ARRAY(DataType.STRING) }) // FIXME: sequelize typings
|
||||
grants: string[]
|
||||
|
||||
@Column(DataType.ARRAY(DataType.STRING))
|
||||
@Column({ type: DataType.ARRAY(DataType.STRING) }) // FIXME: sequelize typings
|
||||
redirectUris: string[]
|
||||
|
||||
@CreatedAt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue