From 77441f91195ec523929f60d5df69e94a76aab3c0 Mon Sep 17 00:00:00 2001 From: Manish Verma Date: Fri, 28 Oct 2016 16:02:47 +0530 Subject: [PATCH] Bug fix patch removed dummy email data from emails table in dummy data and demo data --- DB/demodatabase.sql | 6 ------ DB/dummy-data.sql | 6 ------ 2 files changed, 12 deletions(-) diff --git a/DB/demodatabase.sql b/DB/demodatabase.sql index 66c26c525..60776b55f 100644 --- a/DB/demodatabase.sql +++ b/DB/demodatabase.sql @@ -619,12 +619,6 @@ CREATE TABLE IF NOT EXISTS `emails` ( KEY `help_topic` (`help_topic`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; --- --- Dumping data for table `emails` --- - -INSERT INTO `emails` (`id`, `email_address`, `email_name`, `department`, `priority`, `help_topic`, `user_name`, `password`, `fetching_host`, `fetching_port`, `fetching_protocol`, `fetching_encryption`, `mailbox_protocol`, `imap_config`, `folder`, `sending_host`, `sending_port`, `sending_protocol`, `sending_encryption`, `smtp_validate`, `smtp_authentication`, `internal_notes`, `auto_response`, `fetching_status`, `move_to_folder`, `delete_email`, `do_nothing`, `sending_status`, `authentication`, `header_spoofing`, `created_at`, `updated_at`) VALUES -(1, 'demo.faveo@gmail.com', 'ABC Support', NULL, NULL, NULL, '', 'eyJpdiI6IlYrZEF6dld2Wit6dXFCeHQ1cFwvQVZBPT0iLCJ2YWx1ZSI6IjRsMUxoSkY4MmdcL3VaalNmenRYU0lBV2dcLzdpUWRjdnRhNUVoWEVGNEdCcz0iLCJtYWMiOiIxMzVjZDc4MzJhNzI0YjA3ODYzY2RlODljNzBhN2NmMGFlYzI5YjUwZWMwYjRiZWQwNTU0ZWQ5ZjYxYzIzYWY0In0=', 'imap.gmail.com', '993', 'imap', '/ssl/novalidate-cert', '', '', '', 'smtp.gmail.com', '465', 'smtp', 'ssl', '', '', '', 0, 1, 0, 0, 0, 1, 0, 0, '2016-05-16 05:10:15', '2016-05-16 05:10:15'); -- -------------------------------------------------------- diff --git a/DB/dummy-data.sql b/DB/dummy-data.sql index 66c26c525..60776b55f 100644 --- a/DB/dummy-data.sql +++ b/DB/dummy-data.sql @@ -619,12 +619,6 @@ CREATE TABLE IF NOT EXISTS `emails` ( KEY `help_topic` (`help_topic`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; --- --- Dumping data for table `emails` --- - -INSERT INTO `emails` (`id`, `email_address`, `email_name`, `department`, `priority`, `help_topic`, `user_name`, `password`, `fetching_host`, `fetching_port`, `fetching_protocol`, `fetching_encryption`, `mailbox_protocol`, `imap_config`, `folder`, `sending_host`, `sending_port`, `sending_protocol`, `sending_encryption`, `smtp_validate`, `smtp_authentication`, `internal_notes`, `auto_response`, `fetching_status`, `move_to_folder`, `delete_email`, `do_nothing`, `sending_status`, `authentication`, `header_spoofing`, `created_at`, `updated_at`) VALUES -(1, 'demo.faveo@gmail.com', 'ABC Support', NULL, NULL, NULL, '', 'eyJpdiI6IlYrZEF6dld2Wit6dXFCeHQ1cFwvQVZBPT0iLCJ2YWx1ZSI6IjRsMUxoSkY4MmdcL3VaalNmenRYU0lBV2dcLzdpUWRjdnRhNUVoWEVGNEdCcz0iLCJtYWMiOiIxMzVjZDc4MzJhNzI0YjA3ODYzY2RlODljNzBhN2NmMGFlYzI5YjUwZWMwYjRiZWQwNTU0ZWQ5ZjYxYzIzYWY0In0=', 'imap.gmail.com', '993', 'imap', '/ssl/novalidate-cert', '', '', '', 'smtp.gmail.com', '465', 'smtp', 'ssl', '', '', '', 0, 1, 0, 0, 0, 1, 0, 0, '2016-05-16 05:10:15', '2016-05-16 05:10:15'); -- --------------------------------------------------------