You are here

function lineage_update_1 in Taxonomy Lineage 5

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

File

./lineage.install, line 31

Code

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