Index: imagecache.install =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/imagecache/imagecache.install,v retrieving revision 1.11.2.2 diff -u -p -r1.11.2.2 imagecache.install --- imagecache.install 23 Jul 2008 21:10:29 -0000 1.11.2.2 +++ imagecache.install 29 Oct 2008 21:51:44 -0000 @@ -198,7 +198,7 @@ function imagecache_update_4() { case 'mysqli': $ret[] = update_sql("ALTER TABLE {imagecache_action} ADD COLUMN action varchar(255) not null default '' after weight"); case 'pgsql': - // @todo: pgsql updates. + $ret[] = update_sql("ALTER TABLE {imagecache_action} ADD COLUMN action varchar(255) NOT NULL DEFAULT ''"); break; }