Code review comment for lp:~stevanr/lava-dashboard/image-report-editor-frontend

Revision history for this message
Antonio Terceiro (terceiro) wrote :

> === added file 'dashboard_app/migrations/0030_auto__add_imagecharttest__add_imagereport__add_imagecharttestcase__add.py'
> === removed file 'dashboard_app/migrations/0030_auto__add_imagecharttestcase__add_imagereport__add_imagecharttestrun__.py'

AFAICT you cannot remove migrations that were already added and were already
run, only add new migrations. I think you have to put the old one back, remove
the new one, and generate one that will record just the changes since the
previous.

Did you test upgrading from trunk code to your new version?

 review needs-fixing

review: Needs Fixing

« Back to merge proposal