function hosting_platform_update_6001 in Hostmaster (Aegir) 6
File
- modules/
hosting/ platform/ hosting_platform.install, line 95 - Install, update and uninstall for the Platforms module.
Code
function hosting_platform_update_6001() {
$ret = array();
$ret[] = update_sql("ALTER TABLE {hosting_platform} ADD COLUMN status int(11) NOT NULL default '1'");
return $ret;
}