mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-03-17 22:47:58 -04:00
merging
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
USE ospos;
|
||||
-- >> This file is autogenerated from tables.sql and constraints.sql. Do not modify directly << --
|
||||
--
|
||||
-- Table structure for table `ospos_app_config`
|
||||
@@ -65,10 +66,13 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
|
||||
('currency_decimals', '2'),
|
||||
('tax_decimals', '2'),
|
||||
('quantity_decimals', '0'),
|
||||
('country_codes', 'us'),
|
||||
('msg_msg', ''),
|
||||
('msg_uid', ''),
|
||||
('msg_src', ''),
|
||||
('msg_pwd', '');
|
||||
('msg_pwd', ''),
|
||||
('notify_horziontal_position', 'right'),
|
||||
('notify_vertical_position', 'top');
|
||||
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user