You are here

function lineage_update_1 in Taxonomy Lineage 6

Same name and namespace in other branches
  1. 5 lineage.install \lineage_update_1()

File

./lineage.install, line 42
Install, update, and uninstall functions for the Taxonomy Lineage module.

Code

function lineage_update_1() {
  return _system_update_utf8(array(
    'term_lineage',
  ));
}