Describe the bug
Current develop branch is missing migration
To Reproduce
- Run
makemigrations --check --dry-run
- See missing migrations
- Remove constraint primary_is_active from model mfamethod
- Create constraint primary_is_active on model mfamethod
Expected behavior
Migrations should be up to date