feat: plugins v1.5
This commit is contained in:
@@ -25,6 +25,15 @@ export class ServerPluginRequirementEntity {
|
||||
@Column('text', { nullable: true })
|
||||
reason!: string | null;
|
||||
|
||||
@Column('text', { nullable: true })
|
||||
installUrl!: string | null;
|
||||
|
||||
@Column('text', { nullable: true })
|
||||
sourceUrl!: string | null;
|
||||
|
||||
@Column('text', { nullable: true })
|
||||
manifestJson!: string | null;
|
||||
|
||||
@Column('text', { nullable: true })
|
||||
configuredBy!: string | null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user