You are here

function hosting_package_update_3 in Hosting 5

Same name and namespace in other branches
  1. 6.2 package/hosting_package.install \hosting_package_update_3()
  2. 7.4 package/hosting_package.install \hosting_package_update_3()
  3. 7.3 package/hosting_package.install \hosting_package_update_3()

No limit on short_name length

File

package/hosting_package.install, line 60

Code

function hosting_package_update_3() {
  $ret = array();
  $ret[] = update_sql("ALTER TABLE {hosting_package} MODIFY COLUMN short_name longtext NOT NULL default ''");
  return $ret;
}