function imagecrop_update_6200 in Image javascript crop 6
Update 6200 : Also add reference to the primary key.
File
- ./
imagecrop.install, line 118 - Install file.
Code
function imagecrop_update_6200() {
$ret = array();
db_drop_primary_key($ret, 'imagecrop');
db_add_primary_key($ret, 'imagecrop', array(
'fid, presetname',
'reference',
));
return $ret;
}