isMarkedAsClosed --> isSuspended
This commit is contained in:
parent
31abd2f59b
commit
96648b651e
5 changed files with 29 additions and 9 deletions
|
@ -114,12 +114,13 @@ export class Instance {
|
|||
public isNotResponding: boolean;
|
||||
|
||||
/**
|
||||
* このインスタンスが閉鎖済みとしてマークされているか
|
||||
* このインスタンスへの配信を停止するか
|
||||
*/
|
||||
@Index()
|
||||
@Column('boolean', {
|
||||
default: false
|
||||
})
|
||||
public isMarkedAsClosed: boolean;
|
||||
public isSuspended: boolean;
|
||||
|
||||
@Column('varchar', {
|
||||
length: 64, nullable: true, default: null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue