mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-24 08:20:54 -04:00
Remove unneeded app_config entry
this entry is automatically created on first save, so is not needed to manually be entered.
This commit is contained in:
@@ -310,8 +310,7 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
|
||||
-- add Barcode formats and other missing keys
|
||||
|
||||
INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
|
||||
('barcode_formats', '[]'),
|
||||
('receiving_calculate_average_price', '0');
|
||||
('barcode_formats', '[]');
|
||||
|
||||
-- replace old tokens in ospos_app_config
|
||||
|
||||
|
||||
Reference in New Issue
Block a user