Missing migration
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Fix Released
|
High
|
Blake Rouse |
Bug Description
When I build Debian packages with master and install them in an LXD container I get the following message
Your models have changes that are not yet reflected in a migration, and so won't be applied.
Run 'manage.py makemigrations' to make new migrations, and then re-run 'manage.py migrate' to apply them.
If I run ./bin/maas-region makemigrations the follow migration is generated
# -*- coding: utf-8 -*-
# Generated by Django 1.11.11 on 2018-09-26 22:33
from __future__ import unicode_literals
from django.db import migrations
class Migration(
dependencies = [
]
operations = [
),
]
As the BMC model itself hasn't changed I beleive this is due to f91442a
Related branches
- Blake Rouse (community): Approve
-
Diff: 27 lines (+0/-9)1 file modifiedsrc/maasserver/models/bmc.py (+0/-9)
Changed in maas: | |
milestone: | none → 2.5.0beta2 |
Changed in maas: | |
status: | Triaged → In Progress |
Changed in maas: | |
status: | In Progress → Fix Committed |
Changed in maas: | |
status: | Fix Committed → Fix Released |