-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
bugSomething isn't workingSomething isn't working
Description
First of all great project. i love the idea.
however relationships with typeorm failing =(
@OneToMany(type => Step, step => step.checklist)
steps?: Step[]; @ManyToOne(type => Checklist, checklist => checklist.steps)
checklist?: Checklist;Connection error! Error: Entity metadata for Checklist#steps was not found.Is it me or typeorm really brittle and fragile ?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working