missing db columnn after upgrade from 0.95 to 1.0.1 #501
Unanswered
consultcolin
asked this question in
Q&A
Replies: 1 comment 1 reply
|
@things can you the The change came in #453 -- see the notes there, in case you have some custom code that uses |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I'm attempting to update a wagtail-localize installation from 0.95 to 1.0.1.
However, once I've updated it, when I try to edit a page, I get the following error:
when I look at the migrations that are run after upgrading, I see the following:
wagtail_localize.0014_remove_translation_source_last_updated_atSo, it's obviously looking for a column that's been removed. I looked around the docs for anything I missed during the upgrade but didn't spot anything.
Am I missing something obvious?
Thanks!
All reactions