You are here

function og_update_12 in Organic groups 5.7

Same name and namespace in other branches
  1. 5.8 og.install \og_update_12()
  2. 5 og.install \og_update_12()
  3. 5.2 og.install \og_update_12()
  4. 5.3 og.install \og_update_12()

File

./og.install, line 307

Code

function og_update_12() {

  // works for mysql and postgres
  $ret[] = update_sql("ALTER TABLE {og} DROP image");
  return $ret;
}