Comment 4 for bug 2065312

Revision history for this message
Anton Troyanov (troyanov) wrote :

We're excited for community users to try the latest and greatest version of MAAS, but unfortunately we can't guarantee that edge [0] channel will always work.

I am glad that you were able to solve the issue.

May I ask you to share result of the following query? Just to ensure that manual column removal won't lead to other issues in the future:
```
select * from django_migrations
where app = 'maasserver'
order by applied desc limit 20;
```

[0]: Edge releases often include a moving stream of changes without QA or review promises and are typically built automatically by a CI process from an arbitrary source code snapshot. Often the CI will only publish after some sort of automatic QA passed, and code reviews remain a good practice, but these are project specific. Assume edge releases may break often.