fix(emr): rename outpatient self-reference field

This commit is contained in:
avicenan
2026-03-11 16:35:42 +07:00
parent 19b81b0a6c
commit 9d9cca2a31

View File

@ -63,7 +63,7 @@ export class EmrRegistrationOutpatient {
@ManyToOne(() => EmrRegistrationOutpatient, { onDelete: "SET NULL", nullable: true })
@JoinColumn()
appointment: EmrRegistrationOutpatient | null;
ref_registration_outpatient: EmrRegistrationOutpatient | null;
@Column()
@CreateDateColumn()