change table name from cashier to cashiers

This commit is contained in:
wayanrivan
2026-04-02 09:45:08 +07:00
parent ab3e417d8a
commit 821da67597

View File

@ -11,7 +11,7 @@ import {
import { EmrRegistration } from "../emr/emr_registration"; import { EmrRegistration } from "../emr/emr_registration";
import { Room } from "../room"; import { Room } from "../room";
@Entity("cashier", { schema: "cashier" }) @Entity("cashiers", { schema: "cashier" })
export class Cashier { export class Cashier {
@PrimaryGeneratedColumn("uuid") @PrimaryGeneratedColumn("uuid")
id: string; id: string;