function og_update_12 in Organic groups 5.8
Same name and namespace in other branches
- 5 og.install \og_update_12()
- 5.2 og.install \og_update_12()
- 5.3 og.install \og_update_12()
- 5.7 og.install \og_update_12()
File
- ./
og.install, line 291
Code
function og_update_12() {
// works for mysql and postgres
$ret[] = update_sql("ALTER TABLE {og} DROP image");
return $ret;
}