fix(emr): rename outpatient self-reference field
This commit is contained in:
@ -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()
|
||||
|
||||
Reference in New Issue
Block a user