After upgrade, saving action configurations doesn't work, throwing a SQL error.

This patch provides an update function that adds the module column to the imagecache_action table, to make the upgrade work.

CommentFileSizeAuthor
imagecache_update.patch884 byteszroger
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

drewish’s picture

Status: Needs review » Needs work

I think this should be using D6's new db_change_field() function.

drewish’s picture

Status: Needs work » Closed (duplicate)

see #304376: Update function from 5.x -> 6.x... which is using db_change_field()...