The StudentTaskSkill model doesn't currently have any unique index defined. It would have a unique index on StudentTaskID, SkillID similar to how TaskSkill does. Adding this index definition will need to be accompanied by a migration script to upgrade existing databases
The
StudentTaskSkill
model doesn't currently have any unique index defined. It would have a unique index onStudentTaskID, SkillID
similar to howTaskSkill
does. Adding this index definition will need to be accompanied by a migration script to upgrade existing databases