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:
objecttothis
2017-09-19 16:53:15 +04:00
committed by GitHub
parent 89a1224ec3
commit b2d21dd8a5

View File

@@ -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