You are here

function imagecache_update_1 in ImageCache 6.2

Same name and namespace in other branches
  1. 5.2 imagecache.install \imagecache_update_1()
  2. 5 imagecache.install \imagecache_update_1()

File

./imagecache.install, line 137

Code

function imagecache_update_1() {
  $ret = array();
  $ret[] = update_sql('ALTER TABLE {imagecache_actions} ADD COLUMN actionid INT UNSIGNED NOT NULL  primary key auto_increment');
  return $ret;
}