From e0bc9bb8f7960b1acc28e79e0a7e13a2dab51a56 Mon Sep 17 00:00:00 2001 From: Steve Ireland Date: Sat, 15 Apr 2017 16:22:20 -0400 Subject: [PATCH 1/2] Fix database creation duplicate config value error --- database/database.sql | 1 - database/tables.sql | 1 - 2 files changed, 2 deletions(-) diff --git a/database/database.sql b/database/database.sql index ce03ec50b..d513c70db 100644 --- a/database/database.sql +++ b/database/database.sql @@ -92,7 +92,6 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES ('language_code', 'en'), ('date_or_time_format',''), ('customer_reward_enable',''), -('customer_sales_tax_support', '0'), ('default_origin_tax_code', ''), ('cash_decimals', '2'); diff --git a/database/tables.sql b/database/tables.sql index 6b45627b0..872734f38 100644 --- a/database/tables.sql +++ b/database/tables.sql @@ -92,7 +92,6 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES ('language_code', 'en'), ('date_or_time_format',''), ('customer_reward_enable',''), -('customer_sales_tax_support', '0'), ('default_origin_tax_code', ''), ('cash_decimals', '2'); From d59b79e4b6372f7c9c821eb7fab25ee00f43aeff Mon Sep 17 00:00:00 2001 From: FrancescoUK Date: Sun, 16 Apr 2017 08:37:03 +0100 Subject: [PATCH 2/2] Fix database creation duplicate config value error --- database/migrate_phppos_dist.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/database/migrate_phppos_dist.sql b/database/migrate_phppos_dist.sql index 00ab64bf5..001b9f92c 100644 --- a/database/migrate_phppos_dist.sql +++ b/database/migrate_phppos_dist.sql @@ -92,7 +92,6 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES ('language_code', 'en'), ('date_or_time_format',''), ('customer_reward_enable',''), -('customer_sales_tax_support', '0'), ('default_origin_tax_code', ''), ('cash_decimals', '2');