feat: Allow admin to create new text channels
This commit is contained in:
@@ -36,6 +36,9 @@ export class ServerEntity {
|
||||
@Column('text', { default: '[]' })
|
||||
tags!: string;
|
||||
|
||||
@Column('text', { default: '[]' })
|
||||
channels!: string;
|
||||
|
||||
@Column('integer')
|
||||
createdAt!: number;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user