parent
3a105024c7
commit
5dfbce7571
13 changed files with 60 additions and 4 deletions
|
|
@ -70,6 +70,12 @@ export class Channel {
|
|||
})
|
||||
public color: string;
|
||||
|
||||
@Index()
|
||||
@Column('boolean', {
|
||||
default: false,
|
||||
})
|
||||
public isArchived: boolean;
|
||||
|
||||
@Index()
|
||||
@Column('integer', {
|
||||
default: 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue