Could you please put an updating script in the 4.7 dowload package which could update flexinode's datatbase tables from 4.6 to 4.7? Thanks!

Comments

kzeng’s picture

Status: Active » Fixed

I write one by myself and it works.

function flexinode_update_1() {
 return _system_update_utf8(array('flexinode_data', 'flexinode_field', 'flexinode_type'));
}
Bèr Kessels’s picture

Version: » 4.6.x-1.x-dev
Status: Fixed » Closed (duplicate)

We do not yet have a .instlall, so this cannot be fixed. Moving this to http://drupal.org/node/48186