Skip to content

add migrations to git #255

@bhemmer

Description

@bhemmer

It is intended by Django that migrations are committed to the VCS:

You should think of migrations as a version control system for your database schema. makemigrations is responsible for packaging up your model changes into individual migration files - analogous to commits - and migrate is responsible for applying those to your database.

https://docs.djangoproject.com/en/4.1/topics/migrations/

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