feat: チャンネルに色を設定できるように
This commit is contained in:
@@ -64,6 +64,12 @@ export class Channel {
|
||||
})
|
||||
public pinnedNoteIds: string[];
|
||||
|
||||
@Column('varchar', {
|
||||
length: 16,
|
||||
default: '#86b300',
|
||||
})
|
||||
public color: string;
|
||||
|
||||
@Index()
|
||||
@Column('integer', {
|
||||
default: 0,
|
||||
|
||||
Reference in New Issue
Block a user