You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
themightychris opened this issue
Dec 31, 2022
· 0 comments
Labels
A-backendArea: Backend CBL models and request handlersC-choreCategory: Necessary work for core-maintainers that is not a bug or featureE-easyEffort: Straightforward; recommended for a new contributorL-phpLanguage: PHP
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 text was updated successfully, but these errors were encountered:
themightychris
added
A-backend
Area: Backend CBL models and request handlers
E-easy
Effort: Straightforward; recommended for a new contributor
L-php
Language: PHP
C-chore
Category: Necessary work for core-maintainers that is not a bug or feature
labels
Dec 31, 2022
A-backendArea: Backend CBL models and request handlersC-choreCategory: Necessary work for core-maintainers that is not a bug or featureE-easyEffort: Straightforward; recommended for a new contributorL-phpLanguage: PHP
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 databasesThe text was updated successfully, but these errors were encountered: