openedx / openedx/openedx-platform
Migrations check did not catch missing migrations
Open
@kdmccormick is already working on this.
Since Apr 21, 2025.
- Dominant language
- Python
- Stars
- 8.2k
- Forks
- 4.4k
- Avg merge
- 6d 18h
- Merged PRs (30d)
- 42
Description
https://github.com/openedx/edx-platform/pull/36515 merged without migrations but CI passed. After merging, CI didn't fail on master.
We added the missing migrations later (https://github.com/openedx/edx-platform/pull/36560) but we want to know why the migrations check didn't catch this in the first place.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.