upd: queue monitoring new column name
This commit is contained in:
@ -17,6 +17,12 @@ export class QueueMonitoring {
|
||||
@PrimaryGeneratedColumn('uuid')
|
||||
id: string;
|
||||
|
||||
@Column({
|
||||
type: 'text',
|
||||
nullable: false,
|
||||
})
|
||||
name: string;
|
||||
|
||||
@Column({
|
||||
type: 'text',
|
||||
nullable: false,
|
||||
|
||||
Reference in New Issue
Block a user