Found a solution
The table:
oc_t_preference
('veronika_theme', 'search_cookies', '1', 'STRING');
Replace
('veronika_theme', 'search_cookies', '0', 'STRING');
Here is the SQL code
REPLACE INTO `oc_t_preference` (`s_section`, `s_name`, `s_value`, `e_type`) VALUES
('veronika_theme', 'search_cookies', '1', 'STRING');