Skip to content

Combine the Django migrations under involvement #690

Description

@Marmingen

Description

There are dozens of small migrations under involvement that could easily be combined into a single migration.

Steps to Reproduce

  1. be in involvement path
  2. manage.py squashmigrations app_label [start_migration_name] migration_name
  3. delete the now obsolete migration files
  4. check dependencies and make sure they now refer to the squashed file
  5. if dependencies are all OK: remove the replaces attribute in the Migration class

Metadata

Metadata

Assignees

No one assigned

    Labels

    LowestLowest priorityenhancementsmallTasks that are small and should take little time

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions