enhance: サーバーごとにモデレーションノートを残せるように
This commit is contained in:
@@ -144,4 +144,9 @@ export class MiInstance {
|
||||
nullable: true,
|
||||
})
|
||||
public infoUpdatedAt: Date | null;
|
||||
|
||||
@Column('varchar', {
|
||||
length: 16384, default: '',
|
||||
})
|
||||
public moderationNote: string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user