Fix database creation duplicate config value error

This commit is contained in:
FrancescoUK
2017-04-16 08:37:03 +01:00
parent e0bc9bb8f7
commit d59b79e4b6

View File

@@ -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');