Migrations are currently git-ignored. For simple migrations, users can run makemigrations then migrate. However, for any complex migration, e.g. backfilling a new non-NULL column, that won't work. Simply committing migrations would be the simplest fix.
Assigning issue for decision on whether to do this.
Migrations are currently git-ignored. For simple migrations, users can run
makemigrationsthenmigrate. However, for any complex migration, e.g. backfilling a new non-NULL column, that won't work. Simply committing migrations would be the simplest fix.Assigning issue for decision on whether to do this.