You are here

function photos_update_2 in Album Photos 6.2

File

./photos.install, line 210

Code

function photos_update_2() {
  $ret = array();
  db_add_field($ret, 'x_image', 'count', array(
    'type' => 'int',
    'not null' => TRUE,
  ));
  return $ret;
}