fix createdEntity and checkpoint function Relation
This commit is contained in:
parent
ed4d07a439
commit
051451256a
8 changed files with 148 additions and 7 deletions
|
|
@ -14,7 +14,7 @@ export class Relationship extends EntityBase {
|
|||
|
||||
export class CreateRelationship {
|
||||
@Column()
|
||||
relationship: string;
|
||||
name: string;
|
||||
}
|
||||
|
||||
export type UpdateRelationship = Partial<CreateRelationship>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue