function hosting_package_update_3 in Hostmaster (Aegir) 6
No limit on short_name length
File
- modules/
hosting/ package/ hosting_package.install, line 153 - Install, update and uninstall for the package management module.
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;
}