function og_update_6 in Organic groups 5.7
Same name and namespace in other branches
- 5.8 og.install \og_update_6()
- 5 og.install \og_update_6()
- 5.2 og.install \og_update_6()
- 5.3 og.install \og_update_6()
File
- ./
og.install, line 232
Code
function og_update_6() {
switch ($GLOBALS['db_type']) {
case 'mysql':
case 'mysqli':
$ret[] = update_sql('ALTER TABLE {og} ADD website varchar(255) NULL AFTER theme');
}
return $ret ? $ret : array();
}