Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StudentTaskSkill model needs a unique index defined #768

Open
themightychris opened this issue Dec 31, 2022 · 0 comments
Open

StudentTaskSkill model needs a unique index defined #768

themightychris opened this issue Dec 31, 2022 · 0 comments
Labels
A-backend Area: Backend CBL models and request handlers C-chore Category: Necessary work for core-maintainers that is not a bug or feature E-easy Effort: Straightforward; recommended for a new contributor L-php Language: PHP

Comments

@themightychris
Copy link
Contributor

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

@themightychris 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-backend Area: Backend CBL models and request handlers C-chore Category: Necessary work for core-maintainers that is not a bug or feature E-easy Effort: Straightforward; recommended for a new contributor L-php Language: PHP
Projects
None yet
Development

No branches or pull requests

1 participant