You are here

function commerce_option_update_7104 in Commerce Product Option 7.2

Add index to table

File

./commerce_option.install, line 217

Code

function commerce_option_update_7104() {
  db_add_index('commerce_option', 'line_item_id', array(
    'line_item_id',
  ));
}