Code:
--
-- Dumping data for table `zen_upgrade_exceptions`
--
INSERT INTO `zen_upgrade_exceptions` (`upgrade_exception_id`, `sql_file`, `reason`, `errordate`, `sqlstatement`) VALUES
(4, 'sql/mysql_upgrade_zencart_137_to_138.sql', 'Cannot insert configuration_key "SHOW_SHOPPING_CART_COMBINED" because it already exists', '2007-12-04 20:33:42', 'INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, set_function, date_added) VALUES (''Show Notice of Combining Shopping Cart on Login'', ''SHOW_SHOPPING_CART_COMBINED'', ''1'', ''When a customer logs in and has a previously stored shopping cart, the products are combined with the existing shopping cart.<br /><br />Do you wish to display a Notice to the customer?<br /><br />0= OFF, do not display a notice<br />1= Yes show notice and go to shopping cart<br />2= Yes show notice, but do not go to shopping cart'', ''9'', ''35'', ''zen_cfg_select_option(array(\\''0\\'', \\''1\\'', \\''2\\''), '', now());'),
(5, 'sql/mysql_upgrade_zencart_137_to_138.sql', 'Cannot insert configuration_key "ORDER_COMMENTS_INVOICE" because it already exists', '2007-12-04 20:33:42', 'INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added, use_function, set_function) VALUES (''Display Order Comments on Admin Invoice'', ''ORDER_COMMENTS_INVOICE'', ''1'', ''Do you want to display the Order Comments on the Admin Invoice?<br />0= OFF<br />1= First Comment by Customer only<br />2= All Comments for the Order'', 7, 25, now(), NULL, ''zen_cfg_select_option(array(''''0'''', ''''1'''', ''''2''''), '');'),
(6, 'sql/mysql_upgrade_zencart_137_to_138.sql', 'Cannot insert configuration_key "ORDER_COMMENTS_PACKING_SLIP" because it already exists', '2007-12-04 20:33:42', 'INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added, use_function, set_function) VALUES (''Display Order Comments on Admin Packing Slip'', ''ORDER_COMMENTS_PACKING_SLIP'', ''1'', ''Do you want to display the Order Comments on the Admin Packing Slip?<br />0= OFF<br />1= First Comment by Customer only<br />2= All Comments for the Order'', 7, 26, now(), NULL, ''zen_cfg_select_option(array(''''0'''', ''''1'''', ''''2''''), '');');