mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-24 08:20:54 -04:00
Support for custom search suggestion format
This commit is contained in:
committed by
FrancescoUK
parent
f01537247b
commit
07dd8158e5
@@ -73,3 +73,11 @@ INSERT INTO `ospos_grants` (`permission_id`, `person_id`, `menu_group`) VALUES
|
||||
ALTER TABLE `ospos_employees`
|
||||
ADD COLUMN `language` VARCHAR(48) DEFAULT NULL,
|
||||
ADD COLUMN `language_code` VARCHAR(8) DEFAULT NULL;
|
||||
|
||||
|
||||
-- Add support for custom search suggestion format
|
||||
|
||||
INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
|
||||
('suggestions_first_column', 'name'),
|
||||
('suggestions_second_column', ''),
|
||||
('suggestions_third_column', '');
|
||||
|
||||
Reference in New Issue
Block a user