parent
9d3448c880
commit
d64e25e449
7 changed files with 40 additions and 1 deletions
|
@ -319,6 +319,11 @@ export class Meta {
|
|||
})
|
||||
public deeplAuthKey: string | null;
|
||||
|
||||
@Column('boolean', {
|
||||
default: false,
|
||||
})
|
||||
public deeplIsPro: boolean;
|
||||
|
||||
@Column('varchar', {
|
||||
length: 512,
|
||||
nullable: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue