Skip to content

Missing migration django_ledger.0030_alter_accountmodel_role #308

@parvardegr

Description

@parvardegr

Describe the bug
The migration django_ledger.0030_alter_accountmodel_role is missing, and when i run makemigrations in my own project it will also create 0030_alter_accountmodel_role migration in django-ledger package, and it make my production code break because it will add a dependency to django_ledger.0030_alter_accountmodel_role in my last migration which is not exists in my production.

To Reproduce
Steps to reproduce the behavior:

  1. Install django-ledger package version 0.8.3.1
  2. change to your application models
  3. makemigrations
  4. remove all dependencies again
  5. install django-ledger and other dependencies
  6. try to run 'migrate' command (python manage.py migrate)

Expected behavior
run migrations without any error

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions