parent
1cd6ba3c1d
commit
cced83024b
11 changed files with 210 additions and 17 deletions
|
@ -313,6 +313,12 @@ export class Meta {
|
|||
})
|
||||
public discordClientSecret: string | null;
|
||||
|
||||
@Column('varchar', {
|
||||
length: 128,
|
||||
nullable: true
|
||||
})
|
||||
public deeplAuthKey: string | null;
|
||||
|
||||
@Column('varchar', {
|
||||
length: 512,
|
||||
nullable: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue