Posted by jaydub on September 21, 2008 at 4:33pm
Jump to:
| Project: | OpenX Manager |
| Version: | 6.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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.
| Attachment | Size |
|---|---|
| openx_manager.install.patch | 1019 bytes |
Comments
#1
Jeff,
great! i was too lazy to search for it. patch commited.
regards,
massa
#2
Automatically closed -- issue fixed for two weeks with no activity.