a
This commit is contained in:
parent
9e1d276bbd
commit
9c905f84e8
7 changed files with 80 additions and 45 deletions
|
|
@ -229,6 +229,13 @@ export class MiMeta {
|
|||
nullable: true,
|
||||
})
|
||||
public DiscordWebhookUrl: string | null;
|
||||
|
||||
@Column('varchar', {
|
||||
length: 1024,
|
||||
nullable: true,
|
||||
})
|
||||
public DiscordWebhookUrlWordBlock: string | null;
|
||||
|
||||
@Column('varchar', {
|
||||
length: 1024,
|
||||
nullable: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue