No updating script included in Flexinode 4.7
kzeng - March 27, 2006 - 04:46
| Project: | Flexinode |
| Version: | 4.6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | duplicate |
Jump to:
Description
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!

#1
I write one by myself and it works.
<?phpfunction flexinode_update_1() {
return _system_update_utf8(array('flexinode_data', 'flexinode_field', 'flexinode_type'));
}
?>
#2
We do not yet have a .instlall, so this cannot be fixed. Moving this to http://drupal.org/node/48186