From b2d21dd8a502c224beaa65470b57330a607c1b3a Mon Sep 17 00:00:00 2001 From: objecttothis <17935339+objecttothis@users.noreply.github.com> Date: Tue, 19 Sep 2017 16:53:15 +0400 Subject: [PATCH] Remove unneeded app_config entry this entry is automatically created on first save, so is not needed to manually be entered. --- database/3.0.2_to_3.1.1.sql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/database/3.0.2_to_3.1.1.sql b/database/3.0.2_to_3.1.1.sql index 58cc9c8b4..91ba4d6b8 100644 --- a/database/3.0.2_to_3.1.1.sql +++ b/database/3.0.2_to_3.1.1.sql @@ -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