Skip to content

Commit

Permalink
Merge pull request #13901 from pemaier/pemaier-patch-8-13
Browse files Browse the repository at this point in the history
Update opencart.sql - autocomplete limit config centralized, similar …
  • Loading branch information
danielkerr committed May 2, 2024
2 parents 5171abc + 1b0d609 commit aa965f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions upload/install/opencart.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2002,6 +2002,7 @@ INSERT INTO `oc_setting` (`store_id`, `code`, `key`, `value`, `serialized`) VALU
(0, 'config', 'config_article_description_length', '600', 0),
(0, 'config', 'config_pagination', '10', 0),
(0, 'config', 'config_pagination_admin', '10', 0),
(0, 'config', 'config_autocomplete_limit', '5', 0),
(0, 'config', 'config_product_count', '1', 0),
(0, 'config', 'config_review_status', '1', 0),
(0, 'config', 'config_review_guest', '1', 0),
Expand Down

0 comments on commit aa965f9

Please sign in to comment.