Comment 1 for bug 1227929

Revision history for this message
Stefan Rijnhart (Opener) (stefan-opener) wrote :

Thank you for fixing this!

If someone got caught by this, they can fix it on an already migrated database with:

    update account_invoice_line set name = openupgrade_legacy_7_0_name where name is NULL and openupgrade_legacy_7_0_name is not NULL;