Extend CI workflow to check for missing database migrations #14872
Labels
status: accepted
This issue has been accepted for implementation
type: housekeeping
Changes to the application which do not directly impact the end user
Proposed Changes
Extend our CI workflow to check for missing Django migrations with
manage.py makemigrations --check
.Justification
Our pre-commit hook checks for these but CI does not.
The text was updated successfully, but these errors were encountered: