mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-02 06:27:50 -05:00
Remove pappastech default email once forever (#624)
This commit is contained in:
@@ -17,7 +17,7 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
|
||||
('address', '123 Nowhere street'),
|
||||
('company', 'Open Source Point of Sale'),
|
||||
('default_tax_rate', '8'),
|
||||
('email', 'admin@pappastech.com'),
|
||||
('email', 'changeme@dummyemail.com'),
|
||||
('fax', ''),
|
||||
('phone', '555-555-5555'),
|
||||
('return_policy', 'Test'),
|
||||
@@ -349,7 +349,7 @@ CREATE TABLE `ospos_people` (
|
||||
--
|
||||
|
||||
INSERT INTO `ospos_people` (`first_name`, `last_name`, `phone_number`, `email`, `address_1`, `address_2`, `city`, `state`, `zip`, `country`, `comments`, `person_id`) VALUES
|
||||
('John', 'Doe', '555-555-5555', 'admin@pappastech.com', 'Address 1', '', '', '', '', '', '', 1);
|
||||
('John', 'Doe', '555-555-5555', 'changeme@dummyemail.com', 'Address 1', '', '', '', '', '', '', 1);
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user