change card print queue using incremental id instead of uuid
This commit is contained in:
@ -10,7 +10,7 @@ import { CardPrintQueueStatus } from "../types/card_print_queue_status";
|
|||||||
|
|
||||||
@Entity("card_print_queues")
|
@Entity("card_print_queues")
|
||||||
export class CardPrintQueue {
|
export class CardPrintQueue {
|
||||||
@PrimaryGeneratedColumn("uuid")
|
@PrimaryGeneratedColumn()
|
||||||
id!: string;
|
id!: string;
|
||||||
|
|
||||||
@Column({ type: "text", nullable: true })
|
@Column({ type: "text", nullable: true })
|
||||||
|
|||||||
Reference in New Issue
Block a user