Hi,
Could be fixed with:

function htmlpurifier_update_7000() {
    db_drop_field('cache_htmlpurifier', 'headers');
}

Comments

ezyang’s picture

Status: Active » Needs work

Useful, but the D6-D7 migration is known not to work in other ways too.

stephenrobinson’s picture

I use a .install to pretty much replace everything from D6 anyway...

heddn’s picture

Status: Needs work » Closed (duplicate)

This is kinda apart of #804240: 7.x Port, so I'm going to close as duplicate and add it to the patch for the d6->d7 port.