SlateFoundation / slate-cbl

http://slatefoundation.github.io/slate-cbl/
MIT License
7 stars 7 forks source link

StudentTaskSkill model needs a unique index defined #768

Open themightychris opened 1 year ago

themightychris commented 1 year ago

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