Download & Extend

v6.x-1.01 > v6.x-1.02 upgrade does not rename open_manager_advertisers.email column.

Project:OpenX Manager
Version:6.x-1.02
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

v6.x-1.01 of this module uses the column open_manager_advertisers.email in its schema, while v6.x-1.02 uses open_manager_advertisers.info_email. There is no upgrade routine to rename this column.

Comments

#1

I am getting several schema problems, is there a fix to this or instructions for manual fixes?

#2

I fixed the issue just by renamed the affected DB table open_manager_advertisers.email -> open_manager_advertisers.info_email.

The ideal fix is to add an upgrade function to openx_manager.install to do this renaming automatically.