upd: queue monitoring new column name

This commit is contained in:
avicenan
2026-02-20 08:52:44 +07:00
parent 2595e1d9e3
commit bff89932aa

View File

@ -17,6 +17,12 @@ export class QueueMonitoring {
@PrimaryGeneratedColumn('uuid') @PrimaryGeneratedColumn('uuid')
id: string; id: string;
@Column({
type: 'text',
nullable: false,
})
name: string;
@Column({ @Column({
type: 'text', type: 'text',
nullable: false, nullable: false,