Download & Extend

No updating script included in Flexinode 4.7

Project:Flexinode
Version:4.6.x-1.x-dev
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:closed (duplicate)

Issue Summary

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

#1

Status:active» fixed

I write one by myself and it works.

<?php
function flexinode_update_1() {
return
_system_update_utf8(array('flexinode_data', 'flexinode_field', 'flexinode_type'));
}
?>

#2

Version:<none>» 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