From 93d00f06b3394f53b65ae38f005cf07b198f874c Mon Sep 17 00:00:00 2001 From: objecttothis <17935339+objecttothis@users.noreply.github.com> Date: Fri, 25 Aug 2017 11:52:27 +0400 Subject: [PATCH] removed the addition of client_id to app_config this field is added automatically and not needed to be added by the update script. --- database/3.0.2_to_3.1.0.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/database/3.0.2_to_3.1.0.sql b/database/3.0.2_to_3.1.0.sql index 5c1f74b15..444d17d61 100644 --- a/database/3.0.2_to_3.1.0.sql +++ b/database/3.0.2_to_3.1.0.sql @@ -320,7 +320,6 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES ('barcode_width', '250'), ('cash_decimals', '2'), ('cash_rounding_code', '0'), -('client_id', ''), ('receiving_calculate_average_price', '0'); -- replace old tokens in ospos_app_config