The first module update function in openx_manager.install
does not use the schema API to rename the database column
in question. db_change_field() function should be used in the
update. I am using PostgreSQL so this is one example where
the schema API makes it easy to rename the field in a portable
way.

CommentFileSizeAuthor
openx_manager.install.patch1019 bytesjaydub

Comments

brmassa’s picture

Status: Needs review » Fixed

Jeff,

great! i was too lazy to search for it. patch commited.

regards,

massa

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.