isAncestorDNA to ancestorDNA

This commit is contained in:
Kittapath 2024-02-01 13:29:15 +07:00
parent 22b80868d4
commit 2832ab2268
9 changed files with 143 additions and 80 deletions

View file

@ -99,7 +99,7 @@ export class OrgChild2 extends EntityBase {
length: 40,
default: null,
})
isAncestorDNA: string;
ancestorDNA: string;
@ManyToOne(() => OrgRevision, (orgRevision) => orgRevision.orgChild2s)
@JoinColumn({ name: "orgRevisionId" })