Hi, Could be fixed with:
function htmlpurifier_update_7000() { db_drop_field('cache_htmlpurifier', 'headers'); }
Useful, but the D6-D7 migration is known not to work in other ways too.
I use a .install to pretty much replace everything from D6 anyway...
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.
Comments
Comment #1
ezyang commentedUseful, but the D6-D7 migration is known not to work in other ways too.
Comment #2
stephenrobinson commentedI use a .install to pretty much replace everything from D6 anyway...
Comment #3
heddnThis 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.