Comment 4 for bug 2048519

Revision history for this message
Jacopo Rota (r00ta) wrote : Re: Migration during the upgrade to 3.4 stable is failing - default for column "extra" cannot be cast automatically to type jsonb

I managed to reproduce the errors. In order to reproduce this we have to go back to MAAS 1.9, where the migrations were applied by South. In MAAS 2.0 the team ported the migrations to the new builtin tool provided by django and apparently South and Django were treating the default column value in a different way.