merixstudio / django-trench

django-trench provides a set of REST API endpoints to supplement django-rest-framework with multi-factor authentication (MFA, 2FA). It supports both standard built-in authentication methods, as well as JWT (JSON Web Token).
Other
274 stars 57 forks source link

Current develop branch needs makemigrations run to add 0005 migration #205

Closed smurphles closed 1 year ago

smurphles commented 1 year ago

Describe the bug Current develop branch is missing migration

To Reproduce

  1. Run makemigrations --check --dry-run
  2. 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

nefrob commented 1 year ago

Will be resolved with #206 if not done beforehand.