-- MySQL dump 10.13 Distrib 5.7.22, for Linux (x86_64) -- -- Host: 127.0.0.1 Database: wordpress -- ------------------------------------------------------ -- Server version 5.7.22-0ubuntu18.04.1 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)), KEY `woo_idx_comment_type` (`comment_type`) ) ENGINE=InnoDB AUTO_INCREMENT=120 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; INSERT INTO `wp_comments` VALUES (1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2018-06-11 07:30:53','2018-06-11 07:30:53','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from Gravatar.',0,'1','','',0,0),(117,418,'WooCommerce','','','','2018-07-08 23:14:02','2018-07-08 23:14:02','Payment to be made upon delivery. Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(118,419,'WooCommerce','','','','2018-07-08 23:14:45','2018-07-08 23:14:45','Payment to be made upon delivery. Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(119,420,'WooCommerce','','','','2018-07-08 23:15:45','2018-07-08 23:15:45','Payment to be made upon delivery. Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_failed_jobs` -- DROP TABLE IF EXISTS `wp_failed_jobs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_failed_jobs` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `job` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `failed_at` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_failed_jobs` -- LOCK TABLES `wp_failed_jobs` WRITE; /*!40000 ALTER TABLE `wp_failed_jobs` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_failed_jobs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_fed_menu` -- DROP TABLE IF EXISTS `wp_fed_menu`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_fed_menu` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `menu_slug` char(32) COLLATE utf8mb4_unicode_520_ci NOT NULL, `menu` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `menu_order` bigint(20) NOT NULL, `menu_image_id` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `show_user_profile` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `extra` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes', `user_role` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `extended` text COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `menu_slug` (`menu_slug`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_fed_menu` -- LOCK TABLES `wp_fed_menu` WRITE; /*!40000 ALTER TABLE `wp_fed_menu` DISABLE KEYS */; INSERT INTO `wp_fed_menu` VALUES (1,'profile','Profile',3,'fa fa-user','Enable','no','a:10:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:10:\"subscriber\";i:5;s:8:\"customer\";i:6;s:12:\"shop_manager\";i:7;s:6:\"broker\";i:8;s:15:\"commercial_lead\";i:9;s:8:\"supplier\";}',''); /*!40000 ALTER TABLE `wp_fed_menu` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_fed_post` -- DROP TABLE IF EXISTS `wp_fed_post`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_fed_post` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `input_meta` char(32) COLLATE utf8mb4_unicode_520_ci NOT NULL, `label_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `input_order` bigint(20) NOT NULL, `is_required` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'false', `input_type` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `placeholder` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `class_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `id_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `input_step` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `input_min` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `input_max` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `input_row` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `is_tooltip` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'no', `tooltip_title` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `tooltip_body` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_type` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `input_value` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `user_role` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `input_location` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `extended` text COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `input_meta` (`input_meta`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_fed_post` -- LOCK TABLES `wp_fed_post` WRITE; /*!40000 ALTER TABLE `wp_fed_post` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_fed_post` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_fed_user_profile` -- DROP TABLE IF EXISTS `wp_fed_user_profile`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_fed_user_profile` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `input_meta` char(32) COLLATE utf8mb4_unicode_520_ci NOT NULL, `label_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `input_order` bigint(20) NOT NULL, `show_register` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Disable', `show_dashboard` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Disable', `show_user_profile` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Enable', `is_required` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'false', `input_type` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `placeholder` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `class_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `id_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `input_step` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `input_min` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `input_max` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `input_row` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `is_tooltip` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'no', `tooltip_title` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `tooltip_body` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `input_value` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `user_role` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `input_location` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `extra` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes', `menu` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'profile', `extended` text COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `input_meta` (`input_meta`) ) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_fed_user_profile` -- LOCK TABLES `wp_fed_user_profile` WRITE; /*!40000 ALTER TABLE `wp_fed_user_profile` DISABLE KEYS */; INSERT INTO `wp_fed_user_profile` VALUES (1,'user_login','User Name',5,'Enable','Enable','Disable','true','single_line','User Name','','','','','','','no','','','','a:10:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:10:\"subscriber\";i:5;s:8:\"customer\";i:6;s:12:\"shop_manager\";i:7;s:6:\"broker\";i:8;s:15:\"commercial_lead\";i:9;s:8:\"supplier\";}','','no','profile',''),(2,'user_pass','Password',9,'Enable','Enable','Disable','true','password','Password','','','','','','','no','','','','a:10:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:10:\"subscriber\";i:5;s:8:\"customer\";i:6;s:12:\"shop_manager\";i:7;s:6:\"broker\";i:8;s:15:\"commercial_lead\";i:9;s:8:\"supplier\";}','','no','profile',''),(3,'confirmation_password','Confirmation Password',11,'Enable','Enable','Disable','true','password','Password','','','','','','','no','','','','a:10:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:10:\"subscriber\";i:5;s:8:\"customer\";i:6;s:12:\"shop_manager\";i:7;s:6:\"broker\";i:8;s:15:\"commercial_lead\";i:9;s:8:\"supplier\";}','','no','profile',''),(4,'user_email','Email Address',12,'Enable','Enable','Disable','true','email','Email Address','','','','','','','no','','','','a:10:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:10:\"subscriber\";i:5;s:8:\"customer\";i:6;s:12:\"shop_manager\";i:7;s:6:\"broker\";i:8;s:15:\"commercial_lead\";i:9;s:8:\"supplier\";}','','no','profile',''),(5,'user_nicename','Nicename',14,'Disable','Disable','Enable','false','single_line','Nicename','','','','','','','no','','','','a:10:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:10:\"subscriber\";i:5;s:8:\"customer\";i:6;s:12:\"shop_manager\";i:7;s:6:\"broker\";i:8;s:15:\"commercial_lead\";i:9;s:8:\"supplier\";}','','no','profile',''),(6,'display_name','Display Name',17,'Disable','Disable','Enable','false','single_line','Display Name','','','','','','','no','','','','a:10:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:10:\"subscriber\";i:5;s:8:\"customer\";i:6;s:12:\"shop_manager\";i:7;s:6:\"broker\";i:8;s:15:\"commercial_lead\";i:9;s:8:\"supplier\";}','','no','profile',''),(7,'first_name','First Name',20,'Disable','Disable','Enable','false','single_line','First Name','','','','','','','no','','','','a:10:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:10:\"subscriber\";i:5;s:8:\"customer\";i:6;s:12:\"shop_manager\";i:7;s:6:\"broker\";i:8;s:15:\"commercial_lead\";i:9;s:8:\"supplier\";}','','no','profile',''),(8,'last_name','Last Name',23,'Disable','Disable','Enable','false','single_line','Last Name','','','','','','','no','','','','a:10:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:10:\"subscriber\";i:5;s:8:\"customer\";i:6;s:12:\"shop_manager\";i:7;s:6:\"broker\";i:8;s:15:\"commercial_lead\";i:9;s:8:\"supplier\";}','','no','profile',''),(9,'nickname','Nickname',17,'Disable','Disable','Enable','false','single_line','Nickname','','','','','','','no','','','','a:10:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:10:\"subscriber\";i:5;s:8:\"customer\";i:6;s:12:\"shop_manager\";i:7;s:6:\"broker\";i:8;s:15:\"commercial_lead\";i:9;s:8:\"supplier\";}','','no','profile',''),(10,'description','Description',17,'Disable','Disable','Enable','false','multi_line','Description','','','','','','','no','','','','a:10:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:10:\"subscriber\";i:5;s:8:\"customer\";i:6;s:12:\"shop_manager\";i:7;s:6:\"broker\";i:8;s:15:\"commercial_lead\";i:9;s:8:\"supplier\";}','','no','profile',''),(11,'show_admin_bar_front','Show admin bar on front page',17,'Disable','Disable','Disable','false','checkbox','','','','','','','','no','','','','a:10:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:10:\"subscriber\";i:5;s:8:\"customer\";i:6;s:12:\"shop_manager\";i:7;s:6:\"broker\";i:8;s:15:\"commercial_lead\";i:9;s:8:\"supplier\";}','','no','profile',''); /*!40000 ALTER TABLE `wp_fed_user_profile` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gf_addon_feed` -- DROP TABLE IF EXISTS `wp_gf_addon_feed`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gf_addon_feed` ( `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `form_id` mediumint(8) unsigned NOT NULL, `is_active` tinyint(1) NOT NULL DEFAULT '1', `feed_order` mediumint(8) unsigned NOT NULL DEFAULT '0', `meta` longtext COLLATE utf8mb4_unicode_520_ci, `addon_slug` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `event_type` varchar(20) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, PRIMARY KEY (`id`), KEY `addon_form` (`addon_slug`,`form_id`) ) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gf_addon_feed` -- LOCK TABLES `wp_gf_addon_feed` WRITE; /*!40000 ALTER TABLE `wp_gf_addon_feed` DISABLE KEYS */; INSERT INTO `wp_gf_addon_feed` VALUES (2,6,1,0,'{\"step_name\":\"Upload signed contract\",\"description\":\"\",\"step_type\":\"user_input\",\"step_highlight\":\"0\",\"step_highlight_type\":\"color\",\"step_highlight_color\":\"#dd3333\",\"feed_condition_conditional_logic\":\"0\",\"feed_condition_conditional_logic_object\":[],\"scheduled\":\"0\",\"schedule_type\":\"delay\",\"schedule_date\":\"\",\"schedule_delay_offset\":\"\",\"schedule_delay_unit\":\"hours\",\"schedule_date_field_offset\":\"0\",\"schedule_date_field_offset_unit\":\"hours\",\"schedule_date_field_before_after\":\"after\",\"type\":\"select\",\"assignees\":[\"role|customer\",\"role|administrator\"],\"editable_fields\":[\"2\"],\"routing\":\"\",\"assignee_policy\":\"any\",\"highlight_editable_fields_enabled\":\"0\",\"highlight_editable_fields_class\":\"green-triangle\",\"instructionsEnable\":\"0\",\"instructionsValue\":\"\",\"display_fields_mode\":\"all_fields\",\"default_status\":\"hidden\",\"note_mode\":\"not_required\",\"assignee_notification_enabled\":\"1\",\"assignee_notification_from_name\":\"\",\"assignee_notification_from_email\":\"{admin_email}\",\"assignee_notification_reply_to\":\"\",\"assignee_notification_bcc\":\"\",\"assignee_notification_subject\":\"Upload signed contract\",\"assignee_notification_message\":\"A new entry requires your input: .http:\\/\\/localhost\\/workflow-inbox\\/<\\/a>\",\"assignee_notification_disable_autoformat\":\"0\",\"resend_assignee_emailEnable\":\"0\",\"resend_assignee_emailValue\":\"7\",\"resend_assignee_email_repeatEnable\":\"0\",\"resend_assignee_email_repeatValue\":\"3\",\"in_progress_notification_enabled\":\"0\",\"in_progress_notification_type\":\"select\",\"in_progress_notification_routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"in_progress_notification_from_name\":\"\",\"in_progress_notification_from_email\":\"{admin_email}\",\"in_progress_notification_reply_to\":\"\",\"in_progress_notification_bcc\":\"\",\"in_progress_notification_subject\":\"\",\"in_progress_notification_message\":\"Entry {entry_id} has been updated and remains in progress.\",\"in_progress_notification_disable_autoformat\":\"0\",\"complete_notification_enabled\":\"0\",\"complete_notification_type\":\"select\",\"complete_notification_routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"complete_notification_from_name\":\"\",\"complete_notification_from_email\":\"{admin_email}\",\"complete_notification_reply_to\":\"\",\"complete_notification_bcc\":\"\",\"complete_notification_subject\":\"\",\"complete_notification_message\":\"Entry {entry_id} has been updated completing the step.\",\"complete_notification_disable_autoformat\":\"0\",\"confirmation_messageEnable\":\"0\",\"confirmation_messageValue\":\"Thank you.\",\"expiration\":\"0\",\"expiration_type\":\"delay\",\"expiration_date\":\"\",\"expiration_delay_offset\":\"\",\"expiration_delay_unit\":\"hours\",\"expiration_date_field_offset\":\"0\",\"expiration_date_field_offset_unit\":\"hours\",\"expiration_date_field_before_after\":\"after\",\"status_expiration\":\"complete\",\"destination_expired\":\"next\",\"destination_complete\":\"3\"}','gravityflow',NULL),(3,6,1,0,'{\"step_name\":\"Approve signed contract\",\"description\":\"\",\"step_type\":\"approval\",\"step_highlight\":\"0\",\"step_highlight_type\":\"color\",\"step_highlight_color\":\"#dd3333\",\"feed_condition_conditional_logic\":\"0\",\"feed_condition_conditional_logic_object\":[],\"scheduled\":\"0\",\"schedule_type\":\"delay\",\"schedule_date\":\"\",\"schedule_delay_offset\":\"\",\"schedule_delay_unit\":\"hours\",\"schedule_date_field_offset\":\"0\",\"schedule_date_field_offset_unit\":\"hours\",\"schedule_date_field_before_after\":\"after\",\"type\":\"select\",\"assignees\":[\"role|broker\",\"role|administrator\"],\"routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"assignee_policy\":\"any\",\"instructionsEnable\":\"0\",\"instructionsValue\":\"Instructions: please review the values in the fields below and click on the Approve or Reject button\",\"display_fields_mode\":\"all_fields\",\"assignee_notification_enabled\":\"1\",\"assignee_notification_from_name\":\"\",\"assignee_notification_from_email\":\"{admin_email}\",\"assignee_notification_reply_to\":\"\",\"assignee_notification_bcc\":\"\",\"assignee_notification_subject\":\"\",\"assignee_notification_message\":\"A new entry\\u00a0{entry_id} is pending your approval. Please check your Workflow Inbox.\",\"assignee_notification_disable_autoformat\":\"0\",\"resend_assignee_emailEnable\":\"0\",\"resend_assignee_emailValue\":\"7\",\"resend_assignee_email_repeatEnable\":\"0\",\"resend_assignee_email_repeatValue\":\"3\",\"rejection_notification_enabled\":\"1\",\"rejection_notification_type\":\"select\",\"rejection_notification_routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"rejection_notification_from_name\":\"\",\"rejection_notification_from_email\":\"{admin_email}\",\"rejection_notification_reply_to\":\"\",\"rejection_notification_bcc\":\"\",\"rejection_notification_subject\":\"Enter signed contract\",\"rejection_notification_message\":\"Your signed contract has been rejected please go to Entry {entry_id} has been rejected.\",\"rejection_notification_disable_autoformat\":\"0\",\"approval_notification_enabled\":\"1\",\"approval_notification_type\":\"select\",\"approval_notification_users\":[\"role|customer\"],\"approval_notification_routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"approval_notification_from_name\":\"\",\"approval_notification_from_email\":\"{admin_email}\",\"approval_notification_reply_to\":\"\",\"approval_notification_bcc\":\"\",\"approval_notification_subject\":\"\",\"approval_notification_message\":\"Entry {entry_id} has been approved\",\"approval_notification_disable_autoformat\":\"0\",\"revertEnable\":\"0\",\"revertValue\":\"2\",\"note_mode\":\"not_required\",\"expiration\":\"0\",\"expiration_type\":\"delay\",\"expiration_date\":\"\",\"expiration_delay_offset\":\"\",\"expiration_delay_unit\":\"hours\",\"expiration_date_field_offset\":\"0\",\"expiration_date_field_offset_unit\":\"hours\",\"expiration_date_field_before_after\":\"after\",\"status_expiration\":\"rejected\",\"destination_expired\":\"next\",\"destination_rejected\":\"2\",\"destination_approved\":\"complete\"}','gravityflow',NULL),(4,7,1,0,'{\"step_name\":\"Approve installation info\",\"description\":\"\",\"step_type\":\"approval\",\"step_highlight\":\"0\",\"step_highlight_type\":\"color\",\"step_highlight_color\":\"#dd3333\",\"feed_condition_conditional_logic\":\"0\",\"feed_condition_conditional_logic_object\":[],\"scheduled\":\"0\",\"schedule_type\":\"delay\",\"schedule_date\":\"\",\"schedule_delay_offset\":\"\",\"schedule_delay_unit\":\"hours\",\"schedule_date_field_offset\":\"0\",\"schedule_date_field_offset_unit\":\"hours\",\"schedule_date_field_before_after\":\"after\",\"schedule_date_field\":\"3\",\"type\":\"select\",\"assignees\":[\"role|broker\",\"role|administrator\"],\"routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"assignee_policy\":\"any\",\"instructionsEnable\":\"0\",\"instructionsValue\":\"Instructions: please review the values in the fields below and click on the Approve or Reject button\",\"display_fields_mode\":\"all_fields\",\"assignee_notification_enabled\":\"0\",\"assignee_notification_from_name\":\"\",\"assignee_notification_from_email\":\"{admin_email}\",\"assignee_notification_reply_to\":\"\",\"assignee_notification_bcc\":\"\",\"assignee_notification_subject\":\"\",\"assignee_notification_message\":\"A new entry is pending your approval. Please check your Workflow Inbox.\",\"assignee_notification_disable_autoformat\":\"0\",\"resend_assignee_emailEnable\":\"0\",\"resend_assignee_emailValue\":\"7\",\"resend_assignee_email_repeatEnable\":\"0\",\"resend_assignee_email_repeatValue\":\"3\",\"rejection_notification_enabled\":\"1\",\"rejection_notification_type\":\"select\",\"rejection_notification_users\":[\"role|supplier\"],\"rejection_notification_routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"rejection_notification_from_name\":\"\",\"rejection_notification_from_email\":\"{admin_email}\",\"rejection_notification_reply_to\":\"\",\"rejection_notification_bcc\":\"\",\"rejection_notification_subject\":\"Installation info has been rejected\",\"rejection_notification_message\":\"Entry {entry_id} has been rejected\",\"rejection_notification_disable_autoformat\":\"0\",\"approval_notification_enabled\":\"1\",\"approval_notification_type\":\"select\",\"approval_notification_users\":[\"role|supplier\"],\"approval_notification_routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"approval_notification_from_name\":\"\",\"approval_notification_from_email\":\"{admin_email}\",\"approval_notification_reply_to\":\"\",\"approval_notification_bcc\":\"\",\"approval_notification_subject\":\"Installation info has been approved\",\"approval_notification_message\":\"Entry {entry_id} has been approved\",\"approval_notification_disable_autoformat\":\"0\",\"revertEnable\":\"0\",\"revertValue\":\"7\",\"note_mode\":\"not_required\",\"expiration\":\"0\",\"expiration_type\":\"delay\",\"expiration_date\":\"\",\"expiration_delay_offset\":\"\",\"expiration_delay_unit\":\"hours\",\"expiration_date_field_offset\":\"0\",\"expiration_date_field_offset_unit\":\"hours\",\"expiration_date_field_before_after\":\"after\",\"expiration_date_field\":\"3\",\"status_expiration\":\"rejected\",\"destination_expired\":\"next\",\"destination_rejected\":\"7\",\"destination_approved\":\"complete\"}','gravityflow',NULL),(5,5,1,0,'{\"step_name\":\"Approve configuration info\",\"description\":\"\",\"step_type\":\"approval\",\"step_highlight\":\"0\",\"step_highlight_type\":\"color\",\"step_highlight_color\":\"#dd3333\",\"feed_condition_conditional_logic\":\"0\",\"feed_condition_conditional_logic_object\":[],\"scheduled\":\"0\",\"schedule_type\":\"delay\",\"schedule_date\":\"\",\"schedule_delay_offset\":\"\",\"schedule_delay_unit\":\"hours\",\"schedule_date_field_offset\":\"0\",\"schedule_date_field_offset_unit\":\"hours\",\"schedule_date_field_before_after\":\"after\",\"type\":\"select\",\"assignees\":[\"role|broker\",\"role|administrator\"],\"routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"assignee_policy\":\"any\",\"instructionsEnable\":\"0\",\"instructionsValue\":\"Instructions: please review the values in the fields below and click on the Approve or Reject button\",\"display_fields_mode\":\"all_fields\",\"assignee_notification_enabled\":\"0\",\"assignee_notification_from_name\":\"\",\"assignee_notification_from_email\":\"{admin_email}\",\"assignee_notification_reply_to\":\"\",\"assignee_notification_bcc\":\"\",\"assignee_notification_subject\":\"\",\"assignee_notification_message\":\"A new entry is pending your approval. Please check your Workflow Inbox.\",\"assignee_notification_disable_autoformat\":\"0\",\"resend_assignee_emailEnable\":\"0\",\"resend_assignee_emailValue\":\"7\",\"resend_assignee_email_repeatEnable\":\"0\",\"resend_assignee_email_repeatValue\":\"3\",\"rejection_notification_enabled\":\"0\",\"rejection_notification_type\":\"select\",\"rejection_notification_routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"rejection_notification_from_name\":\"\",\"rejection_notification_from_email\":\"{admin_email}\",\"rejection_notification_reply_to\":\"\",\"rejection_notification_bcc\":\"\",\"rejection_notification_subject\":\"\",\"rejection_notification_message\":\"Entry {entry_id} has been rejected\",\"rejection_notification_disable_autoformat\":\"0\",\"approval_notification_enabled\":\"0\",\"approval_notification_type\":\"select\",\"approval_notification_routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"approval_notification_from_name\":\"\",\"approval_notification_from_email\":\"{admin_email}\",\"approval_notification_reply_to\":\"\",\"approval_notification_bcc\":\"\",\"approval_notification_subject\":\"\",\"approval_notification_message\":\"Entry {entry_id} has been approved\",\"approval_notification_disable_autoformat\":\"0\",\"revertEnable\":\"0\",\"revertValue\":\"6\",\"note_mode\":\"not_required\",\"expiration\":\"0\",\"expiration_type\":\"delay\",\"expiration_date\":\"\",\"expiration_delay_offset\":\"\",\"expiration_delay_unit\":\"hours\",\"expiration_date_field_offset\":\"0\",\"expiration_date_field_offset_unit\":\"hours\",\"expiration_date_field_before_after\":\"after\",\"status_expiration\":\"rejected\",\"destination_expired\":\"next\",\"destination_rejected\":\"6\",\"destination_approved\":\"complete\"}','gravityflow',NULL),(6,5,1,0,'{\"step_name\":\"Update configuration info\",\"description\":\"\",\"step_type\":\"user_input\",\"step_highlight\":\"0\",\"step_highlight_type\":\"color\",\"step_highlight_color\":\"#dd3333\",\"feed_condition_conditional_logic\":\"0\",\"feed_condition_conditional_logic_object\":[],\"scheduled\":\"0\",\"schedule_type\":\"delay\",\"schedule_date\":\"\",\"schedule_delay_offset\":\"\",\"schedule_delay_unit\":\"hours\",\"schedule_date_field_offset\":\"0\",\"schedule_date_field_offset_unit\":\"hours\",\"schedule_date_field_before_after\":\"after\",\"type\":\"select\",\"assignees\":[\"role|customer\"],\"editable_fields\":[\"1\",\"2\"],\"routing\":\"\",\"assignee_policy\":\"any\",\"highlight_editable_fields_enabled\":\"0\",\"highlight_editable_fields_class\":\"green-triangle\",\"instructionsEnable\":\"0\",\"instructionsValue\":\"\",\"display_fields_mode\":\"all_fields\",\"default_status\":\"hidden\",\"note_mode\":\"not_required\",\"assignee_notification_enabled\":\"1\",\"assignee_notification_from_name\":\"\",\"assignee_notification_from_email\":\"{admin_email}\",\"assignee_notification_reply_to\":\"\",\"assignee_notification_bcc\":\"\",\"assignee_notification_subject\":\"Update configuration info\",\"assignee_notification_message\":\"Update configuration info for {entry}\",\"assignee_notification_disable_autoformat\":\"0\",\"resend_assignee_emailEnable\":\"0\",\"resend_assignee_emailValue\":\"7\",\"resend_assignee_email_repeatEnable\":\"0\",\"resend_assignee_email_repeatValue\":\"3\",\"in_progress_notification_enabled\":\"0\",\"in_progress_notification_type\":\"select\",\"in_progress_notification_routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"in_progress_notification_from_name\":\"\",\"in_progress_notification_from_email\":\"{admin_email}\",\"in_progress_notification_reply_to\":\"\",\"in_progress_notification_bcc\":\"\",\"in_progress_notification_subject\":\"\",\"in_progress_notification_message\":\"Entry {entry_id} has been updated and remains in progress.\",\"in_progress_notification_disable_autoformat\":\"0\",\"complete_notification_enabled\":\"0\",\"complete_notification_type\":\"select\",\"complete_notification_routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"complete_notification_from_name\":\"\",\"complete_notification_from_email\":\"{admin_email}\",\"complete_notification_reply_to\":\"\",\"complete_notification_bcc\":\"\",\"complete_notification_subject\":\"\",\"complete_notification_message\":\"Entry {entry_id} has been updated completing the step.\",\"complete_notification_disable_autoformat\":\"0\",\"confirmation_messageEnable\":\"0\",\"confirmation_messageValue\":\"Thank you.\",\"expiration\":\"0\",\"expiration_type\":\"delay\",\"expiration_date\":\"\",\"expiration_delay_offset\":\"\",\"expiration_delay_unit\":\"hours\",\"expiration_date_field_offset\":\"0\",\"expiration_date_field_offset_unit\":\"hours\",\"expiration_date_field_before_after\":\"after\",\"status_expiration\":\"complete\",\"destination_expired\":\"next\",\"destination_complete\":\"5\"}','gravityflow',NULL),(7,7,1,0,'{\"step_name\":\"Update installation info\",\"description\":\"\",\"step_type\":\"user_input\",\"step_highlight\":\"0\",\"step_highlight_type\":\"color\",\"step_highlight_color\":\"#dd3333\",\"feed_condition_conditional_logic\":\"0\",\"feed_condition_conditional_logic_object\":[],\"scheduled\":\"0\",\"schedule_type\":\"delay\",\"schedule_date\":\"\",\"schedule_delay_offset\":\"\",\"schedule_delay_unit\":\"hours\",\"schedule_date_field_offset\":\"0\",\"schedule_date_field_offset_unit\":\"hours\",\"schedule_date_field_before_after\":\"after\",\"schedule_date_field\":\"3\",\"type\":\"select\",\"assignees\":[\"role|customer\",\"role|administrator\"],\"editable_fields\":[\"1\",\"2\",\"3\"],\"routing\":\"\",\"assignee_policy\":\"any\",\"highlight_editable_fields_enabled\":\"0\",\"highlight_editable_fields_class\":\"green-triangle\",\"instructionsEnable\":\"0\",\"instructionsValue\":\"\",\"display_fields_mode\":\"all_fields\",\"default_status\":\"hidden\",\"note_mode\":\"not_required\",\"assignee_notification_enabled\":\"0\",\"assignee_notification_from_name\":\"\",\"assignee_notification_from_email\":\"{admin_email}\",\"assignee_notification_reply_to\":\"\",\"assignee_notification_bcc\":\"\",\"assignee_notification_subject\":\"Please update installaton info\",\"assignee_notification_message\":\"A new entry requires your input.\",\"assignee_notification_disable_autoformat\":\"0\",\"resend_assignee_emailEnable\":\"0\",\"resend_assignee_emailValue\":\"7\",\"resend_assignee_email_repeatEnable\":\"0\",\"resend_assignee_email_repeatValue\":\"3\",\"in_progress_notification_enabled\":\"0\",\"in_progress_notification_type\":\"select\",\"in_progress_notification_routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"in_progress_notification_from_name\":\"\",\"in_progress_notification_from_email\":\"{admin_email}\",\"in_progress_notification_reply_to\":\"\",\"in_progress_notification_bcc\":\"\",\"in_progress_notification_subject\":\"\",\"in_progress_notification_message\":\"Entry {entry_id} has been updated and remains in progress.\",\"in_progress_notification_disable_autoformat\":\"0\",\"complete_notification_enabled\":\"0\",\"complete_notification_type\":\"select\",\"complete_notification_routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"complete_notification_from_name\":\"\",\"complete_notification_from_email\":\"{admin_email}\",\"complete_notification_reply_to\":\"\",\"complete_notification_bcc\":\"\",\"complete_notification_subject\":\"\",\"complete_notification_message\":\"Entry {entry_id} has been updated completing the step.\",\"complete_notification_disable_autoformat\":\"0\",\"confirmation_messageEnable\":\"0\",\"confirmation_messageValue\":\"Thank you.\",\"expiration\":\"0\",\"expiration_type\":\"delay\",\"expiration_date\":\"\",\"expiration_delay_offset\":\"\",\"expiration_delay_unit\":\"hours\",\"expiration_date_field_offset\":\"0\",\"expiration_date_field_offset_unit\":\"hours\",\"expiration_date_field_before_after\":\"after\",\"expiration_date_field\":\"3\",\"status_expiration\":\"complete\",\"destination_expired\":\"next\",\"destination_complete\":\"4\"}','gravityflow',NULL),(8,2,1,0,'{\"step_name\":\"Enter installation info\",\"description\":\"\",\"step_type\":\"form_submission\",\"step_highlight\":\"0\",\"step_highlight_type\":\"color\",\"step_highlight_color\":\"#dd3333\",\"feed_condition_conditional_logic\":\"0\",\"feed_condition_conditional_logic_object\":[],\"scheduled\":\"0\",\"schedule_type\":\"delay\",\"schedule_date\":\"\",\"schedule_delay_offset\":\"\",\"schedule_delay_unit\":\"hours\",\"schedule_date_field_offset\":\"0\",\"schedule_date_field_offset_unit\":\"hours\",\"schedule_date_field_before_after\":\"after\",\"type\":\"select\",\"assignees\":[\"role|customer\"],\"routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"assignee_policy\":\"any\",\"instructionsEnable\":\"0\",\"instructionsValue\":\"\",\"display_fields_mode\":\"all_fields\",\"assignee_notification_enabled\":\"1\",\"assignee_notification_from_name\":\"\",\"assignee_notification_from_email\":\"{admin_email}\",\"assignee_notification_reply_to\":\"\",\"assignee_notification_bcc\":\"\",\"assignee_notification_subject\":\"\",\"assignee_notification_message\":\"Please enter installation info: {workflow_form_submission_link}\",\"assignee_notification_disable_autoformat\":\"0\",\"resend_assignee_emailEnable\":\"0\",\"resend_assignee_emailValue\":\"7\",\"resend_assignee_email_repeatEnable\":\"0\",\"resend_assignee_email_repeatValue\":\"3\",\"target_form_id\":\"7\",\"submit_page\":\"383\",\"mappings\":\"\",\"expiration\":\"0\",\"expiration_type\":\"delay\",\"expiration_date\":\"\",\"expiration_delay_offset\":\"\",\"expiration_delay_unit\":\"hours\",\"expiration_date_field_offset\":\"0\",\"expiration_date_field_offset_unit\":\"hours\",\"expiration_date_field_before_after\":\"after\",\"status_expiration\":\"complete\",\"destination_expired\":\"next\",\"destination_complete\":\"next\"}','gravityflow',NULL),(9,2,1,0,'{\"step_name\":\"Upload signed contract\",\"description\":\"\",\"step_type\":\"form_submission\",\"step_highlight\":\"0\",\"step_highlight_type\":\"color\",\"step_highlight_color\":\"#dd3333\",\"feed_condition_conditional_logic\":\"0\",\"feed_condition_conditional_logic_object\":[],\"scheduled\":\"0\",\"schedule_type\":\"delay\",\"schedule_date\":\"\",\"schedule_delay_offset\":\"\",\"schedule_delay_unit\":\"hours\",\"schedule_date_field_offset\":\"0\",\"schedule_date_field_offset_unit\":\"hours\",\"schedule_date_field_before_after\":\"after\",\"type\":\"select\",\"assignees\":[\"role|broker\"],\"routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"assignee_policy\":\"any\",\"instructionsEnable\":\"0\",\"instructionsValue\":\"\",\"display_fields_mode\":\"all_fields\",\"assignee_notification_enabled\":\"0\",\"assignee_notification_from_name\":\"\",\"assignee_notification_from_email\":\"{admin_email}\",\"assignee_notification_reply_to\":\"\",\"assignee_notification_bcc\":\"\",\"assignee_notification_subject\":\"\",\"assignee_notification_message\":\"Please submit the following form: {workflow_form_submission_link}\",\"assignee_notification_disable_autoformat\":\"0\",\"resend_assignee_emailEnable\":\"0\",\"resend_assignee_emailValue\":\"7\",\"resend_assignee_email_repeatEnable\":\"0\",\"resend_assignee_email_repeatValue\":\"3\",\"target_form_id\":\"6\",\"submit_page\":\"388\",\"mappings\":[{\"key\":\"\",\"value\":\"\",\"custom_key\":\"\",\"custom_value\":\"\"}],\"expiration\":\"0\",\"expiration_type\":\"delay\",\"expiration_date\":\"\",\"expiration_delay_offset\":\"\",\"expiration_delay_unit\":\"hours\",\"expiration_date_field_offset\":\"0\",\"expiration_date_field_offset_unit\":\"hours\",\"expiration_date_field_before_after\":\"after\",\"status_expiration\":\"complete\",\"destination_expired\":\"next\",\"destination_complete\":\"next\"}','gravityflow',NULL),(10,2,1,0,'{\"step_name\":\"Add configuration info\",\"description\":\"\",\"step_type\":\"form_submission\",\"step_highlight\":\"0\",\"step_highlight_type\":\"color\",\"step_highlight_color\":\"#dd3333\",\"feed_condition_conditional_logic\":\"0\",\"feed_condition_conditional_logic_object\":[],\"scheduled\":\"0\",\"schedule_type\":\"delay\",\"schedule_date\":\"\",\"schedule_delay_offset\":\"\",\"schedule_delay_unit\":\"hours\",\"schedule_date_field_offset\":\"0\",\"schedule_date_field_offset_unit\":\"hours\",\"schedule_date_field_before_after\":\"after\",\"type\":\"select\",\"assignees\":[\"role|customer\"],\"routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"assignee_policy\":\"any\",\"instructionsEnable\":\"0\",\"instructionsValue\":\"\",\"display_fields_mode\":\"all_fields\",\"assignee_notification_enabled\":\"1\",\"assignee_notification_from_name\":\"\",\"assignee_notification_from_email\":\"{admin_email}\",\"assignee_notification_reply_to\":\"\",\"assignee_notification_bcc\":\"\",\"assignee_notification_subject\":\"\",\"assignee_notification_message\":\"Please submit the following form: {workflow_form_submission_link}\",\"assignee_notification_disable_autoformat\":\"0\",\"resend_assignee_emailEnable\":\"0\",\"resend_assignee_emailValue\":\"7\",\"resend_assignee_email_repeatEnable\":\"0\",\"resend_assignee_email_repeatValue\":\"3\",\"target_form_id\":\"5\",\"submit_page\":\"386\",\"mappings\":\"\",\"expiration\":\"0\",\"expiration_type\":\"delay\",\"expiration_date\":\"\",\"expiration_delay_offset\":\"\",\"expiration_delay_unit\":\"hours\",\"expiration_date_field_offset\":\"0\",\"expiration_date_field_offset_unit\":\"hours\",\"expiration_date_field_before_after\":\"after\",\"status_expiration\":\"complete\",\"destination_expired\":\"next\",\"destination_complete\":\"next\"}','gravityflow',NULL),(11,1,1,0,'{\"step_name\":\"Start First Process\",\"description\":\"\",\"step_type\":\"new_entry\",\"step_highlight\":\"0\",\"step_highlight_type\":\"color\",\"step_highlight_color\":\"#dd3333\",\"feed_condition_conditional_logic\":\"1\",\"feed_condition_conditional_logic_object\":{\"conditionalLogic\":{\"actionType\":\"show\",\"logicType\":\"all\",\"rules\":[{\"fieldId\":\"1\",\"operator\":\"is\",\"value\":\"0\"}]}},\"scheduled\":\"0\",\"schedule_type\":\"delay\",\"schedule_date\":\"\",\"schedule_delay_offset\":\"\",\"schedule_delay_unit\":\"hours\",\"schedule_date_field_offset\":\"0\",\"schedule_date_field_offset_unit\":\"hours\",\"schedule_date_field_before_after\":\"after\",\"server_type\":\"local\",\"target_form_id\":\"2\",\"mappings\":[{\"key\":\"4\",\"value\":\"3\",\"custom_key\":\"\",\"custom_value\":\"\"},{\"key\":\"2\",\"value\":\"4\",\"custom_key\":\"\",\"custom_value\":\"\"}],\"store_new_entry_idEnable\":\"0\",\"new_entry_id_field\":\"\",\"destination_complete\":\"complete\"}','gravityflow',NULL),(12,1,1,0,'{\"step_name\":\"Start second process\",\"description\":\"\",\"step_type\":\"new_entry\",\"step_highlight\":\"0\",\"step_highlight_type\":\"color\",\"step_highlight_color\":\"#dd3333\",\"feed_condition_conditional_logic\":\"1\",\"feed_condition_conditional_logic_object\":{\"conditionalLogic\":{\"actionType\":\"show\",\"logicType\":\"all\",\"rules\":[{\"fieldId\":\"1\",\"operator\":\"is\",\"value\":\"1\"}]}},\"scheduled\":\"0\",\"schedule_type\":\"delay\",\"schedule_date\":\"\",\"schedule_delay_offset\":\"\",\"schedule_delay_unit\":\"hours\",\"schedule_date_field_offset\":\"0\",\"schedule_date_field_offset_unit\":\"hours\",\"schedule_date_field_before_after\":\"after\",\"server_type\":\"local\",\"target_form_id\":\"8\",\"mappings\":[{\"key\":\"2\",\"value\":\"3\",\"custom_key\":\"\",\"custom_value\":\"\"}],\"store_new_entry_idEnable\":\"0\",\"new_entry_id_field\":\"\",\"destination_complete\":\"complete\"}','gravityflow',NULL),(13,8,1,0,'{\"step_name\":\"Enter installation info\",\"description\":\"\",\"step_type\":\"user_input\",\"step_highlight\":\"0\",\"step_highlight_type\":\"color\",\"step_highlight_color\":\"#dd3333\",\"feed_condition_conditional_logic\":\"0\",\"feed_condition_conditional_logic_object\":[],\"scheduled\":\"0\",\"schedule_type\":\"delay\",\"schedule_date\":\"\",\"schedule_delay_offset\":\"\",\"schedule_delay_unit\":\"hours\",\"schedule_date_field_offset\":\"0\",\"schedule_date_field_offset_unit\":\"hours\",\"schedule_date_field_before_after\":\"after\",\"schedule_date_field\":\"12\",\"type\":\"select\",\"assignees\":[\"role|customer\"],\"editable_fields\":[\"10\",\"12\"],\"routing\":\"\",\"assignee_policy\":\"any\",\"highlight_editable_fields_enabled\":\"1\",\"highlight_editable_fields_class\":\"green-background\",\"instructionsEnable\":\"0\",\"instructionsValue\":\"\",\"display_fields_mode\":\"all_fields\",\"default_status\":\"hidden\",\"note_mode\":\"not_required\",\"assignee_notification_enabled\":\"1\",\"assignee_notification_from_name\":\"\",\"assignee_notification_from_email\":\"{admin_email}\",\"assignee_notification_reply_to\":\"\",\"assignee_notification_bcc\":\"\",\"assignee_notification_subject\":\"Enter installation info\",\"assignee_notification_message\":\"A new entry requires your input.\",\"assignee_notification_disable_autoformat\":\"0\",\"resend_assignee_emailEnable\":\"0\",\"resend_assignee_emailValue\":\"7\",\"resend_assignee_email_repeatEnable\":\"0\",\"resend_assignee_email_repeatValue\":\"3\",\"in_progress_notification_enabled\":\"0\",\"in_progress_notification_type\":\"select\",\"in_progress_notification_routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"in_progress_notification_from_name\":\"\",\"in_progress_notification_from_email\":\"{admin_email}\",\"in_progress_notification_reply_to\":\"\",\"in_progress_notification_bcc\":\"\",\"in_progress_notification_subject\":\"\",\"in_progress_notification_message\":\"Entry {entry_id} has been updated and remains in progress.\",\"in_progress_notification_disable_autoformat\":\"0\",\"complete_notification_enabled\":\"0\",\"complete_notification_type\":\"select\",\"complete_notification_routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"complete_notification_from_name\":\"\",\"complete_notification_from_email\":\"{admin_email}\",\"complete_notification_reply_to\":\"\",\"complete_notification_bcc\":\"\",\"complete_notification_subject\":\"\",\"complete_notification_message\":\"Entry {entry_id} has been updated completing the step.\",\"complete_notification_disable_autoformat\":\"0\",\"confirmation_messageEnable\":\"0\",\"confirmation_messageValue\":\"Thank you.\",\"expiration\":\"0\",\"expiration_type\":\"delay\",\"expiration_date\":\"\",\"expiration_delay_offset\":\"\",\"expiration_delay_unit\":\"hours\",\"expiration_date_field_offset\":\"0\",\"expiration_date_field_offset_unit\":\"hours\",\"expiration_date_field_before_after\":\"after\",\"expiration_date_field\":\"12\",\"status_expiration\":\"complete\",\"destination_expired\":\"next\",\"destination_complete\":\"next\"}','gravityflow',NULL),(14,8,1,0,'{\"step_name\":\"Approve installation info\",\"description\":\"\",\"step_type\":\"approval\",\"step_highlight\":\"0\",\"step_highlight_type\":\"color\",\"step_highlight_color\":\"#dd3333\",\"feed_condition_conditional_logic\":\"0\",\"feed_condition_conditional_logic_object\":[],\"scheduled\":\"0\",\"schedule_type\":\"delay\",\"schedule_date\":\"\",\"schedule_delay_offset\":\"\",\"schedule_delay_unit\":\"hours\",\"schedule_date_field_offset\":\"0\",\"schedule_date_field_offset_unit\":\"hours\",\"schedule_date_field_before_after\":\"after\",\"schedule_date_field\":\"12\",\"type\":\"select\",\"assignees\":[\"role|broker\"],\"routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"assignee_policy\":\"any\",\"instructionsEnable\":\"0\",\"instructionsValue\":\"Instructions: please review the values in the fields below and click on the Approve or Reject button\",\"display_fields_mode\":\"selected_fields\",\"display_fields_selected\":[\"10\",\"12\"],\"assignee_notification_enabled\":\"1\",\"assignee_notification_from_name\":\"\",\"assignee_notification_from_email\":\"{admin_email}\",\"assignee_notification_reply_to\":\"\",\"assignee_notification_bcc\":\"\",\"assignee_notification_subject\":\"Approve installation info\",\"assignee_notification_message\":\"A new entry is pending your approval. Please check your Workflow Inbox.\",\"assignee_notification_disable_autoformat\":\"0\",\"resend_assignee_emailEnable\":\"0\",\"resend_assignee_emailValue\":\"7\",\"resend_assignee_email_repeatEnable\":\"0\",\"resend_assignee_email_repeatValue\":\"3\",\"rejection_notification_enabled\":\"0\",\"rejection_notification_type\":\"select\",\"rejection_notification_routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"rejection_notification_from_name\":\"\",\"rejection_notification_from_email\":\"{admin_email}\",\"rejection_notification_reply_to\":\"\",\"rejection_notification_bcc\":\"\",\"rejection_notification_subject\":\"\",\"rejection_notification_message\":\"Entry {entry_id} has been rejected\",\"rejection_notification_disable_autoformat\":\"0\",\"approval_notification_enabled\":\"0\",\"approval_notification_type\":\"select\",\"approval_notification_routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"approval_notification_from_name\":\"\",\"approval_notification_from_email\":\"{admin_email}\",\"approval_notification_reply_to\":\"\",\"approval_notification_bcc\":\"\",\"approval_notification_subject\":\"\",\"approval_notification_message\":\"Entry {entry_id} has been approved\",\"approval_notification_disable_autoformat\":\"0\",\"revertEnable\":\"0\",\"revertValue\":\"13\",\"note_mode\":\"not_required\",\"expiration\":\"0\",\"expiration_type\":\"delay\",\"expiration_date\":\"\",\"expiration_delay_offset\":\"\",\"expiration_delay_unit\":\"hours\",\"expiration_date_field_offset\":\"0\",\"expiration_date_field_offset_unit\":\"hours\",\"expiration_date_field_before_after\":\"after\",\"expiration_date_field\":\"12\",\"status_expiration\":\"rejected\",\"destination_expired\":\"next\",\"destination_rejected\":\"13\",\"destination_approved\":\"15\"}','gravityflow',NULL),(15,8,1,0,'{\"step_name\":\"Upload contract template\",\"description\":\"\",\"step_type\":\"user_input\",\"step_highlight\":\"0\",\"step_highlight_type\":\"color\",\"step_highlight_color\":\"#dd3333\",\"feed_condition_conditional_logic\":\"0\",\"feed_condition_conditional_logic_object\":[],\"scheduled\":\"0\",\"schedule_type\":\"delay\",\"schedule_date\":\"\",\"schedule_delay_offset\":\"\",\"schedule_delay_unit\":\"hours\",\"schedule_date_field_offset\":\"0\",\"schedule_date_field_offset_unit\":\"hours\",\"schedule_date_field_before_after\":\"after\",\"schedule_date_field\":\"12\",\"type\":\"select\",\"assignees\":[\"role|broker\"],\"editable_fields\":[\"7\"],\"routing\":\"\",\"assignee_policy\":\"all\",\"highlight_editable_fields_enabled\":\"0\",\"highlight_editable_fields_class\":\"green-triangle\",\"instructionsEnable\":\"0\",\"instructionsValue\":\"\",\"display_fields_mode\":\"selected_fields\",\"display_fields_selected\":[\"7\"],\"default_status\":\"hidden\",\"note_mode\":\"not_required\",\"assignee_notification_enabled\":\"1\",\"assignee_notification_from_name\":\"\",\"assignee_notification_from_email\":\"{admin_email}\",\"assignee_notification_reply_to\":\"\",\"assignee_notification_bcc\":\"\",\"assignee_notification_subject\":\"Upload contract template\",\"assignee_notification_message\":\"A new entry requires your input.\",\"assignee_notification_disable_autoformat\":\"0\",\"resend_assignee_emailEnable\":\"0\",\"resend_assignee_emailValue\":\"7\",\"resend_assignee_email_repeatEnable\":\"0\",\"resend_assignee_email_repeatValue\":\"3\",\"in_progress_notification_enabled\":\"0\",\"in_progress_notification_type\":\"select\",\"in_progress_notification_routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"in_progress_notification_from_name\":\"\",\"in_progress_notification_from_email\":\"{admin_email}\",\"in_progress_notification_reply_to\":\"\",\"in_progress_notification_bcc\":\"\",\"in_progress_notification_subject\":\"\",\"in_progress_notification_message\":\"Entry {entry_id} has been updated and remains in progress.\",\"in_progress_notification_disable_autoformat\":\"0\",\"complete_notification_enabled\":\"0\",\"complete_notification_type\":\"select\",\"complete_notification_routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"complete_notification_from_name\":\"\",\"complete_notification_from_email\":\"{admin_email}\",\"complete_notification_reply_to\":\"\",\"complete_notification_bcc\":\"\",\"complete_notification_subject\":\"\",\"complete_notification_message\":\"Entry {entry_id} has been updated completing the step.\",\"complete_notification_disable_autoformat\":\"0\",\"confirmation_messageEnable\":\"0\",\"confirmation_messageValue\":\"Thank you.\",\"expiration\":\"0\",\"expiration_type\":\"delay\",\"expiration_date\":\"\",\"expiration_delay_offset\":\"\",\"expiration_delay_unit\":\"hours\",\"expiration_date_field_offset\":\"0\",\"expiration_date_field_offset_unit\":\"hours\",\"expiration_date_field_before_after\":\"after\",\"expiration_date_field\":\"12\",\"status_expiration\":\"complete\",\"destination_expired\":\"next\",\"destination_complete\":\"16\"}','gravityflow',NULL),(16,8,1,0,'{\"step_name\":\"Upload signed contract\",\"description\":\"\",\"step_type\":\"user_input\",\"step_highlight\":\"0\",\"step_highlight_type\":\"color\",\"step_highlight_color\":\"#dd3333\",\"feed_condition_conditional_logic\":\"0\",\"feed_condition_conditional_logic_object\":[],\"scheduled\":\"0\",\"schedule_type\":\"delay\",\"schedule_date\":\"\",\"schedule_delay_offset\":\"\",\"schedule_delay_unit\":\"hours\",\"schedule_date_field_offset\":\"0\",\"schedule_date_field_offset_unit\":\"hours\",\"schedule_date_field_before_after\":\"after\",\"schedule_date_field\":\"12\",\"type\":\"select\",\"assignees\":[\"role|customer\"],\"editable_fields\":[\"8\"],\"routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"assignee_policy\":\"all\",\"highlight_editable_fields_enabled\":\"0\",\"highlight_editable_fields_class\":\"green-triangle\",\"instructionsEnable\":\"0\",\"instructionsValue\":\"Instructions: please review the values in the fields below and click on the Approve or Reject button\",\"display_fields_mode\":\"selected_fields\",\"display_fields_selected\":[\"7\",\"8\"],\"default_status\":\"hidden\",\"note_mode\":\"not_required\",\"assignee_notification_enabled\":\"1\",\"assignee_notification_from_name\":\"\",\"assignee_notification_from_email\":\"{admin_email}\",\"assignee_notification_reply_to\":\"\",\"assignee_notification_bcc\":\"\",\"assignee_notification_subject\":\"Upload signed contract\",\"assignee_notification_message\":\"A new entry is pending your approval. Please check your Workflow Inbox.\",\"assignee_notification_disable_autoformat\":\"0\",\"resend_assignee_emailEnable\":\"1\",\"resend_assignee_emailValue\":\"7\",\"resend_assignee_email_repeatEnable\":\"1\",\"resend_assignee_email_repeatValue\":\"3\",\"in_progress_notification_enabled\":\"0\",\"in_progress_notification_type\":\"select\",\"in_progress_notification_routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"in_progress_notification_from_name\":\"\",\"in_progress_notification_from_email\":\"{admin_email}\",\"in_progress_notification_reply_to\":\"\",\"in_progress_notification_bcc\":\"\",\"in_progress_notification_subject\":\"\",\"in_progress_notification_message\":\"Entry {entry_id} has been updated and remains in progress.\",\"in_progress_notification_disable_autoformat\":\"0\",\"complete_notification_enabled\":\"0\",\"complete_notification_type\":\"select\",\"complete_notification_routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"complete_notification_from_name\":\"\",\"complete_notification_from_email\":\"{admin_email}\",\"complete_notification_reply_to\":\"\",\"complete_notification_bcc\":\"\",\"complete_notification_subject\":\"\",\"complete_notification_message\":\"Entry {entry_id} has been updated completing the step.\",\"complete_notification_disable_autoformat\":\"0\",\"confirmation_messageEnable\":\"0\",\"confirmation_messageValue\":\"Thank you.\",\"expiration\":\"0\",\"expiration_type\":\"delay\",\"expiration_date\":\"\",\"expiration_delay_offset\":\"\",\"expiration_delay_unit\":\"hours\",\"expiration_date_field_offset\":\"0\",\"expiration_date_field_offset_unit\":\"hours\",\"expiration_date_field_before_after\":\"after\",\"expiration_date_field\":\"12\",\"status_expiration\":\"complete\",\"destination_expired\":\"next\",\"destination_complete\":\"17\"}','gravityflow',NULL),(17,8,1,0,'{\"step_name\":\"Approve signed contract\",\"description\":\"\",\"step_type\":\"approval\",\"step_highlight\":\"0\",\"step_highlight_type\":\"color\",\"step_highlight_color\":\"#dd3333\",\"feed_condition_conditional_logic\":\"0\",\"feed_condition_conditional_logic_object\":[],\"scheduled\":\"0\",\"schedule_type\":\"delay\",\"schedule_date\":\"\",\"schedule_delay_offset\":\"\",\"schedule_delay_unit\":\"hours\",\"schedule_date_field_offset\":\"0\",\"schedule_date_field_offset_unit\":\"hours\",\"schedule_date_field_before_after\":\"after\",\"schedule_date_field\":\"12\",\"type\":\"select\",\"assignees\":[\"role|broker\"],\"routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"assignee_policy\":\"all\",\"instructionsEnable\":\"0\",\"instructionsValue\":\"Instructions: please review the values in the fields below and click on the Approve or Reject button\",\"display_fields_mode\":\"selected_fields\",\"display_fields_selected\":[\"7\",\"8\"],\"assignee_notification_enabled\":\"1\",\"assignee_notification_from_name\":\"\",\"assignee_notification_from_email\":\"{admin_email}\",\"assignee_notification_reply_to\":\"\",\"assignee_notification_bcc\":\"\",\"assignee_notification_subject\":\"Approve signed contract\",\"assignee_notification_message\":\"A new entry is pending your approval. Please check your Workflow Inbox.\",\"assignee_notification_disable_autoformat\":\"0\",\"resend_assignee_emailEnable\":\"0\",\"resend_assignee_emailValue\":\"7\",\"resend_assignee_email_repeatEnable\":\"0\",\"resend_assignee_email_repeatValue\":\"3\",\"rejection_notification_enabled\":\"0\",\"rejection_notification_type\":\"select\",\"rejection_notification_routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"rejection_notification_from_name\":\"\",\"rejection_notification_from_email\":\"{admin_email}\",\"rejection_notification_reply_to\":\"\",\"rejection_notification_bcc\":\"\",\"rejection_notification_subject\":\"\",\"rejection_notification_message\":\"Entry {entry_id} has been rejected\",\"rejection_notification_disable_autoformat\":\"0\",\"approval_notification_enabled\":\"0\",\"approval_notification_type\":\"select\",\"approval_notification_routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"approval_notification_from_name\":\"\",\"approval_notification_from_email\":\"{admin_email}\",\"approval_notification_reply_to\":\"\",\"approval_notification_bcc\":\"\",\"approval_notification_subject\":\"\",\"approval_notification_message\":\"Entry {entry_id} has been approved\",\"approval_notification_disable_autoformat\":\"0\",\"revertEnable\":\"0\",\"revertValue\":\"13\",\"note_mode\":\"not_required\",\"expiration\":\"0\",\"expiration_type\":\"delay\",\"expiration_date\":\"\",\"expiration_delay_offset\":\"\",\"expiration_delay_unit\":\"hours\",\"expiration_date_field_offset\":\"0\",\"expiration_date_field_offset_unit\":\"hours\",\"expiration_date_field_before_after\":\"after\",\"expiration_date_field\":\"12\",\"status_expiration\":\"rejected\",\"destination_expired\":\"next\",\"destination_rejected\":\"16\",\"destination_approved\":\"18\"}','gravityflow',NULL),(18,8,1,0,'{\"step_name\":\"Enter configuration info\",\"description\":\"\",\"step_type\":\"user_input\",\"step_highlight\":\"0\",\"step_highlight_type\":\"color\",\"step_highlight_color\":\"#dd3333\",\"feed_condition_conditional_logic\":\"0\",\"feed_condition_conditional_logic_object\":[],\"scheduled\":\"0\",\"schedule_type\":\"delay\",\"schedule_date\":\"\",\"schedule_delay_offset\":\"\",\"schedule_delay_unit\":\"hours\",\"schedule_date_field_offset\":\"0\",\"schedule_date_field_offset_unit\":\"hours\",\"schedule_date_field_before_after\":\"after\",\"schedule_date_field\":\"12\",\"type\":\"select\",\"assignees\":[\"role|customer\"],\"editable_fields\":[\"4\",\"5\"],\"routing\":\"\",\"assignee_policy\":\"all\",\"highlight_editable_fields_enabled\":\"0\",\"highlight_editable_fields_class\":\"green-triangle\",\"instructionsEnable\":\"0\",\"instructionsValue\":\"\",\"display_fields_mode\":\"selected_fields\",\"display_fields_selected\":[\"10\",\"12\"],\"default_status\":\"hidden\",\"note_mode\":\"not_required\",\"assignee_notification_enabled\":\"1\",\"assignee_notification_from_name\":\"\",\"assignee_notification_from_email\":\"{admin_email}\",\"assignee_notification_reply_to\":\"\",\"assignee_notification_bcc\":\"\",\"assignee_notification_subject\":\"Enter installation info\",\"assignee_notification_message\":\"A new entry requires your input.\",\"assignee_notification_disable_autoformat\":\"0\",\"resend_assignee_emailEnable\":\"0\",\"resend_assignee_emailValue\":\"7\",\"resend_assignee_email_repeatEnable\":\"0\",\"resend_assignee_email_repeatValue\":\"3\",\"in_progress_notification_enabled\":\"0\",\"in_progress_notification_type\":\"select\",\"in_progress_notification_routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"in_progress_notification_from_name\":\"\",\"in_progress_notification_from_email\":\"{admin_email}\",\"in_progress_notification_reply_to\":\"\",\"in_progress_notification_bcc\":\"\",\"in_progress_notification_subject\":\"\",\"in_progress_notification_message\":\"Entry {entry_id} has been updated and remains in progress.\",\"in_progress_notification_disable_autoformat\":\"0\",\"complete_notification_enabled\":\"0\",\"complete_notification_type\":\"select\",\"complete_notification_routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"complete_notification_from_name\":\"\",\"complete_notification_from_email\":\"{admin_email}\",\"complete_notification_reply_to\":\"\",\"complete_notification_bcc\":\"\",\"complete_notification_subject\":\"\",\"complete_notification_message\":\"Entry {entry_id} has been updated completing the step.\",\"complete_notification_disable_autoformat\":\"0\",\"confirmation_messageEnable\":\"0\",\"confirmation_messageValue\":\"Thank you.\",\"expiration\":\"0\",\"expiration_type\":\"delay\",\"expiration_date\":\"\",\"expiration_delay_offset\":\"\",\"expiration_delay_unit\":\"hours\",\"expiration_date_field_offset\":\"0\",\"expiration_date_field_offset_unit\":\"hours\",\"expiration_date_field_before_after\":\"after\",\"expiration_date_field\":\"12\",\"status_expiration\":\"complete\",\"destination_expired\":\"next\",\"destination_complete\":\"19\"}','gravityflow',NULL),(19,8,1,0,'{\"step_name\":\"Approve configuration info\",\"description\":\"\",\"step_type\":\"approval\",\"step_highlight\":\"0\",\"step_highlight_type\":\"color\",\"step_highlight_color\":\"#dd3333\",\"feed_condition_conditional_logic\":\"0\",\"feed_condition_conditional_logic_object\":[],\"scheduled\":\"0\",\"schedule_type\":\"delay\",\"schedule_date\":\"\",\"schedule_delay_offset\":\"\",\"schedule_delay_unit\":\"hours\",\"schedule_date_field_offset\":\"0\",\"schedule_date_field_offset_unit\":\"hours\",\"schedule_date_field_before_after\":\"after\",\"schedule_date_field\":\"12\",\"type\":\"select\",\"assignees\":[\"role|broker\"],\"routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"assignee_policy\":\"all\",\"instructionsEnable\":\"0\",\"instructionsValue\":\"Instructions: please review the values in the fields below and click on the Approve or Reject button\",\"display_fields_mode\":\"selected_fields\",\"display_fields_selected\":[\"10\",\"12\"],\"assignee_notification_enabled\":\"1\",\"assignee_notification_from_name\":\"\",\"assignee_notification_from_email\":\"{admin_email}\",\"assignee_notification_reply_to\":\"\",\"assignee_notification_bcc\":\"\",\"assignee_notification_subject\":\"Approve installation info\",\"assignee_notification_message\":\"A new entry is pending your approval. Please check your Workflow Inbox.\",\"assignee_notification_disable_autoformat\":\"0\",\"resend_assignee_emailEnable\":\"0\",\"resend_assignee_emailValue\":\"7\",\"resend_assignee_email_repeatEnable\":\"0\",\"resend_assignee_email_repeatValue\":\"3\",\"rejection_notification_enabled\":\"0\",\"rejection_notification_type\":\"select\",\"rejection_notification_routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"rejection_notification_from_name\":\"\",\"rejection_notification_from_email\":\"{admin_email}\",\"rejection_notification_reply_to\":\"\",\"rejection_notification_bcc\":\"\",\"rejection_notification_subject\":\"\",\"rejection_notification_message\":\"Entry {entry_id} has been rejected\",\"rejection_notification_disable_autoformat\":\"0\",\"approval_notification_enabled\":\"0\",\"approval_notification_type\":\"select\",\"approval_notification_routing\":[{\"assignee\":\"user_id|2\",\"fieldId\":\"0\",\"operator\":\"is\",\"value\":\"\",\"type\":\"\"}],\"approval_notification_from_name\":\"\",\"approval_notification_from_email\":\"{admin_email}\",\"approval_notification_reply_to\":\"\",\"approval_notification_bcc\":\"\",\"approval_notification_subject\":\"\",\"approval_notification_message\":\"Entry {entry_id} has been approved\",\"approval_notification_disable_autoformat\":\"0\",\"revertEnable\":\"0\",\"revertValue\":\"13\",\"note_mode\":\"not_required\",\"expiration\":\"0\",\"expiration_type\":\"delay\",\"expiration_date\":\"\",\"expiration_delay_offset\":\"\",\"expiration_delay_unit\":\"hours\",\"expiration_date_field_offset\":\"0\",\"expiration_date_field_offset_unit\":\"hours\",\"expiration_date_field_before_after\":\"after\",\"expiration_date_field\":\"12\",\"status_expiration\":\"rejected\",\"destination_expired\":\"next\",\"destination_rejected\":\"18\",\"destination_approved\":\"complete\"}','gravityflow',NULL); /*!40000 ALTER TABLE `wp_gf_addon_feed` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gf_draft_submissions` -- DROP TABLE IF EXISTS `wp_gf_draft_submissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gf_draft_submissions` ( `uuid` char(32) COLLATE utf8mb4_unicode_520_ci NOT NULL, `email` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `form_id` mediumint(8) unsigned NOT NULL, `date_created` datetime NOT NULL, `ip` varchar(39) COLLATE utf8mb4_unicode_520_ci NOT NULL, `source_url` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `submission` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`uuid`), KEY `form_id` (`form_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gf_draft_submissions` -- LOCK TABLES `wp_gf_draft_submissions` WRITE; /*!40000 ALTER TABLE `wp_gf_draft_submissions` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_gf_draft_submissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gf_entry` -- DROP TABLE IF EXISTS `wp_gf_entry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gf_entry` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `form_id` mediumint(8) unsigned NOT NULL, `post_id` bigint(20) unsigned DEFAULT NULL, `date_created` datetime NOT NULL, `date_updated` datetime DEFAULT NULL, `is_starred` tinyint(1) NOT NULL DEFAULT '0', `is_read` tinyint(1) NOT NULL DEFAULT '0', `ip` varchar(39) COLLATE utf8mb4_unicode_520_ci NOT NULL, `source_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_agent` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `currency` varchar(5) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `payment_status` varchar(15) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `payment_date` datetime DEFAULT NULL, `payment_amount` decimal(19,2) DEFAULT NULL, `payment_method` varchar(30) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `transaction_id` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `is_fulfilled` tinyint(1) DEFAULT NULL, `created_by` bigint(20) unsigned DEFAULT NULL, `transaction_type` tinyint(1) DEFAULT NULL, `status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'active', PRIMARY KEY (`id`), KEY `form_id` (`form_id`), KEY `form_id_status` (`form_id`,`status`) ) ENGINE=InnoDB AUTO_INCREMENT=55 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gf_entry` -- LOCK TABLES `wp_gf_entry` WRITE; /*!40000 ALTER TABLE `wp_gf_entry` DISABLE KEYS */; INSERT INTO `wp_gf_entry` VALUES (1,1,NULL,'2018-06-28 00:12:49',NULL,0,0,'::1','http://localhost/?gf_page=preview&id=1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(2,1,NULL,'2018-06-28 00:17:54',NULL,0,0,'::1','http://localhost/?gf_page=preview&id=1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(3,2,NULL,'2018-06-28 00:17:54',NULL,0,1,'::1','http://localhost/?gf_page=preview&id=1','API','USD',NULL,NULL,NULL,'',NULL,NULL,1,NULL,'active'),(4,7,NULL,'2018-06-28 00:22:45',NULL,0,0,'::1','http://localhost/enter-installation-info/?id=7&workflow_parent_entry_id=3&workflow_hash=99be3f54b686ea476336a1efb5d33e57','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(5,5,NULL,'2018-06-28 00:33:16',NULL,0,0,'::1','http://localhost/upload-contract/?id=6&workflow_parent_entry_id=3&workflow_hash=c5891248e82e2337a999decf5b4afbea','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(6,1,NULL,'2018-06-28 00:40:10',NULL,0,0,'::1','http://localhost/?gf_page=preview&id=1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(7,2,NULL,'2018-06-28 00:40:10',NULL,0,0,'::1','http://localhost/?gf_page=preview&id=1','API','USD',NULL,NULL,NULL,'',NULL,NULL,1,NULL,'active'),(8,7,NULL,'2018-06-28 00:41:34',NULL,0,0,'::1','http://localhost/enter-installation-info/?id=7&workflow_parent_entry_id=7&workflow_hash=bd5e887dff2634cf5f06778927084fef','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(9,1,NULL,'2018-06-28 00:49:22',NULL,0,0,'::1','http://localhost/start-workflow-process/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(10,2,NULL,'2018-06-28 00:49:22',NULL,0,0,'::1','http://localhost/start-workflow-process/','API','USD',NULL,NULL,NULL,'',NULL,NULL,1,NULL,'active'),(11,5,NULL,'2018-06-28 01:01:11',NULL,0,0,'::1','http://localhost/enter-configuration-info/?id=5&workflow_parent_entry_id=3&workflow_hash=25e7e4275707471d1d8e405d899c77b4','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(12,5,NULL,'2018-06-28 01:01:55',NULL,0,0,'::1','http://localhost/enter-configuration-info/?id=5&workflow_parent_entry_id=3&workflow_hash=25e7e4275707471d1d8e405d899c77b4','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(13,1,NULL,'2018-06-28 01:17:00',NULL,0,0,'::1','http://localhost/?gf_page=preview&id=1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(14,2,NULL,'2018-06-28 01:17:00',NULL,0,1,'::1','http://localhost/?gf_page=preview&id=1','API','USD',NULL,NULL,NULL,'',NULL,NULL,1,NULL,'active'),(15,7,NULL,'2018-06-28 01:17:33',NULL,0,0,'::1','http://localhost/enter-installation-info/?id=7&workflow_parent_entry_id=14&workflow_hash=7f4049aef519e8b94c0a1c19cfc425bd','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(16,7,NULL,'2018-06-28 01:23:33',NULL,0,0,'::1','http://localhost/enter-installation-info/?id=7&workflow_parent_entry_id=14&workflow_hash=7f4049aef519e8b94c0a1c19cfc425bd','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(17,7,NULL,'2018-06-28 01:29:16',NULL,0,0,'::1','http://localhost/enter-installation-info/?id=7&workflow_parent_entry_id=14&workflow_hash=7f4049aef519e8b94c0a1c19cfc425bd','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(18,1,NULL,'2018-06-28 01:34:12',NULL,0,0,'::1','http://localhost/start-workflow-process/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(19,2,NULL,'2018-06-28 01:34:12',NULL,0,0,'::1','http://localhost/start-workflow-process/','API','USD',NULL,NULL,NULL,'',NULL,NULL,1,NULL,'active'),(20,7,NULL,'2018-06-28 01:34:28',NULL,0,0,'::1','http://localhost/enter-installation-info/?id=7&workflow_parent_entry_id=19&workflow_hash=05b66e21564f1ca963fed403086f5081','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(21,7,NULL,'2018-06-28 01:40:13',NULL,0,0,'::1','http://localhost/enter-installation-info/?id=7&workflow_parent_entry_id=19&workflow_hash=05b66e21564f1ca963fed403086f5081','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(22,7,NULL,'2018-06-28 01:45:10',NULL,0,0,'::1','http://localhost/enter-installation-info/?id=7&workflow_parent_entry_id=19&workflow_hash=05b66e21564f1ca963fed403086f5081','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,4,NULL,'active'),(23,7,NULL,'2018-06-28 01:51:27',NULL,0,0,'::1','http://localhost/enter-installation-info/?id=7&workflow_parent_entry_id=19&workflow_hash=05b66e21564f1ca963fed403086f5081','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,4,NULL,'active'),(24,7,NULL,'2018-06-28 01:52:41',NULL,0,0,'::1','http://localhost/enter-installation-info/?id=7&workflow_parent_entry_id=19&workflow_hash=05b66e21564f1ca963fed403086f5081','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,4,NULL,'active'),(25,7,NULL,'2018-06-28 01:52:50',NULL,0,0,'::1','http://localhost/enter-installation-info/?id=7&workflow_parent_entry_id=19&workflow_hash=05b66e21564f1ca963fed403086f5081','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,4,NULL,'active'),(26,7,NULL,'2018-06-28 01:54:05',NULL,0,0,'::1','http://localhost/enter-installation-info/?id=7&workflow_parent_entry_id=19&workflow_hash=05b66e21564f1ca963fed403086f5081','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,4,NULL,'active'),(27,7,NULL,'2018-06-28 01:54:35',NULL,0,0,'::1','http://localhost/enter-installation-info/?id=7&workflow_parent_entry_id=19&workflow_hash=05b66e21564f1ca963fed403086f5081','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,4,NULL,'active'),(28,7,NULL,'2018-06-28 01:58:20',NULL,0,0,'::1','http://localhost/enter-installation-info/?id=7&workflow_parent_entry_id=19&workflow_hash=05b66e21564f1ca963fed403086f5081','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,4,NULL,'active'),(29,1,NULL,'2018-06-28 02:01:49',NULL,0,0,'::1','http://localhost/?gf_page=preview&id=1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(30,2,NULL,'2018-06-28 02:01:49',NULL,0,0,'::1','http://localhost/?gf_page=preview&id=1','API','USD',NULL,NULL,NULL,'',NULL,NULL,1,NULL,'active'),(31,7,NULL,'2018-06-28 02:02:35',NULL,0,0,'::1','http://localhost/enter-installation-info/?id=7&workflow_parent_entry_id=30&workflow_hash=07cc95f69d555afec9753e5c6f55b735','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,4,NULL,'active'),(32,6,NULL,'2018-06-28 02:08:24',NULL,0,0,'::1','http://localhost/upload-contract/?id=6&workflow_parent_entry_id=30&workflow_hash=bde4b42e41208483403508dd3aaf7b9f','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(33,5,NULL,'2018-06-28 02:10:26',NULL,0,0,'::1','http://localhost/enter-configuration-info/?id=5&workflow_parent_entry_id=30&workflow_hash=a091da694fccd1b7c7d90ef0bd905b8d','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(34,1,NULL,'2018-06-28 02:14:30',NULL,0,0,'::1','http://localhost/?gf_page=preview&id=1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(35,2,NULL,'2018-06-28 02:14:30',NULL,0,1,'::1','http://localhost/?gf_page=preview&id=1','API','USD',NULL,NULL,NULL,'',NULL,NULL,1,NULL,'active'),(36,7,NULL,'2018-06-28 02:18:12',NULL,0,0,'::1','http://localhost/enter-installation-info/?id=7&workflow_parent_entry_id=35&workflow_hash=e218de35c257201f966789d38b06648c','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(37,6,NULL,'2018-06-28 02:22:15',NULL,0,0,'::1','http://localhost/upload-contract/?id=6&workflow_parent_entry_id=35&workflow_hash=f57dd2b20f840b60f7e7363a69bbc3e0','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(38,5,NULL,'2018-06-28 02:24:44',NULL,0,0,'::1','http://localhost/enter-configuration-info/?id=5&workflow_parent_entry_id=35&workflow_hash=efed3010d1fb86c941a6939cdca7f897','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(39,1,NULL,'2018-06-28 03:00:19',NULL,0,1,'::1','http://localhost/?gf_page=preview&id=1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(40,2,NULL,'2018-06-28 03:00:19',NULL,0,1,'::1','http://localhost/?gf_page=preview&id=1','API','USD',NULL,NULL,NULL,'',NULL,NULL,1,NULL,'active'),(41,7,NULL,'2018-06-28 03:00:52',NULL,0,0,'::1','http://localhost/enter-installation-info/?id=7&workflow_parent_entry_id=40&workflow_hash=e6d5359b3d7559fbc31d95d6a813f2a6','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(42,6,NULL,'2018-06-28 03:35:32',NULL,0,0,'::1','http://localhost/upload-contract/?id=6&workflow_parent_entry_id=40&workflow_hash=a8f3aa7f554fcef48ee8eac75a7ac141','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(43,1,NULL,'2018-06-28 07:17:47',NULL,0,0,'::1','http://localhost/?gf_page=preview&id=1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(44,8,NULL,'2018-06-28 07:17:47',NULL,0,0,'::1','http://localhost/?gf_page=preview&id=1','API','USD',NULL,NULL,NULL,'',NULL,NULL,1,NULL,'active'),(45,1,NULL,'2018-06-28 07:21:44',NULL,0,0,'::1','http://localhost/?gf_page=preview&id=1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(46,2,NULL,'2018-06-28 07:21:44',NULL,0,0,'::1','http://localhost/?gf_page=preview&id=1','API','USD',NULL,NULL,NULL,'',NULL,NULL,1,NULL,'active'),(47,1,NULL,'2018-06-28 07:21:50',NULL,0,0,'::1','http://localhost/?gf_page=preview&id=1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(48,2,NULL,'2018-06-28 07:21:50',NULL,0,0,'::1','http://localhost/?gf_page=preview&id=1','API','USD',NULL,NULL,NULL,'',NULL,NULL,1,NULL,'active'),(49,1,NULL,'2018-06-28 07:22:48',NULL,0,0,'::1','http://localhost/?gf_page=preview&id=1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(50,8,NULL,'2018-06-28 07:22:48',NULL,0,0,'::1','http://localhost/?gf_page=preview&id=1','API','USD',NULL,NULL,NULL,'',NULL,NULL,1,NULL,'active'),(51,1,NULL,'2018-06-28 11:39:03',NULL,0,0,'::1','http://localhost/start-workflow-process/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(52,8,NULL,'2018-06-28 11:39:03',NULL,0,0,'::1','http://localhost/start-workflow-process/','API','USD',NULL,NULL,NULL,'',NULL,NULL,1,NULL,'active'),(53,1,NULL,'2018-06-28 11:42:03',NULL,0,0,'::1','http://localhost/start-workflow-process/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'active'),(54,2,NULL,'2018-06-28 11:42:03',NULL,0,0,'::1','http://localhost/start-workflow-process/','API','USD',NULL,NULL,NULL,'',NULL,NULL,1,NULL,'active'); /*!40000 ALTER TABLE `wp_gf_entry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gf_entry_meta` -- DROP TABLE IF EXISTS `wp_gf_entry_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gf_entry_meta` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `form_id` mediumint(8) unsigned NOT NULL DEFAULT '0', `entry_id` bigint(20) unsigned NOT NULL, `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`id`), KEY `meta_key` (`meta_key`(191)), KEY `entry_id` (`entry_id`), KEY `meta_value` (`meta_value`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=1003 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gf_entry_meta` -- LOCK TABLES `wp_gf_entry_meta` WRITE; /*!40000 ALTER TABLE `wp_gf_entry_meta` DISABLE KEYS */; INSERT INTO `wp_gf_entry_meta` VALUES (1,1,1,'1','0'),(2,1,1,'workflow_final_status','complete'),(4,1,1,'workflow_timestamp','1530144769'),(5,1,1,'gravityflow_is_fulfilled','1'),(6,1,1,'workflow_step_11_timestamp','1530144769'),(7,1,1,'workflow_step_status_11','complete'),(8,1,1,'workflow_step_status_11_timestamp','1530144769'),(9,1,2,'3','1'),(10,1,2,'4','1'),(11,1,2,'1','0'),(12,1,2,'workflow_final_status','complete'),(14,1,2,'workflow_timestamp','1530145074'),(15,1,2,'gravityflow_is_fulfilled','1'),(16,1,2,'workflow_step_11_timestamp','1530145074'),(17,1,2,'workflow_step_status_11','complete'),(18,1,2,'workflow_step_status_11_timestamp','1530145074'),(19,2,3,'4','1'),(21,2,3,'workflow_final_status','cancelled'),(22,2,3,'gravityflow_is_fulfilled','1'),(23,2,3,'processed_feeds','a:1:{s:11:\"gravityflow\";a:3:{i:0;s:1:\"8\";i:1;s:1:\"9\";i:2;s:2:\"10\";}}'),(25,2,3,'workflow_step_8_timestamp','1530145074'),(26,2,3,'workflow_step_status_8','complete'),(27,2,3,'workflow_step_status_8_timestamp','1530145365'),(32,7,4,'1.1','sdfcsvfsdf, fdfvds'),(33,7,4,'1.2','fdfvds'),(34,7,4,'1.4','sdfsfsfc'),(35,7,4,'1.5','323232'),(36,7,4,'1.6','Bangladesh'),(37,7,4,'2','(222) 222-2222'),(38,7,4,'3','2018-06-06'),(39,7,4,'workflow_final_status','cancelled'),(41,7,4,'workflow_timestamp','1530147687'),(42,7,4,'gravityflow_is_fulfilled','1'),(43,7,4,'workflow_step_4_timestamp','1530147687'),(44,7,4,'workflow_step_status_4','pending'),(45,7,4,'workflow_step_status_4_timestamp','1530147687'),(48,2,3,'workflow_step_9_timestamp','1530145365'),(49,2,3,'workflow_step_status_9','complete'),(50,2,3,'workflow_step_status_9_timestamp','1530145996'),(55,5,5,'1.1','sdfcsvfsdf, fdfvds'),(56,5,5,'1.2','fdfvds'),(57,5,5,'1.4','sdfsfsfc'),(58,5,5,'1.5','323232'),(59,5,5,'1.6','Bangladesh'),(60,5,5,'2','(222) 222-2222'),(61,5,5,'workflow_final_status','approved'),(63,5,5,'workflow_timestamp','1530145996'),(64,5,5,'gravityflow_is_fulfilled','1'),(65,5,5,'workflow_step_5_timestamp','1530145996'),(66,5,5,'workflow_step_status_5','approved'),(67,5,5,'workflow_step_status_5_timestamp','1530146181'),(70,2,3,'workflow_step_10_timestamp','1530145996'),(71,2,3,'workflow_step_status_10','pending'),(72,2,3,'workflow_step_status_10_timestamp','1530145996'),(76,5,5,'workflow_current_status_timestamp','1530146181'),(77,7,4,'workflow_current_status','approved'),(78,7,4,'workflow_current_status_timestamp','1530146201'),(79,7,4,'workflow_step_7_timestamp','1530146201'),(80,7,4,'workflow_step_status_7','complete'),(81,7,4,'workflow_step_status_7_timestamp','1530147687'),(84,1,6,'3','1'),(85,1,6,'4','2'),(86,1,6,'1','0'),(87,1,6,'workflow_final_status','complete'),(89,1,6,'workflow_timestamp','1530146410'),(90,1,6,'gravityflow_is_fulfilled','1'),(91,1,6,'workflow_step_11_timestamp','1530146410'),(92,1,6,'workflow_step_status_11','complete'),(93,1,6,'workflow_step_status_11_timestamp','1530146410'),(94,2,7,'4','1'),(96,2,7,'workflow_final_status','cancelled'),(97,2,7,'gravityflow_is_fulfilled','1'),(98,2,7,'processed_feeds','a:1:{s:11:\"gravityflow\";a:3:{i:0;s:1:\"8\";i:1;s:1:\"9\";i:2;s:2:\"10\";}}'),(100,2,7,'workflow_step_8_timestamp','1530146410'),(101,2,7,'workflow_step_status_8','complete'),(102,2,7,'workflow_step_status_8_timestamp','1530146494'),(107,7,8,'1.1','sdfcsvfsdf, fdfvds'),(108,7,8,'1.2','fdfvds'),(109,7,8,'1.4','sdfsfsfc'),(110,7,8,'1.5','323232'),(111,7,8,'1.6','Bangladesh'),(112,7,8,'2','(222) 222-2222'),(113,7,8,'3','2018-06-06'),(114,7,8,'workflow_final_status','cancelled'),(116,7,8,'workflow_timestamp','1530147702'),(117,7,8,'gravityflow_is_fulfilled','1'),(118,7,8,'workflow_step_4_timestamp','1530147702'),(119,7,8,'workflow_step_status_4','pending'),(120,7,8,'workflow_step_status_4_timestamp','1530147702'),(123,2,7,'workflow_step_9_timestamp','1530146494'),(124,2,7,'workflow_step_status_9','pending'),(125,2,7,'workflow_step_status_9_timestamp','1530146494'),(130,1,9,'3','1'),(131,1,9,'4','2'),(132,1,9,'1','0'),(133,1,9,'workflow_final_status','complete'),(135,1,9,'workflow_timestamp','1530146962'),(136,1,9,'workflow_parent_entry_id',''),(137,1,9,'workflow_parent_entry_hash',''),(138,1,9,'gravityflow_is_fulfilled','1'),(139,1,9,'workflow_step_11_timestamp','1530146962'),(140,1,9,'workflow_step_status_11','complete'),(141,1,9,'workflow_step_status_11_timestamp','1530146962'),(142,2,10,'4','1'),(144,2,10,'workflow_final_status','cancelled'),(145,2,10,'gravityflow_is_fulfilled','1'),(146,2,10,'processed_feeds','a:1:{s:11:\"gravityflow\";a:3:{i:0;s:1:\"8\";i:1;s:1:\"9\";i:2;s:2:\"10\";}}'),(148,2,10,'workflow_step_8_timestamp','1530146962'),(149,2,10,'workflow_step_status_8','pending'),(150,2,10,'workflow_step_status_8_timestamp','1530146962'),(155,7,8,'workflow_current_status','approved'),(156,7,8,'workflow_current_status_timestamp','1530147623'),(157,7,8,'workflow_step_7_timestamp','1530147623'),(158,7,8,'workflow_step_status_7','complete'),(159,7,8,'workflow_step_status_7_timestamp','1530147702'),(162,5,11,'1.1','sdfcsvfsdf, fdfvds'),(163,5,11,'1.2','fdfvds'),(164,5,11,'1.4','sdfsfsfc'),(165,5,11,'1.5','323232'),(166,5,11,'1.6','Bangladesh'),(167,5,11,'2','(222) 222-2222'),(168,5,11,'workflow_final_status','cancelled'),(170,5,11,'workflow_timestamp','1530147671'),(171,5,11,'workflow_parent_entry_id','3'),(172,5,11,'workflow_parent_entry_hash','25e7e4275707471d1d8e405d899c77b4'),(173,5,11,'gravityflow_is_fulfilled','1'),(174,5,11,'workflow_step_5_timestamp','1530147671'),(175,5,11,'workflow_step_status_5','pending'),(176,5,11,'workflow_step_status_5_timestamp','1530147671'),(179,7,4,'workflow_parent_entry_id','0'),(180,7,4,'workflow_parent_entry_hash','0'),(183,7,8,'workflow_parent_entry_id','0'),(184,7,8,'workflow_parent_entry_hash','0'),(187,5,12,'1.1','sdfcsvfsdf, fdfvds'),(188,5,12,'1.2','fdfvds'),(189,5,12,'1.4','sdfsfsfc'),(190,5,12,'1.5','323232'),(191,5,12,'1.6','Bangladesh'),(192,5,12,'2','(222) 222-2222'),(193,5,12,'workflow_final_status','cancelled'),(195,5,12,'workflow_timestamp','1530147715'),(196,5,12,'workflow_parent_entry_id','3'),(197,5,12,'workflow_parent_entry_hash','25e7e4275707471d1d8e405d899c77b4'),(198,5,12,'gravityflow_is_fulfilled','1'),(199,5,12,'workflow_step_5_timestamp','1530147715'),(200,5,12,'workflow_step_status_5','pending'),(201,5,12,'workflow_step_status_5_timestamp','1530147715'),(204,1,13,'3','1'),(205,1,13,'4','2'),(206,1,13,'1','0'),(207,1,13,'workflow_final_status','complete'),(209,1,13,'workflow_timestamp','1530148620'),(210,1,13,'workflow_parent_entry_id',''),(211,1,13,'workflow_parent_entry_hash',''),(212,1,13,'gravityflow_is_fulfilled','1'),(213,1,13,'workflow_step_11_timestamp','1530148620'),(214,1,13,'workflow_step_status_11','complete'),(215,1,13,'workflow_step_status_11_timestamp','1530148623'),(216,2,14,'4','1'),(217,2,14,'workflow_parent_entry_id','13'),(218,2,14,'workflow_final_status','cancelled'),(219,2,14,'gravityflow_is_fulfilled','1'),(220,2,14,'processed_feeds','a:1:{s:11:\"gravityflow\";a:3:{i:0;s:1:\"8\";i:1;s:1:\"9\";i:2;s:2:\"10\";}}'),(222,2,14,'workflow_step_8_timestamp','1530148620'),(223,2,14,'workflow_step_status_8','pending'),(224,2,14,'workflow_step_status_8_timestamp','1530148620'),(229,7,15,'1.1','sdfcsvfsdf, fdfvds'),(230,7,15,'1.2','fdfvds'),(231,7,15,'1.4','sdfsfsfc'),(232,7,15,'1.5','323232'),(233,7,15,'1.6','Bangladesh'),(234,7,15,'2','(222) 222-2222'),(235,7,15,'workflow_final_status','approved'),(237,7,15,'workflow_timestamp','1530148653'),(238,7,15,'workflow_parent_entry_id','14'),(239,7,15,'workflow_parent_entry_hash','7f4049aef519e8b94c0a1c19cfc425bd'),(240,7,15,'gravityflow_is_fulfilled','1'),(241,7,15,'workflow_step_4_timestamp','1530148655'),(242,7,15,'workflow_step_status_4','approved'),(243,7,15,'workflow_step_status_4_timestamp','1530148779'),(249,7,15,'workflow_current_status_timestamp','1530148779'),(250,7,16,'1.1','sdfcsvfsdf, fdfvds'),(251,7,16,'1.2','fdfvds'),(252,7,16,'1.4','sdfsfsfc'),(253,7,16,'1.5','323232'),(254,7,16,'1.6','Bangladesh'),(255,7,16,'2','(222) 222-2222'),(256,7,16,'3','2018-06-06'),(257,7,16,'workflow_final_status','approved'),(259,7,16,'workflow_timestamp','1530149013'),(260,7,16,'workflow_parent_entry_id','14'),(261,7,16,'workflow_parent_entry_hash','7f4049aef519e8b94c0a1c19cfc425bd'),(262,7,16,'gravityflow_is_fulfilled','1'),(263,7,16,'workflow_step_4_timestamp','1530149015'),(264,7,16,'workflow_step_status_4','approved'),(265,7,16,'workflow_step_status_4_timestamp','1530149071'),(271,7,16,'workflow_current_status_timestamp','1530149071'),(272,7,17,'1.1','sdfcsvfsdf, fdfvds'),(273,7,17,'1.2','fdfvds'),(274,7,17,'1.4','sdfsfsfc'),(275,7,17,'1.5','323232'),(276,7,17,'1.6','Bangladesh'),(277,7,17,'2','(222) 222-2222'),(278,7,17,'workflow_final_status','approved'),(280,7,17,'workflow_timestamp','1530149356'),(281,7,17,'workflow_parent_entry_id','14'),(282,7,17,'workflow_parent_entry_hash','7f4049aef519e8b94c0a1c19cfc425bd'),(283,7,17,'gravityflow_is_fulfilled','1'),(284,7,17,'workflow_step_4_timestamp','1530149358'),(285,7,17,'workflow_step_status_4','approved'),(286,7,17,'workflow_step_status_4_timestamp','1530149419'),(292,7,17,'workflow_current_status_timestamp','1530149419'),(293,1,18,'3','1'),(294,1,18,'4','2'),(295,1,18,'1','0'),(296,1,18,'workflow_final_status','complete'),(298,1,18,'workflow_timestamp','1530149652'),(299,1,18,'workflow_parent_entry_id',''),(300,1,18,'workflow_parent_entry_hash',''),(301,1,18,'gravityflow_is_fulfilled','1'),(302,1,18,'workflow_step_11_timestamp','1530149652'),(303,1,18,'workflow_step_status_11','complete'),(304,1,18,'workflow_step_status_11_timestamp','1530149652'),(305,2,19,'4','1'),(306,2,19,'workflow_parent_entry_id','18'),(307,2,19,'workflow_final_status','cancelled'),(308,2,19,'gravityflow_is_fulfilled','1'),(309,2,19,'processed_feeds','a:1:{s:11:\"gravityflow\";a:3:{i:0;s:1:\"8\";i:1;s:1:\"9\";i:2;s:2:\"10\";}}'),(311,2,19,'workflow_step_8_timestamp','1530149652'),(312,2,19,'workflow_step_status_8','pending'),(313,2,19,'workflow_step_status_8_timestamp','1530149652'),(316,7,20,'1.1','sdfcsvfsdf, fdfvds'),(317,7,20,'1.2','fdfvds'),(318,7,20,'1.4','sdfsfsfc'),(319,7,20,'1.5','323232'),(320,7,20,'1.6','Bangladesh'),(321,7,20,'2','(222) 222-2222'),(322,7,20,'3','2018-06-12'),(323,7,20,'workflow_final_status','approved'),(325,7,20,'workflow_timestamp','1530149668'),(326,7,20,'workflow_parent_entry_id','19'),(327,7,20,'workflow_parent_entry_hash','05b66e21564f1ca963fed403086f5081'),(328,7,20,'gravityflow_is_fulfilled','1'),(329,7,20,'workflow_step_4_timestamp','1530149670'),(330,7,20,'workflow_step_status_4','approved'),(331,7,20,'workflow_step_status_4_timestamp','1530149695'),(337,7,20,'workflow_current_status_timestamp','1530149695'),(338,7,21,'1.1','sdfcsvfsdf, fdfvds'),(339,7,21,'1.2','fdfvds'),(340,7,21,'1.4','sdfsfsfc'),(341,7,21,'1.5','323232'),(342,7,21,'1.6','Bangladesh'),(343,7,21,'2','(222) 222-2222'),(344,7,21,'workflow_final_status','approved'),(346,7,21,'workflow_timestamp','1530150013'),(347,7,21,'workflow_parent_entry_id','19'),(348,7,21,'workflow_parent_entry_hash','05b66e21564f1ca963fed403086f5081'),(349,7,21,'gravityflow_is_fulfilled','1'),(350,7,21,'workflow_step_4_timestamp','1530150015'),(351,7,21,'workflow_step_status_4','approved'),(352,7,21,'workflow_step_status_4_timestamp','1530150054'),(358,7,21,'workflow_current_status_timestamp','1530150054'),(359,7,22,'1.1','sdfcsvfsdf, fdfvds'),(360,7,22,'1.2','fdfvds'),(361,7,22,'1.4','sdfsfsfc'),(362,7,22,'1.5','323232'),(363,7,22,'1.6','Bangladesh'),(364,7,22,'2','(222) 222-2222'),(365,7,22,'workflow_final_status','approved'),(367,7,22,'workflow_timestamp','1530150310'),(368,7,22,'workflow_parent_entry_id','19'),(369,7,22,'workflow_parent_entry_hash','05b66e21564f1ca963fed403086f5081'),(370,7,22,'gravityflow_is_fulfilled','1'),(371,7,22,'workflow_step_4_timestamp','1530150312'),(372,7,22,'workflow_step_status_4','approved'),(373,7,22,'workflow_step_status_4_timestamp','1530150577'),(379,7,22,'workflow_current_status_timestamp','1530150577'),(380,7,23,'1.1','sdfcsvfsdf, fdfvds'),(381,7,23,'1.2','fdfvds'),(382,7,23,'1.4','sdfsfsfc'),(383,7,23,'1.5','323232'),(384,7,23,'1.6','Bangladesh'),(385,7,23,'2','(222) 222-2222'),(386,7,23,'3','2018-06-06'),(387,7,23,'workflow_final_status','approved'),(389,7,23,'workflow_timestamp','1530150687'),(390,7,23,'workflow_parent_entry_id','19'),(391,7,23,'workflow_parent_entry_hash','05b66e21564f1ca963fed403086f5081'),(392,7,23,'gravityflow_is_fulfilled','1'),(393,7,23,'workflow_step_4_timestamp','1530150689'),(394,7,23,'workflow_step_status_4','approved'),(395,7,23,'workflow_step_status_4_timestamp','1530150710'),(401,7,23,'workflow_current_status_timestamp','1530150710'),(402,7,24,'1.1','sdfcsvfsdf, fdfvds'),(403,7,24,'1.2','fdfvds'),(404,7,24,'1.4','sdfsfsfc'),(405,7,24,'1.5','323232'),(406,7,24,'1.6','Bangladesh'),(407,7,24,'2','(222) 222-2222'),(408,7,24,'3','2018-06-06'),(409,7,24,'workflow_final_status','approved'),(411,7,24,'workflow_timestamp','1530150761'),(412,7,24,'workflow_parent_entry_id','19'),(413,7,24,'workflow_parent_entry_hash','05b66e21564f1ca963fed403086f5081'),(414,7,24,'gravityflow_is_fulfilled','1'),(415,7,24,'workflow_step_4_timestamp','1530150763'),(416,7,24,'workflow_step_status_4','approved'),(417,7,24,'workflow_step_status_4_timestamp','1530150784'),(422,7,25,'1.1','sdfcsvfsdf, fdfvds'),(423,7,25,'1.2','fdfvds'),(424,7,25,'1.4','sdfsfsfc'),(425,7,25,'1.5','323232'),(426,7,25,'1.6','Bangladesh'),(427,7,25,'2','(222) 222-2222'),(428,7,25,'workflow_final_status','approved'),(430,7,25,'workflow_timestamp','1530150770'),(431,7,25,'workflow_parent_entry_id','19'),(432,7,25,'workflow_parent_entry_hash','05b66e21564f1ca963fed403086f5081'),(433,7,25,'gravityflow_is_fulfilled','1'),(434,7,25,'workflow_step_4_timestamp','1530150772'),(435,7,25,'workflow_step_status_4','approved'),(436,7,25,'workflow_step_status_4_timestamp','1530150813'),(442,7,24,'workflow_current_status_timestamp','1530150784'),(444,7,25,'workflow_current_status_timestamp','1530150813'),(445,7,26,'1.1','sdfcsvfsdf, fdfvds'),(446,7,26,'1.2','fdfvds'),(447,7,26,'1.4','sdfsfsfc'),(448,7,26,'1.5','323232'),(449,7,26,'1.6','Bangladesh'),(450,7,26,'2','(222) 222-2222'),(451,7,26,'workflow_final_status','approved'),(453,7,26,'workflow_timestamp','1530150845'),(454,7,26,'workflow_parent_entry_id','19'),(455,7,26,'workflow_parent_entry_hash','05b66e21564f1ca963fed403086f5081'),(456,7,26,'gravityflow_is_fulfilled','1'),(457,7,26,'workflow_step_4_timestamp','1530150846'),(458,7,26,'workflow_step_status_4','approved'),(459,7,26,'workflow_step_status_4_timestamp','1530150853'),(465,7,26,'workflow_current_status_timestamp','1530150853'),(466,7,27,'1.1','sdfcsvfsdf, fdfvds'),(467,7,27,'1.2','fdfvds'),(468,7,27,'1.4','sdfsfsfc'),(469,7,27,'1.5','323232'),(470,7,27,'1.6','Bangladesh'),(471,7,27,'2','(222) 222-2222'),(472,7,27,'3','2018-06-06'),(473,7,27,'workflow_final_status','approved'),(475,7,27,'workflow_timestamp','1530150875'),(476,7,27,'workflow_parent_entry_id','19'),(477,7,27,'workflow_parent_entry_hash','05b66e21564f1ca963fed403086f5081'),(478,7,27,'gravityflow_is_fulfilled','1'),(479,7,27,'workflow_step_4_timestamp','1530150878'),(480,7,27,'workflow_step_status_4','approved'),(481,7,27,'workflow_step_status_4_timestamp','1530150886'),(487,7,27,'workflow_current_status_timestamp','1530150886'),(488,7,28,'1.1','sdfcsvfsdf, fdfvds'),(489,7,28,'1.2','fdfvds'),(490,7,28,'1.4','sdfsfsfc'),(491,7,28,'1.5','323232'),(492,7,28,'1.6','Bangladesh'),(493,7,28,'2','(222) 222-2222'),(494,7,28,'workflow_final_status','approved'),(496,7,28,'workflow_timestamp','1530151100'),(497,7,28,'workflow_parent_entry_id','19'),(498,7,28,'workflow_parent_entry_hash','05b66e21564f1ca963fed403086f5081'),(499,7,28,'gravityflow_is_fulfilled','1'),(500,7,28,'workflow_step_4_timestamp','1530151102'),(501,7,28,'workflow_step_status_4','approved'),(502,7,28,'workflow_step_status_4_timestamp','1530151211'),(508,7,28,'workflow_current_status_timestamp','1530151211'),(509,1,29,'3','1'),(510,1,29,'4','2'),(511,1,29,'1','0'),(512,1,29,'workflow_final_status','complete'),(514,1,29,'workflow_timestamp','1530151309'),(515,1,29,'workflow_parent_entry_id',''),(516,1,29,'workflow_parent_entry_hash',''),(517,1,29,'gravityflow_is_fulfilled','1'),(518,1,29,'workflow_step_11_timestamp','1530151309'),(519,1,29,'workflow_step_status_11','complete'),(520,1,29,'workflow_step_status_11_timestamp','1530151311'),(521,2,30,'4','1'),(522,2,30,'workflow_parent_entry_id','29'),(523,2,30,'workflow_final_status','complete'),(524,2,30,'gravityflow_is_fulfilled','1'),(525,2,30,'processed_feeds','a:1:{s:11:\"gravityflow\";a:3:{i:0;s:1:\"8\";i:1;s:1:\"9\";i:2;s:2:\"10\";}}'),(527,2,30,'workflow_step_8_timestamp','1530151309'),(528,2,30,'workflow_step_status_8','complete'),(529,2,30,'workflow_step_status_8_timestamp','1530151389'),(532,7,31,'1.1','sdfcsvfsdf, fdfvds'),(533,7,31,'1.2','fdfvds'),(534,7,31,'1.4','sdfsfsfc'),(535,7,31,'1.5','323232'),(536,7,31,'1.6','Bangladesh'),(537,7,31,'2','(222) 222-2222'),(538,7,31,'workflow_final_status','approved'),(540,7,31,'workflow_timestamp','1530151355'),(541,7,31,'workflow_parent_entry_id','30'),(542,7,31,'workflow_parent_entry_hash','07cc95f69d555afec9753e5c6f55b735'),(543,7,31,'gravityflow_is_fulfilled','1'),(544,7,31,'workflow_step_4_timestamp','1530151358'),(545,7,31,'workflow_step_status_4','approved'),(546,7,31,'workflow_step_status_4_timestamp','1530151389'),(552,7,31,'workflow_current_status_timestamp','1530151389'),(553,2,30,'workflow_step_9_timestamp','1530151389'),(554,2,30,'workflow_step_status_9','complete'),(555,2,30,'workflow_step_status_9_timestamp','1530151767'),(558,6,32,'1','http://localhost/wp-content/uploads/gravity_forms/6-ac01225c6ae7b85e4fb3f04639c0c19f/2018/06/DashboardHomepage.pdf'),(559,6,32,'workflow_final_status','approved'),(561,6,32,'workflow_timestamp','1530151757'),(562,6,32,'workflow_parent_entry_id','30'),(563,6,32,'workflow_parent_entry_hash','bde4b42e41208483403508dd3aaf7b9f'),(564,6,32,'gravityflow_is_fulfilled','1'),(565,6,32,'workflow_step_2_timestamp','1530151706'),(566,6,32,'workflow_step_status_2','complete'),(567,6,32,'workflow_step_status_2_timestamp','1530151757'),(572,6,32,'2','http://localhost/wp-content/uploads/gravity_forms/6-ac01225c6ae7b85e4fb3f04639c0c19f/2018/06/Installation-scheduling.pdf'),(573,6,32,'workflow_step_3_timestamp','1530151757'),(574,6,32,'workflow_step_status_3','approved'),(575,6,32,'workflow_step_status_3_timestamp','1530151767'),(581,6,32,'workflow_current_status_timestamp','1530151767'),(582,2,30,'workflow_step_10_timestamp','1530151767'),(583,2,30,'workflow_step_status_10','complete'),(584,2,30,'workflow_step_status_10_timestamp','1530151841'),(587,5,33,'1.1','sdfcsvfsdf, fdfvds'),(588,5,33,'1.2','fdfvds'),(589,5,33,'1.4','sdfsfsfc'),(590,5,33,'1.5','323232'),(591,5,33,'1.6','Bangladesh'),(592,5,33,'2','(222) 222-2222'),(593,5,33,'workflow_final_status','approved'),(595,5,33,'workflow_timestamp','1530151826'),(596,5,33,'workflow_parent_entry_id','30'),(597,5,33,'workflow_parent_entry_hash','a091da694fccd1b7c7d90ef0bd905b8d'),(598,5,33,'gravityflow_is_fulfilled','1'),(599,5,33,'workflow_step_5_timestamp','1530151826'),(600,5,33,'workflow_step_status_5','approved'),(601,5,33,'workflow_step_status_5_timestamp','1530151841'),(607,5,33,'workflow_current_status_timestamp','1530151841'),(608,1,34,'3','1'),(609,1,34,'4','2'),(610,1,34,'1','0'),(611,1,34,'workflow_final_status','complete'),(613,1,34,'workflow_timestamp','1530152070'),(614,1,34,'workflow_parent_entry_id',''),(615,1,34,'workflow_parent_entry_hash',''),(616,1,34,'gravityflow_is_fulfilled','1'),(617,1,34,'workflow_step_11_timestamp','1530152070'),(618,1,34,'workflow_step_status_11','complete'),(619,1,34,'workflow_step_status_11_timestamp','1530152072'),(620,2,35,'4','1'),(621,2,35,'workflow_parent_entry_id','34'),(622,2,35,'workflow_final_status','complete'),(623,2,35,'gravityflow_is_fulfilled','1'),(624,2,35,'processed_feeds','a:1:{s:11:\"gravityflow\";a:3:{i:0;s:1:\"8\";i:1;s:1:\"9\";i:2;s:2:\"10\";}}'),(626,2,35,'workflow_step_8_timestamp','1530152070'),(627,2,35,'workflow_step_status_8','complete'),(628,2,35,'workflow_step_status_8_timestamp','1530152333'),(631,7,36,'1.1','sdfcsvfsdf, fdfvds'),(632,7,36,'1.2','fdfvds'),(633,7,36,'1.4','sdfsfsfc'),(634,7,36,'1.5','323232'),(635,7,36,'1.6','Bangladesh'),(636,7,36,'2','(222) 222-2222'),(637,7,36,'workflow_final_status','approved'),(639,7,36,'workflow_timestamp','1530152292'),(640,7,36,'workflow_parent_entry_id','35'),(641,7,36,'workflow_parent_entry_hash','e218de35c257201f966789d38b06648c'),(642,7,36,'gravityflow_is_fulfilled','1'),(643,7,36,'workflow_step_4_timestamp','1530152294'),(644,7,36,'workflow_step_status_4','approved'),(645,7,36,'workflow_step_status_4_timestamp','1530152333'),(651,7,36,'workflow_current_status_timestamp','1530152333'),(652,2,35,'workflow_step_9_timestamp','1530152333'),(653,2,35,'workflow_step_status_9','complete'),(654,2,35,'workflow_step_status_9_timestamp','1530152641'),(659,6,37,'1','http://localhost/wp-content/uploads/gravity_forms/6-ac01225c6ae7b85e4fb3f04639c0c19f/2018/06/DocumentManagement.pdf'),(660,6,37,'workflow_final_status','approved'),(662,6,37,'workflow_timestamp','1530152600'),(663,6,37,'workflow_parent_entry_id','35'),(664,6,37,'workflow_parent_entry_hash','f57dd2b20f840b60f7e7363a69bbc3e0'),(665,6,37,'gravityflow_is_fulfilled','1'),(666,6,37,'workflow_step_2_timestamp','1530152537'),(667,6,37,'workflow_step_status_2','complete'),(668,6,37,'workflow_step_status_2_timestamp','1530152600'),(673,6,37,'2','http://localhost/wp-content/uploads/gravity_forms/6-ac01225c6ae7b85e4fb3f04639c0c19f/2018/06/UserCompanyStructure.pdf'),(674,6,37,'workflow_step_3_timestamp','1530152600'),(675,6,37,'workflow_step_status_3','approved'),(676,6,37,'workflow_step_status_3_timestamp','1530152641'),(682,6,37,'workflow_current_status_timestamp','1530152641'),(683,2,35,'workflow_step_10_timestamp','1530152641'),(684,2,35,'workflow_step_status_10','complete'),(685,2,35,'workflow_step_status_10_timestamp','1530152834'),(688,5,38,'1.1','sdfcsvfsdf, fdfvds'),(689,5,38,'1.2','fdfvds'),(690,5,38,'1.4','sdfsfsfc'),(691,5,38,'1.5','323232'),(692,5,38,'1.6','Bangladesh'),(693,5,38,'2','(222) 222-2221'),(694,5,38,'workflow_final_status','approved'),(696,5,38,'workflow_timestamp','1530152800'),(697,5,38,'workflow_parent_entry_id','35'),(698,5,38,'workflow_parent_entry_hash','efed3010d1fb86c941a6939cdca7f897'),(699,5,38,'gravityflow_is_fulfilled','1'),(700,5,38,'workflow_step_5_timestamp','1530152800'),(701,5,38,'workflow_step_status_5','approved'),(702,5,38,'workflow_step_status_5_timestamp','1530152834'),(708,5,38,'workflow_current_status_timestamp','1530152834'),(709,5,38,'workflow_step_6_timestamp','1530152724'),(710,5,38,'workflow_step_status_6','complete'),(711,5,38,'workflow_step_status_6_timestamp','1530152800'),(722,1,39,'3','1'),(723,1,39,'4','2'),(724,1,39,'1','0'),(725,1,39,'workflow_final_status','complete'),(727,1,39,'workflow_timestamp','1530154819'),(728,1,39,'workflow_parent_entry_id',''),(729,1,39,'workflow_parent_entry_hash',''),(730,1,39,'gravityflow_is_fulfilled','1'),(731,1,39,'workflow_step_11_timestamp','1530154819'),(732,1,39,'workflow_step_status_11','complete'),(733,1,39,'workflow_step_status_11_timestamp','1530154822'),(734,2,40,'4','1'),(735,2,40,'workflow_parent_entry_id','39'),(736,2,40,'workflow_final_status','pending'),(737,2,40,'gravityflow_is_fulfilled','1'),(738,2,40,'processed_feeds','a:1:{s:11:\"gravityflow\";a:3:{i:0;s:1:\"8\";i:1;s:1:\"9\";i:2;s:2:\"10\";}}'),(739,2,40,'workflow_step','10'),(740,2,40,'workflow_step_8_timestamp','1530154820'),(741,2,40,'workflow_step_status_8','complete'),(742,2,40,'workflow_step_status_8_timestamp','1530156911'),(745,7,41,'1.1','sdfcsvfsdf, fdfvds'),(746,7,41,'1.2','fdfvds'),(747,7,41,'1.4','sdfsfsfc'),(748,7,41,'1.5','323232'),(749,7,41,'1.6','Bangladesh'),(750,7,41,'2','(222) 222-2222'),(751,7,41,'workflow_final_status','approved'),(753,7,41,'workflow_timestamp','1530154852'),(754,7,41,'workflow_parent_entry_id','40'),(755,7,41,'workflow_parent_entry_hash','e6d5359b3d7559fbc31d95d6a813f2a6'),(756,7,41,'gravityflow_is_fulfilled','1'),(757,7,41,'workflow_step_4_timestamp','1530154854'),(758,7,41,'workflow_step_status_4','approved'),(759,7,41,'workflow_step_status_4_timestamp','1530156911'),(765,7,41,'workflow_current_status_timestamp','1530156911'),(766,2,40,'workflow_step_9_timestamp','1530156911'),(767,2,40,'workflow_step_status_9','complete'),(768,2,40,'workflow_step_status_9_timestamp','1530156985'),(771,6,42,'1','http://localhost/wp-content/uploads/gravity_forms/6-ac01225c6ae7b85e4fb3f04639c0c19f/2018/06/IMG_20180618_184920.jpg'),(772,6,42,'workflow_final_status','approved'),(774,6,42,'workflow_timestamp','1530156964'),(775,6,42,'workflow_parent_entry_id','40'),(776,6,42,'workflow_parent_entry_hash','a8f3aa7f554fcef48ee8eac75a7ac141'),(777,6,42,'gravityflow_is_fulfilled','1'),(778,6,42,'workflow_step_2_timestamp','1530156934'),(779,6,42,'workflow_step_status_2','complete'),(780,6,42,'workflow_step_status_2_timestamp','1530156964'),(785,6,42,'2','http://localhost/wp-content/uploads/gravity_forms/6-ac01225c6ae7b85e4fb3f04639c0c19f/2018/06/UserCompanyStructure1.pdf'),(786,6,42,'workflow_step_3_timestamp','1530156964'),(787,6,42,'workflow_step_status_3','approved'),(788,6,42,'workflow_step_status_3_timestamp','1530156985'),(794,6,42,'workflow_current_status_timestamp','1530156985'),(795,2,40,'workflow_step_10_timestamp','1530156985'),(796,2,40,'workflow_step_status_10','pending'),(797,2,40,'workflow_step_status_10_timestamp','1530156985'),(800,1,43,'3','1'),(801,1,43,'4','1'),(802,1,43,'1','1'),(803,1,43,'workflow_final_status','complete'),(805,1,43,'workflow_timestamp','1530170267'),(806,1,43,'workflow_parent_entry_id',''),(807,1,43,'workflow_parent_entry_hash',''),(808,1,43,'gravityflow_is_fulfilled','1'),(809,1,43,'workflow_step_12_timestamp','1530170267'),(810,1,43,'workflow_step_status_12','complete'),(811,1,43,'workflow_step_status_12_timestamp','1530170270'),(812,8,44,'2','1'),(813,8,44,'workflow_parent_entry_id','43'),(814,8,44,'workflow_final_status','cancelled'),(815,8,44,'gravityflow_is_fulfilled','1'),(816,8,44,'processed_feeds','a:1:{s:11:\"gravityflow\";a:7:{i:0;s:2:\"13\";i:1;s:2:\"14\";i:2;s:2:\"15\";i:3;s:2:\"16\";i:4;s:2:\"17\";i:5;s:2:\"18\";i:6;s:2:\"19\";}}'),(818,8,44,'workflow_step_13_timestamp','1530170268'),(819,8,44,'workflow_step_status_13','complete'),(820,8,44,'workflow_step_status_13_timestamp','1530170313'),(823,8,44,'10.1','sdfcsvfsdf, fdfvds'),(824,8,44,'10.2','fdfvds'),(825,8,44,'10.3','fsdfcsdfcs'),(826,8,44,'10.4','sdfsfsfc'),(827,8,44,'10.5','323232'),(828,8,44,'10.6','Bangladesh'),(829,8,44,'12','2018-06-13'),(830,8,44,'workflow_timestamp','1530170313'),(831,8,44,'workflow_parent_entry_hash','0'),(832,8,44,'workflow_step_14_timestamp','1530170313'),(833,8,44,'workflow_step_status_14','rejected'),(834,8,44,'workflow_step_status_14_timestamp','1530170341'),(837,8,44,'workflow_current_status','rejected'),(838,8,44,'workflow_current_status_timestamp','1530170341'),(839,8,44,'workflow_step_15_timestamp','1530170341'),(840,8,44,'workflow_step_status_15','pending'),(841,8,44,'workflow_step_status_15_timestamp','1530170341'),(844,1,45,'3','1'),(845,1,45,'4','1'),(846,1,45,'1','0'),(847,1,45,'workflow_final_status','complete'),(849,1,45,'workflow_timestamp','1530170504'),(850,1,45,'workflow_parent_entry_id',''),(851,1,45,'workflow_parent_entry_hash',''),(852,1,45,'gravityflow_is_fulfilled','1'),(853,1,45,'workflow_step_11_timestamp','1530170504'),(854,1,45,'workflow_step_status_11','complete'),(855,1,45,'workflow_step_status_11_timestamp','1530170506'),(856,2,46,'4','1'),(857,2,46,'workflow_parent_entry_id','45'),(858,2,46,'workflow_final_status','pending'),(859,2,46,'gravityflow_is_fulfilled','1'),(860,2,46,'processed_feeds','a:1:{s:11:\"gravityflow\";a:3:{i:0;s:1:\"8\";i:1;s:1:\"9\";i:2;s:2:\"10\";}}'),(861,2,46,'workflow_step','8'),(862,2,46,'workflow_step_8_timestamp','1530170504'),(863,2,46,'workflow_step_status_8','pending'),(864,2,46,'workflow_step_status_8_timestamp','1530170504'),(865,2,46,'workflow_role_customer','pending'),(866,2,46,'workflow_role_customer_timestamp','1530170504'),(867,1,47,'3','1'),(868,1,47,'4','1'),(869,1,47,'1','0'),(870,1,47,'workflow_final_status','complete'),(872,1,47,'workflow_timestamp','1530170510'),(873,1,47,'workflow_parent_entry_id',''),(874,1,47,'workflow_parent_entry_hash',''),(875,1,47,'gravityflow_is_fulfilled','1'),(876,1,47,'workflow_step_11_timestamp','1530170510'),(877,1,47,'workflow_step_status_11','complete'),(878,1,47,'workflow_step_status_11_timestamp','1530170512'),(879,2,48,'4','1'),(880,2,48,'workflow_parent_entry_id','47'),(881,2,48,'workflow_final_status','pending'),(882,2,48,'gravityflow_is_fulfilled','1'),(883,2,48,'processed_feeds','a:1:{s:11:\"gravityflow\";a:3:{i:0;s:1:\"8\";i:1;s:1:\"9\";i:2;s:2:\"10\";}}'),(884,2,48,'workflow_step','8'),(885,2,48,'workflow_step_8_timestamp','1530170510'),(886,2,48,'workflow_step_status_8','pending'),(887,2,48,'workflow_step_status_8_timestamp','1530170510'),(888,2,48,'workflow_role_customer','pending'),(889,2,48,'workflow_role_customer_timestamp','1530170510'),(890,1,49,'3','1'),(891,1,49,'4','1'),(892,1,49,'1','1'),(893,1,49,'workflow_final_status','complete'),(895,1,49,'workflow_timestamp','1530170568'),(896,1,49,'workflow_parent_entry_id',''),(897,1,49,'workflow_parent_entry_hash',''),(898,1,49,'gravityflow_is_fulfilled','1'),(899,1,49,'workflow_step_12_timestamp','1530170568'),(900,1,49,'workflow_step_status_12','complete'),(901,1,49,'workflow_step_status_12_timestamp','1530170570'),(902,8,50,'2','1'),(903,8,50,'workflow_parent_entry_id','49'),(904,8,50,'workflow_final_status','approved'),(905,8,50,'gravityflow_is_fulfilled','1'),(906,8,50,'processed_feeds','a:1:{s:11:\"gravityflow\";a:7:{i:0;s:2:\"13\";i:1;s:2:\"14\";i:2;s:2:\"15\";i:3;s:2:\"16\";i:4;s:2:\"17\";i:5;s:2:\"18\";i:6;s:2:\"19\";}}'),(908,8,50,'workflow_step_13_timestamp','1530170775'),(909,8,50,'workflow_step_status_13','complete'),(910,8,50,'workflow_step_status_13_timestamp','1530170793'),(913,8,50,'10.1','sdfcsvfsdf, fdfvds, fdfvds'),(914,8,50,'10.2','fdfvds'),(915,8,50,'10.3','fsdfcsdfcs'),(916,8,50,'10.4','sdfsfsfc'),(917,8,50,'10.5','323232'),(918,8,50,'10.6','Bangladesh'),(919,8,50,'12','2018-06-13'),(920,8,50,'workflow_timestamp','1530170877'),(921,8,50,'workflow_parent_entry_hash','0'),(922,8,50,'workflow_step_14_timestamp','1530170793'),(923,8,50,'workflow_step_status_14','approved'),(924,8,50,'workflow_step_status_14_timestamp','1530170804'),(928,8,50,'workflow_current_status_timestamp','1530170917'),(933,8,50,'workflow_step_15_timestamp','1530170804'),(934,8,50,'workflow_step_status_15','complete'),(935,8,50,'workflow_step_status_15_timestamp','1530170859'),(938,8,50,'7','http://localhost/wp-content/uploads/gravity_forms/8-a9d99a11c470419b0fb14acacca4595c/2018/06/Installation-scheduling.pdf'),(939,8,50,'workflow_step_16_timestamp','1530170859'),(940,8,50,'workflow_step_status_16','complete'),(941,8,50,'workflow_step_status_16_timestamp','1530170877'),(944,8,50,'8','http://localhost/wp-content/uploads/gravity_forms/8-a9d99a11c470419b0fb14acacca4595c/2018/06/DashboardHomepage.pdf'),(945,8,50,'workflow_step_17_timestamp','1530170877'),(946,8,50,'workflow_step_status_17','approved'),(947,8,50,'workflow_step_status_17_timestamp','1530170895'),(950,8,50,'workflow_step_19_timestamp','1530170895'),(951,8,50,'workflow_step_status_19','approved'),(952,8,50,'workflow_step_status_19_timestamp','1530170917'),(955,2,40,'workflow_role_customer','pending'),(956,2,40,'workflow_role_customer_timestamp','1530171027'),(957,1,51,'3','1'),(958,1,51,'4','1'),(959,1,51,'1','1'),(960,1,51,'workflow_final_status','complete'),(962,1,51,'workflow_timestamp','1530185943'),(963,1,51,'workflow_parent_entry_id',''),(964,1,51,'workflow_parent_entry_hash',''),(965,1,51,'gravityflow_is_fulfilled','1'),(966,1,51,'workflow_step_12_timestamp','1530185943'),(967,1,51,'workflow_step_status_12','complete'),(968,1,51,'workflow_step_status_12_timestamp','1530185945'),(969,8,52,'2','1'),(970,8,52,'workflow_parent_entry_id','51'),(971,8,52,'workflow_final_status','pending'),(972,8,52,'gravityflow_is_fulfilled','1'),(973,8,52,'processed_feeds','a:1:{s:11:\"gravityflow\";a:7:{i:0;s:2:\"13\";i:1;s:2:\"14\";i:2;s:2:\"15\";i:3;s:2:\"16\";i:4;s:2:\"17\";i:5;s:2:\"18\";i:6;s:2:\"19\";}}'),(974,8,52,'workflow_step','13'),(975,8,52,'workflow_step_13_timestamp','1530185943'),(976,8,52,'workflow_step_status_13','pending'),(977,8,52,'workflow_step_status_13_timestamp','1530185943'),(978,8,52,'workflow_role_customer','pending'),(979,8,52,'workflow_role_customer_timestamp','1530185943'),(980,1,53,'3','1'),(981,1,53,'4','4'),(982,1,53,'1','0'),(983,1,53,'workflow_final_status','complete'),(985,1,53,'workflow_timestamp','1530186123'),(986,1,53,'workflow_parent_entry_id',''),(987,1,53,'workflow_parent_entry_hash',''),(988,1,53,'gravityflow_is_fulfilled','1'),(989,1,53,'workflow_step_11_timestamp','1530186123'),(990,1,53,'workflow_step_status_11','complete'),(991,1,53,'workflow_step_status_11_timestamp','1530186126'),(992,2,54,'4','1'),(993,2,54,'workflow_parent_entry_id','53'),(994,2,54,'workflow_final_status','pending'),(995,2,54,'gravityflow_is_fulfilled','1'),(996,2,54,'processed_feeds','a:1:{s:11:\"gravityflow\";a:3:{i:0;s:1:\"8\";i:1;s:1:\"9\";i:2;s:2:\"10\";}}'),(997,2,54,'workflow_step','8'),(998,2,54,'workflow_step_8_timestamp','1530186123'),(999,2,54,'workflow_step_status_8','pending'),(1000,2,54,'workflow_step_status_8_timestamp','1530186124'),(1001,2,54,'workflow_role_customer','pending'),(1002,2,54,'workflow_role_customer_timestamp','1530186124'); /*!40000 ALTER TABLE `wp_gf_entry_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gf_entry_notes` -- DROP TABLE IF EXISTS `wp_gf_entry_notes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gf_entry_notes` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `entry_id` int(10) unsigned NOT NULL, `user_name` varchar(250) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `user_id` bigint(20) DEFAULT NULL, `date_created` datetime NOT NULL, `value` longtext COLLATE utf8mb4_unicode_520_ci, `note_type` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `sub_type` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, PRIMARY KEY (`id`), KEY `entry_id` (`entry_id`), KEY `entry_user_key` (`entry_id`,`user_id`) ) ENGINE=InnoDB AUTO_INCREMENT=131 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gf_entry_notes` -- LOCK TABLES `wp_gf_entry_notes` WRITE; /*!40000 ALTER TABLE `wp_gf_entry_notes` DISABLE KEYS */; INSERT INTO `wp_gf_entry_notes` VALUES (1,1,'new_entry',0,'2018-06-28 00:12:49','Start First Process: Processed.','gravityflow',NULL),(2,3,'form_submission',0,'2018-06-28 00:17:54','Enter installation info: Pending.','gravityflow',NULL),(3,2,'new_entry',0,'2018-06-28 00:17:54','Start First Process: Processed.','gravityflow',NULL),(4,3,'worpwooc',1,'2018-06-28 00:18:59','cc','note',NULL),(5,3,'form_submission',0,'2018-06-28 00:22:45','Submission received.','gravityflow',NULL),(6,3,'form_submission',0,'2018-06-28 00:22:45','Enter installation info: Processed','gravityflow',NULL),(7,3,'form_submission',0,'2018-06-28 00:22:45','Upload signed contract: Pending.','gravityflow',NULL),(8,3,'form_submission',0,'2018-06-28 00:33:16','Submission received.','gravityflow',NULL),(9,3,'form_submission',0,'2018-06-28 00:33:16','Upload signed contract: Processed','gravityflow',NULL),(10,3,'form_submission',0,'2018-06-28 00:33:16','Add configuration info: Pending.','gravityflow',NULL),(11,5,'br ok',2,'2018-06-28 00:36:21','Approve configuration info: Approved.','gravityflow',NULL),(12,4,'br ok',2,'2018-06-28 00:36:41','Approve installation info: Approved.','gravityflow',NULL),(13,7,'form_submission',0,'2018-06-28 00:40:10','Enter installation info: Pending.','gravityflow',NULL),(14,6,'new_entry',0,'2018-06-28 00:40:10','Start First Process: Processed.','gravityflow',NULL),(15,7,'form_submission',0,'2018-06-28 00:41:34','Submission received.','gravityflow',NULL),(16,7,'form_submission',0,'2018-06-28 00:41:34','Enter installation info: Processed','gravityflow',NULL),(17,7,'form_submission',0,'2018-06-28 00:41:34','Upload signed contract: Pending.','gravityflow',NULL),(18,10,'form_submission',0,'2018-06-28 00:49:22','Enter installation info: Pending.','gravityflow',NULL),(19,9,'new_entry',0,'2018-06-28 00:49:22','Start First Process: Processed.','gravityflow',NULL),(20,10,'worpwooc',1,'2018-06-28 00:51:26','Workflow cancelled.','gravityflow',NULL),(21,7,'worpwooc',1,'2018-06-28 00:51:32','Workflow cancelled.','gravityflow',NULL),(22,8,'worpwooc',1,'2018-06-28 01:00:23','Approve installation info: Approved.','gravityflow',NULL),(23,4,'worpwooc',1,'2018-06-28 01:01:27','Update installation info: Entry updated and marked complete.','gravityflow',NULL),(24,8,'worpwooc',1,'2018-06-28 01:01:42','Update installation info: Entry updated and marked complete.','gravityflow',NULL),(25,12,'worpwooc',1,'2018-06-28 01:02:19','Workflow cancelled.','gravityflow',NULL),(26,11,'worpwooc',1,'2018-06-28 01:02:29','Workflow cancelled.','gravityflow',NULL),(27,8,'worpwooc',1,'2018-06-28 01:02:41','Workflow cancelled.','gravityflow',NULL),(28,4,'worpwooc',1,'2018-06-28 01:02:50','Workflow cancelled.','gravityflow',NULL),(29,3,'worpwooc',1,'2018-06-28 01:02:59','Workflow cancelled.','gravityflow',NULL),(30,14,'form_submission',0,'2018-06-28 01:17:03','Enter installation info: Pending.','gravityflow',NULL),(31,13,'new_entry',0,'2018-06-28 01:17:03','Start First Process: Processed.','gravityflow',NULL),(32,15,'worpwooc',1,'2018-06-28 01:18:35','Approve installation info: Approved.','gravityflow',NULL),(33,15,'worpwooc',1,'2018-06-28 01:19:37','Approve installation info: Approved.','gravityflow',NULL),(34,16,'worpwooc',1,'2018-06-28 01:23:42','Approve installation info: Approved.','gravityflow',NULL),(35,16,'worpwooc',1,'2018-06-28 01:24:30','Approve installation info: Approved.','gravityflow',NULL),(36,17,'worpwooc',1,'2018-06-28 01:30:04','Approve installation info: Approved.','gravityflow',NULL),(37,17,'worpwooc',1,'2018-06-28 01:30:17','Approve installation info: Approved.','gravityflow',NULL),(38,14,'worpwooc',1,'2018-06-28 01:33:58','Workflow cancelled.','gravityflow',NULL),(39,19,'form_submission',0,'2018-06-28 01:34:12','Enter installation info: Pending.','gravityflow',NULL),(40,18,'new_entry',0,'2018-06-28 01:34:12','Start First Process: Processed.','gravityflow',NULL),(41,20,'worpwooc',1,'2018-06-28 01:34:45','Approve installation info: Approved.','gravityflow',NULL),(42,20,'worpwooc',1,'2018-06-28 01:34:53','Approve installation info: Approved.','gravityflow',NULL),(43,21,'worpwooc',1,'2018-06-28 01:40:37','Approve installation info: Approved.','gravityflow',NULL),(44,21,'worpwooc',1,'2018-06-28 01:40:52','Approve installation info: Approved.','gravityflow',NULL),(45,22,'worpwooc',1,'2018-06-28 01:49:35','Approve installation info: Approved.','gravityflow',NULL),(46,23,'worpwooc',1,'2018-06-28 01:51:48','Approve installation info: Approved.','gravityflow',NULL),(47,24,'worpwooc',1,'2018-06-28 01:53:02','Approve installation info: Approved.','gravityflow',NULL),(48,25,'worpwooc',1,'2018-06-28 01:53:31','Approve installation info: Approved.','gravityflow',NULL),(49,26,'worpwooc',1,'2018-06-28 01:54:12','Approve installation info: Approved.','gravityflow',NULL),(50,27,'worpwooc',1,'2018-06-28 01:54:45','Approve installation info: Approved.','gravityflow',NULL),(51,19,'form_submission',0,'2018-06-28 01:58:22','Submission received.','gravityflow',NULL),(52,19,'form_submission',0,'2018-06-28 01:58:22','Enter installation info: Processed','gravityflow',NULL),(53,28,'worpwooc',1,'2018-06-28 02:00:09','Approve installation info: Approved.','gravityflow',NULL),(54,19,'worpwooc',1,'2018-06-28 02:01:39','Workflow cancelled.','gravityflow',NULL),(55,30,'form_submission',0,'2018-06-28 02:01:51','Enter installation info: Pending.','gravityflow',NULL),(56,29,'new_entry',0,'2018-06-28 02:01:51','Start First Process: Processed.','gravityflow',NULL),(57,30,'form_submission',0,'2018-06-28 02:02:38','Submission received.','gravityflow',NULL),(58,30,'form_submission',0,'2018-06-28 02:02:38','Enter installation info: Processed','gravityflow',NULL),(59,30,'form_submission',0,'2018-06-28 02:02:38','Pending approval','gravityflow',NULL),(60,31,'worpwooc',1,'2018-06-28 02:03:07','Approve installation info: Approved.','gravityflow',NULL),(61,30,'form_submission',0,'2018-06-28 02:03:09','Upload signed contract: Pending.','gravityflow',NULL),(62,30,'form_submission',0,'2018-06-28 02:08:28','Upload signed contract:Submission received.','gravityflow',NULL),(63,30,'form_submission',0,'2018-06-28 02:08:28','Upload signed contract: Processed','gravityflow',NULL),(64,30,'form_submission',0,'2018-06-28 02:08:28','Upload signed contract:Pending approval','gravityflow',NULL),(65,32,'worpwooc',1,'2018-06-28 02:09:17','Upload signed contract: Entry updated and marked complete.','gravityflow',NULL),(66,32,'worpwooc',1,'2018-06-28 02:09:25','Approve signed contract: Approved.','gravityflow',NULL),(67,30,'form_submission',0,'2018-06-28 02:09:27','Upload signed contract:Approved','gravityflow',NULL),(68,30,'form_submission',0,'2018-06-28 02:09:27','Add configuration info: Pending.','gravityflow',NULL),(69,30,'form_submission',0,'2018-06-28 02:10:26','Add configuration info:Submission received.','gravityflow',NULL),(70,30,'form_submission',0,'2018-06-28 02:10:26','Add configuration info: Processed','gravityflow',NULL),(71,30,'form_submission',0,'2018-06-28 02:10:26','Add configuration info:Pending approval','gravityflow',NULL),(72,33,'worpwooc',1,'2018-06-28 02:10:41','Approve configuration info: Approved.','gravityflow',NULL),(73,30,'form_submission',0,'2018-06-28 02:10:41','Add configuration info:Approved','gravityflow',NULL),(74,35,'form_submission',0,'2018-06-28 02:14:32','Enter installation info: Pending.','gravityflow',NULL),(75,34,'new_entry',0,'2018-06-28 02:14:32','Start First Process: Processed.','gravityflow',NULL),(76,35,'form_submission',0,'2018-06-28 02:18:14','Enter installation info:Submission received.','gravityflow',NULL),(77,35,'form_submission',0,'2018-06-28 02:18:14','Enter installation info: Processed','gravityflow',NULL),(78,35,'form_submission',0,'2018-06-28 02:18:14','Enter installation info:Pending approval','gravityflow',NULL),(79,36,'worpwooc',1,'2018-06-28 02:18:51','Approve installation info: Approved.','gravityflow',NULL),(80,35,'form_submission',0,'2018-06-28 02:18:53','Enter installation info:Approved','gravityflow',NULL),(81,35,'form_submission',0,'2018-06-28 02:18:53','Upload signed contract: Pending.','gravityflow',NULL),(82,35,'form_submission',0,'2018-06-28 02:22:19','Upload signed contract:Submission received.','gravityflow',NULL),(83,35,'form_submission',0,'2018-06-28 02:22:19','Upload signed contract: Processed','gravityflow',NULL),(84,35,'form_submission',0,'2018-06-28 02:22:19','Upload signed contract:Pending approval','gravityflow',NULL),(85,37,'worpwooc',1,'2018-06-28 02:23:20','Upload signed contract: Entry updated and marked complete.','gravityflow',NULL),(86,37,'worpwooc',1,'2018-06-28 02:23:59','Approve signed contract: Approved.','gravityflow',NULL),(87,35,'form_submission',0,'2018-06-28 02:24:01','Upload signed contract:Approved','gravityflow',NULL),(88,35,'form_submission',0,'2018-06-28 02:24:01','Add configuration info: Pending.','gravityflow',NULL),(89,35,'form_submission',0,'2018-06-28 02:24:45','Add configuration info:Submission received.','gravityflow',NULL),(90,35,'form_submission',0,'2018-06-28 02:24:45','Add configuration info: Processed','gravityflow',NULL),(91,35,'form_submission',0,'2018-06-28 02:24:45','Add configuration info:Pending approval','gravityflow',NULL),(92,38,'worpwooc',1,'2018-06-28 02:25:24','Approve configuration info: Rejected.','gravityflow',NULL),(93,38,'worpwooc',1,'2018-06-28 02:26:40','Update configuration info: Entry updated and marked complete.','gravityflow',NULL),(94,38,'worpwooc',1,'2018-06-28 02:27:14','Approve configuration info: Approved.','gravityflow',NULL),(95,35,'form_submission',0,'2018-06-28 02:27:14','Add configuration info:Approved','gravityflow',NULL),(96,40,'form_submission',0,'2018-06-28 03:00:22','Enter installation info: Pending.','gravityflow',NULL),(97,39,'new_entry',0,'2018-06-28 03:00:22','Start First Process: Processed.','gravityflow',NULL),(98,40,'form_submission',0,'2018-06-28 03:00:54','Enter installation info:Submission received.','gravityflow',NULL),(99,40,'form_submission',0,'2018-06-28 03:00:54','Enter installation info: Processed','gravityflow',NULL),(100,40,'form_submission',0,'2018-06-28 03:00:54','Enter installation info:Pending approval','gravityflow',NULL),(101,41,'worpwooc',1,'2018-06-28 03:35:09','Approve installation info: Approved.','gravityflow',NULL),(102,40,'form_submission',0,'2018-06-28 03:35:11','Enter installation info:Approved','gravityflow',NULL),(103,40,'form_submission',0,'2018-06-28 03:35:11','Upload signed contract: Pending.','gravityflow',NULL),(104,40,'form_submission',0,'2018-06-28 03:35:36','Upload signed contract:Submission received.','gravityflow',NULL),(105,40,'form_submission',0,'2018-06-28 03:35:36','Upload signed contract: Processed','gravityflow',NULL),(106,40,'form_submission',0,'2018-06-28 03:35:36','Upload signed contract:Pending approval','gravityflow',NULL),(107,42,'worpwooc',1,'2018-06-28 03:36:04','Upload signed contract: Entry updated and marked complete.','gravityflow',NULL),(108,42,'worpwooc',1,'2018-06-28 03:36:23','Approve signed contract: Approved.','gravityflow',NULL),(109,40,'form_submission',0,'2018-06-28 03:36:25','Upload signed contract:Approved','gravityflow',NULL),(110,40,'form_submission',0,'2018-06-28 03:36:25','Add configuration info: Pending.','gravityflow',NULL),(111,43,'new_entry',0,'2018-06-28 07:17:50','Start second process: Processed.','gravityflow',NULL),(112,44,'worpwooc',1,'2018-06-28 07:18:33','Enter installation info: Entry updated and marked complete.','gravityflow',NULL),(113,44,'worpwooc',1,'2018-06-28 07:19:01','Approve installation info: Rejected.','gravityflow',NULL),(114,44,'worpwooc',1,'2018-06-28 07:19:35','Workflow cancelled.','gravityflow',NULL),(115,46,'form_submission',0,'2018-06-28 07:21:46','Enter installation info: Pending.','gravityflow',NULL),(116,45,'new_entry',0,'2018-06-28 07:21:46','Start First Process: Processed.','gravityflow',NULL),(117,48,'form_submission',0,'2018-06-28 07:21:52','Enter installation info: Pending.','gravityflow',NULL),(118,47,'new_entry',0,'2018-06-28 07:21:52','Start First Process: Processed.','gravityflow',NULL),(119,49,'new_entry',0,'2018-06-28 07:22:50','Start second process: Processed.','gravityflow',NULL),(120,50,'worpwooc',1,'2018-06-28 07:26:03','Enter installation info: Entry updated and marked complete.','gravityflow',NULL),(121,50,'worpwooc',1,'2018-06-28 07:26:15','Approve installation info: Rejected.','gravityflow',NULL),(122,50,'worpwooc',1,'2018-06-28 07:26:33','Enter installation info: Entry updated and marked complete.','gravityflow',NULL),(123,50,'worpwooc',1,'2018-06-28 07:26:44','Approve installation info: Approved.','gravityflow',NULL),(124,50,'worpwooc',1,'2018-06-28 07:27:39','Upload contract template: Entry updated and marked complete.','gravityflow',NULL),(125,50,'worpwooc',1,'2018-06-28 07:27:57','Upload signed contract: Entry updated and marked complete.','gravityflow',NULL),(126,50,'worpwooc',1,'2018-06-28 07:28:14','Approve signed contract: Approved.','gravityflow',NULL),(127,50,'worpwooc',1,'2018-06-28 07:28:37','Approve configuration info: Approved.','gravityflow',NULL),(128,51,'new_entry',0,'2018-06-28 11:39:05','Start second process: Processed.','gravityflow',NULL),(129,54,'form_submission',0,'2018-06-28 11:42:06','Enter installation info: Pending.','gravityflow',NULL),(130,53,'new_entry',0,'2018-06-28 11:42:06','Start First Process: Processed.','gravityflow',NULL); /*!40000 ALTER TABLE `wp_gf_entry_notes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gf_form` -- DROP TABLE IF EXISTS `wp_gf_form`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gf_form` ( `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(150) COLLATE utf8mb4_unicode_520_ci NOT NULL, `date_created` datetime NOT NULL, `date_updated` datetime DEFAULT NULL, `is_active` tinyint(1) NOT NULL DEFAULT '1', `is_trash` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gf_form` -- LOCK TABLES `wp_gf_form` WRITE; /*!40000 ALTER TABLE `wp_gf_form` DISABLE KEYS */; INSERT INTO `wp_gf_form` VALUES (1,'Start workflow process','2018-06-27 23:30:44',NULL,1,0),(2,'Process with multiple forms','2018-06-27 23:37:18',NULL,1,0),(3,'Start workflow (1)','2018-06-27 23:38:47',NULL,1,1),(4,'Second process','2018-06-27 23:38:56',NULL,1,1),(5,'STEP: Enter configuration info','2018-06-27 23:39:42',NULL,1,0),(6,'STEP: Upload contract','2018-06-27 23:40:13',NULL,1,0),(7,'STEP: Enter installation info','2018-06-27 23:49:11',NULL,1,0),(8,'Process with virtual forms','2018-06-28 07:04:37',NULL,1,0); /*!40000 ALTER TABLE `wp_gf_form` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gf_form_meta` -- DROP TABLE IF EXISTS `wp_gf_form_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gf_form_meta` ( `form_id` mediumint(8) unsigned NOT NULL, `display_meta` longtext COLLATE utf8mb4_unicode_520_ci, `entries_grid_meta` longtext COLLATE utf8mb4_unicode_520_ci, `confirmations` longtext COLLATE utf8mb4_unicode_520_ci, `notifications` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`form_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gf_form_meta` -- LOCK TABLES `wp_gf_form_meta` WRITE; /*!40000 ALTER TABLE `wp_gf_form_meta` DISABLE KEYS */; INSERT INTO `wp_gf_form_meta` VALUES (1,'{\"title\":\"Start workflow process\",\"description\":\"Start one of the existing workflows\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"section\",\"id\":2,\"label\":\"Select and start one of the existing workflows\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"displayOnly\":true,\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1},{\"type\":\"number\",\"id\":3,\"label\":\"Order Id\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"numberFormat\":\"decimal_dot\",\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"enableCalculation\":false,\"rangeMin\":\"\",\"rangeMax\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\",\"enablePrice\":\"\"},{\"type\":\"workflow_user\",\"id\":4,\"label\":\"Assignee Id\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"choices\":[{\"value\":\"2\",\"text\":\"br ok\"},{\"value\":\"3\",\"text\":\"Multi User\"},{\"value\":\"1\",\"text\":\"worpwooc\"}],\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"gravityflowUsersRoleFilter\":\"\",\"displayOnly\":\"\",\"enablePrice\":\"\"},{\"type\":\"select\",\"id\":1,\"label\":\"Select process:\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"choices\":[{\"text\":\"Process with multiple forms\",\"value\":\"0\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Process with virtual forms\",\"value\":\"1\",\"isSelected\":false,\"price\":\"\"}],\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"enableChoiceValue\":true,\"pageNumber\":1,\"displayOnly\":\"\"}],\"version\":\"2.3.0.2\",\"id\":1,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null,\"subLabelPlacement\":\"below\",\"cssClass\":\"\",\"enableHoneypot\":false,\"enableAnimation\":false,\"save\":{\"enabled\":false,\"button\":{\"type\":\"link\",\"text\":\"Save and Continue Later\"}},\"limitEntries\":false,\"limitEntriesCount\":\"\",\"limitEntriesPeriod\":\"\",\"limitEntriesMessage\":\"\",\"scheduleForm\":false,\"scheduleStart\":\"\",\"scheduleStartHour\":\"\",\"scheduleStartMinute\":\"\",\"scheduleStartAmpm\":\"\",\"scheduleEnd\":\"\",\"scheduleEndHour\":\"\",\"scheduleEndMinute\":\"\",\"scheduleEndAmpm\":\"\",\"schedulePendingMessage\":\"\",\"scheduleMessage\":\"\",\"requireLogin\":false,\"requireLoginMessage\":\"\"}',NULL,'{\"5b341e2436d93\":{\"id\":\"5b341e2436d93\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}}','{\"5b341e2436125\":{\"id\":\"5b341e2436125\",\"to\":\"{admin_email}\",\"name\":\"Admin Notification\",\"event\":\"form_submission\",\"toType\":\"email\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\",\"isActive\":false}}'),(2,'{\"title\":\"Process with multiple forms\",\"description\":\"First example for process\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"number\",\"id\":4,\"label\":\"Order Id\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"numberFormat\":\"decimal_dot\",\"formId\":2,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"enableCalculation\":false,\"rangeMin\":\"\",\"rangeMax\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\",\"enablePrice\":\"\"}],\"version\":\"2.3.0.2\",\"id\":2,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null,\"notifications\":{\"5b341faeec6a2\":{\"id\":\"5b341faeec6a2\",\"to\":\"{admin_email}\",\"name\":\"Admin Notification\",\"event\":\"form_submission\",\"toType\":\"email\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\"}},\"confirmations\":{\"5b341faeed356\":{\"id\":\"5b341faeed356\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}},\"subLabelPlacement\":\"below\",\"cssClass\":\"\",\"enableHoneypot\":false,\"enableAnimation\":false,\"save\":{\"enabled\":false,\"button\":{\"type\":\"link\",\"text\":\"Save and Continue Later\"}},\"limitEntries\":false,\"limitEntriesCount\":\"\",\"limitEntriesPeriod\":\"\",\"limitEntriesMessage\":\"\",\"scheduleForm\":false,\"scheduleStart\":\"\",\"scheduleStartHour\":\"\",\"scheduleStartMinute\":\"\",\"scheduleStartAmpm\":\"\",\"scheduleEnd\":\"\",\"scheduleEndHour\":\"\",\"scheduleEndMinute\":\"\",\"scheduleEndAmpm\":\"\",\"schedulePendingMessage\":\"\",\"scheduleMessage\":\"\",\"requireLogin\":false,\"requireLoginMessage\":\"\"}',NULL,'{\"5b341faeed356\":{\"id\":\"5b341faeed356\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}}','{\"5b341faeec6a2\":{\"id\":\"5b341faeec6a2\",\"to\":\"{admin_email}\",\"name\":\"Admin Notification\",\"event\":\"form_submission\",\"toType\":\"email\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\"}}'),(3,'{\"title\":\"Start workflow (1)\",\"description\":\"Start one of the existing workflows\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"section\",\"id\":2,\"label\":\"Select and start one of the existing workflows\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"displayOnly\":true,\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1},{\"type\":\"select\",\"id\":1,\"label\":\"Select process:\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"choices\":[{\"text\":\"First process\",\"value\":\"0\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Second process\",\"value\":\"1\",\"isSelected\":false,\"price\":\"\"}],\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"enableChoiceValue\":true,\"pageNumber\":1}],\"version\":\"2.3.0.2\",\"id\":3,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null}',NULL,'{\"5b341e2436d93\":{\"id\":\"5b341e2436d93\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}}','{\"5b341e2436125\":{\"id\":\"5b341e2436125\",\"to\":\"{admin_email}\",\"name\":\"Admin Notification\",\"event\":\"form_submission\",\"toType\":\"email\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\"}}'),(4,'{\"title\":\"Second process\",\"description\":\"Second example for process\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"number\",\"id\":3,\"label\":\"Order Id\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"numberFormat\":\"decimal_dot\",\"formId\":4,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"enableCalculation\":false,\"rangeMin\":\"\",\"rangeMax\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\",\"enablePrice\":\"\"}],\"version\":\"2.3.0.2\",\"id\":4,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null,\"subLabelPlacement\":\"below\",\"cssClass\":\"\",\"enableHoneypot\":false,\"enableAnimation\":false,\"save\":{\"enabled\":false,\"button\":{\"type\":\"link\",\"text\":\"Save and Continue Later\"}},\"limitEntries\":false,\"limitEntriesCount\":\"\",\"limitEntriesPeriod\":\"\",\"limitEntriesMessage\":\"\",\"scheduleForm\":false,\"scheduleStart\":\"\",\"scheduleStartHour\":\"\",\"scheduleStartMinute\":\"\",\"scheduleStartAmpm\":\"\",\"scheduleEnd\":\"\",\"scheduleEndHour\":\"\",\"scheduleEndMinute\":\"\",\"scheduleEndAmpm\":\"\",\"schedulePendingMessage\":\"\",\"scheduleMessage\":\"\",\"requireLogin\":false,\"requireLoginMessage\":\"\",\"notifications\":{\"5b341faeec6a2\":{\"id\":\"5b341faeec6a2\",\"to\":\"{admin_email}\",\"name\":\"Admin Notification\",\"event\":\"form_submission\",\"toType\":\"email\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\"}},\"confirmations\":{\"5b341faeed356\":{\"id\":\"5b341faeed356\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}}}',NULL,'{\"5b341faeed356\":{\"id\":\"5b341faeed356\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}}','{\"5b341faeec6a2\":{\"id\":\"5b341faeec6a2\",\"to\":\"{admin_email}\",\"name\":\"Admin Notification\",\"event\":\"form_submission\",\"toType\":\"email\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\"}}'),(5,'{\"title\":\"STEP: Enter configuration info\",\"description\":\"Enter configuration info\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"address\",\"id\":1,\"label\":\"Address\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"addressType\":\"international\",\"inputs\":[{\"id\":\"1.1\",\"label\":\"Street Address\",\"name\":\"\"},{\"id\":\"1.2\",\"label\":\"Address Line 2\",\"name\":\"\"},{\"id\":\"1.3\",\"label\":\"City\",\"name\":\"\"},{\"id\":\"1.4\",\"label\":\"State \\/ Province\",\"name\":\"\"},{\"id\":\"1.5\",\"label\":\"ZIP \\/ Postal Code\",\"name\":\"\"},{\"id\":\"1.6\",\"label\":\"Country\",\"name\":\"\"}],\"formId\":5,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"defaultCountry\":\"\",\"defaultProvince\":\"\",\"productField\":\"\",\"hideCountry\":\"\",\"defaultState\":\"\",\"hideState\":\"\",\"hideAddress2\":\"\",\"enableCopyValuesOption\":\"\",\"copyValuesOptionDefault\":\"\",\"copyValuesOptionLabel\":\"\",\"pageNumber\":1},{\"type\":\"phone\",\"id\":2,\"label\":\"Phone\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"phoneFormat\":\"standard\",\"formId\":5,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"form_id\":\"\",\"productField\":\"\",\"pageNumber\":1}],\"version\":\"2.3.0.2\",\"id\":5,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null}',NULL,'{\"5b34203e4ad6e\":{\"id\":\"5b34203e4ad6e\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}}','{\"5b34203e4a5e4\":{\"id\":\"5b34203e4a5e4\",\"to\":\"{admin_email}\",\"name\":\"Admin Notification\",\"event\":\"form_submission\",\"toType\":\"email\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\",\"isActive\":false}}'),(6,'{\"title\":\"STEP: Upload contract\",\"description\":\"\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"hidden\",\"id\":3,\"label\":\"Order id\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":6,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1},{\"type\":\"fileupload\",\"id\":1,\"label\":\"Contract template\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":6,\"description\":\"Select and upload contract template\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"maxFileSize\":\"\",\"maxFiles\":\"\",\"multipleFiles\":false,\"allowedExtensions\":\"\",\"productField\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\",\"enablePrice\":\"\"},{\"type\":\"fileupload\",\"id\":2,\"label\":\"Signed contract:\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":6,\"description\":\"Select and update signed contract\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"maxFileSize\":\"\",\"maxFiles\":\"\",\"multipleFiles\":false,\"allowedExtensions\":\"\",\"productField\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\",\"enablePrice\":\"\"}],\"version\":\"2.3.0.2\",\"id\":6,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null,\"subLabelPlacement\":\"below\",\"cssClass\":\"\",\"enableHoneypot\":false,\"enableAnimation\":false,\"save\":{\"enabled\":false,\"button\":{\"type\":\"link\",\"text\":\"Save and Continue Later\"}},\"limitEntries\":false,\"limitEntriesCount\":\"\",\"limitEntriesPeriod\":\"\",\"limitEntriesMessage\":\"\",\"scheduleForm\":false,\"scheduleStart\":\"\",\"scheduleStartHour\":\"\",\"scheduleStartMinute\":\"\",\"scheduleStartAmpm\":\"\",\"scheduleEnd\":\"\",\"scheduleEndHour\":\"\",\"scheduleEndMinute\":\"\",\"scheduleEndAmpm\":\"\",\"schedulePendingMessage\":\"\",\"scheduleMessage\":\"\",\"requireLogin\":false,\"requireLoginMessage\":\"\"}',NULL,'{\"5b34205d30c38\":{\"id\":\"5b34205d30c38\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}}','{\"5b34205d30316\":{\"id\":\"5b34205d30316\",\"to\":\"{admin_email}\",\"name\":\"Admin Notification\",\"event\":\"form_submission\",\"toType\":\"email\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\"}}'),(7,'{\"title\":\"STEP: Enter installation info\",\"description\":\"\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"address\",\"id\":1,\"label\":\"Address\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"addressType\":\"international\",\"inputs\":[{\"id\":\"1.1\",\"label\":\"Street Address\",\"name\":\"\"},{\"id\":\"1.2\",\"label\":\"Address Line 2\",\"name\":\"\"},{\"id\":\"1.3\",\"label\":\"City\",\"name\":\"\"},{\"id\":\"1.4\",\"label\":\"State \\/ Province\",\"name\":\"\"},{\"id\":\"1.5\",\"label\":\"ZIP \\/ Postal Code\",\"name\":\"\"},{\"id\":\"1.6\",\"label\":\"Country\",\"name\":\"\"}],\"formId\":7,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"defaultCountry\":\"\",\"defaultProvince\":\"\",\"productField\":\"\",\"hideCountry\":\"\",\"defaultState\":\"\",\"hideState\":\"\",\"hideAddress2\":\"\",\"enableCopyValuesOption\":\"\",\"copyValuesOptionDefault\":\"\",\"copyValuesOptionLabel\":\"\",\"pageNumber\":1},{\"type\":\"phone\",\"id\":2,\"label\":\"Phone\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"phoneFormat\":\"standard\",\"formId\":7,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"form_id\":\"\",\"productField\":\"\",\"pageNumber\":1},{\"type\":\"date\",\"id\":3,\"label\":\"Date\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"dateType\":\"datepicker\",\"calendarIconType\":\"none\",\"formId\":7,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"calendarIconUrl\":\"\",\"dateFormat\":\"\",\"productField\":\"\",\"pageNumber\":1}],\"version\":\"2.3.0.2\",\"id\":7,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null}',NULL,'{\"5b342277633d0\":{\"id\":\"5b342277633d0\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}}','{\"5b342277629bf\":{\"id\":\"5b342277629bf\",\"to\":\"{admin_email}\",\"name\":\"Admin Notification\",\"event\":\"form_submission\",\"toType\":\"email\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\"}}'),(8,'{\"title\":\"Process with virtual forms\",\"description\":\"\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"hidden\",\"id\":2,\"label\":\"Order Id\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":8,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\",\"enablePrice\":\"\"},{\"type\":\"section\",\"id\":3,\"label\":\"Upload configuration step\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"displayOnly\":true,\"formId\":8,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1},{\"type\":\"address\",\"id\":4,\"label\":\"Configuration Address\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"addressType\":\"international\",\"inputs\":[{\"id\":\"4.1\",\"label\":\"Street Address\",\"name\":\"\"},{\"id\":\"4.2\",\"label\":\"Address Line 2\",\"name\":\"\"},{\"id\":\"4.3\",\"label\":\"City\",\"name\":\"\"},{\"id\":\"4.4\",\"label\":\"State \\/ Province\",\"name\":\"\"},{\"id\":\"4.5\",\"label\":\"ZIP \\/ Postal Code\",\"name\":\"\"},{\"id\":\"4.6\",\"label\":\"Country\",\"name\":\"\"}],\"formId\":8,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"defaultCountry\":\"\",\"defaultProvince\":\"\",\"productField\":\"\",\"defaultState\":\"\",\"enableCopyValuesOption\":\"\",\"copyValuesOptionDefault\":\"\",\"copyValuesOptionLabel\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"email\",\"id\":5,\"label\":\"Configuration Email\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":8,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"emailConfirmEnabled\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\",\"enablePrice\":\"\"},{\"type\":\"section\",\"id\":6,\"label\":\"Upload signed constract step\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"displayOnly\":true,\"formId\":8,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1},{\"type\":\"fileupload\",\"id\":7,\"label\":\"Contract template\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":8,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"maxFileSize\":\"\",\"maxFiles\":\"\",\"multipleFiles\":false,\"allowedExtensions\":\"\",\"productField\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\",\"enablePrice\":\"\"},{\"type\":\"fileupload\",\"id\":8,\"label\":\"Signed contract\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"formId\":8,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"maxFileSize\":\"\",\"maxFiles\":\"\",\"multipleFiles\":false,\"allowedExtensions\":\"\",\"productField\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\",\"enablePrice\":\"\"},{\"type\":\"section\",\"id\":9,\"label\":\"Enter installation info\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"displayOnly\":true,\"formId\":8,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1},{\"type\":\"address\",\"id\":10,\"label\":\"Installation Address\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"addressType\":\"international\",\"inputs\":[{\"id\":\"10.1\",\"label\":\"Street Address\",\"name\":\"\"},{\"id\":\"10.2\",\"label\":\"Address Line 2\",\"name\":\"\"},{\"id\":\"10.3\",\"label\":\"City\",\"name\":\"\"},{\"id\":\"10.4\",\"label\":\"State \\/ Province\",\"name\":\"\"},{\"id\":\"10.5\",\"label\":\"ZIP \\/ Postal Code\",\"name\":\"\"},{\"id\":\"10.6\",\"label\":\"Country\",\"name\":\"\"}],\"formId\":8,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"defaultCountry\":\"\",\"defaultProvince\":\"\",\"productField\":\"\",\"defaultState\":\"\",\"enableCopyValuesOption\":\"\",\"copyValuesOptionDefault\":\"\",\"copyValuesOptionLabel\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"date\",\"id\":12,\"label\":\"Installation Date\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"dateType\":\"datepicker\",\"calendarIconType\":\"none\",\"formId\":8,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"calendarIconUrl\":\"\",\"dateFormat\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"}],\"version\":\"2.3.0.2\",\"id\":8,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null,\"notifications\":{\"5b3488858f51d\":{\"id\":\"5b3488858f51d\",\"to\":\"{admin_email}\",\"name\":\"Admin Notification\",\"event\":\"form_submission\",\"toType\":\"email\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\"}},\"confirmations\":{\"5b3488858ff3f\":{\"id\":\"5b3488858ff3f\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}},\"subLabelPlacement\":\"below\",\"cssClass\":\"\",\"enableHoneypot\":false,\"enableAnimation\":false,\"save\":{\"enabled\":false,\"button\":{\"type\":\"link\",\"text\":\"Save and Continue Later\"}},\"limitEntries\":false,\"limitEntriesCount\":\"\",\"limitEntriesPeriod\":\"\",\"limitEntriesMessage\":\"\",\"scheduleForm\":false,\"scheduleStart\":\"\",\"scheduleStartHour\":\"\",\"scheduleStartMinute\":\"\",\"scheduleStartAmpm\":\"\",\"scheduleEnd\":\"\",\"scheduleEndHour\":\"\",\"scheduleEndMinute\":\"\",\"scheduleEndAmpm\":\"\",\"schedulePendingMessage\":\"\",\"scheduleMessage\":\"\",\"requireLogin\":false,\"requireLoginMessage\":\"\"}',NULL,'{\"5b3488858ff3f\":{\"id\":\"5b3488858ff3f\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}}','{\"5b3488858f51d\":{\"id\":\"5b3488858f51d\",\"to\":\"{admin_email}\",\"name\":\"Admin Notification\",\"event\":\"form_submission\",\"toType\":\"email\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\",\"isActive\":false}}'); /*!40000 ALTER TABLE `wp_gf_form_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gf_form_view` -- DROP TABLE IF EXISTS `wp_gf_form_view`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gf_form_view` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `form_id` mediumint(8) unsigned NOT NULL, `date_created` datetime NOT NULL, `ip` char(15) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `count` mediumint(8) unsigned NOT NULL DEFAULT '1', PRIMARY KEY (`id`), KEY `date_created` (`date_created`), KEY `form_id` (`form_id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gf_form_view` -- LOCK TABLES `wp_gf_form_view` WRITE; /*!40000 ALTER TABLE `wp_gf_form_view` DISABLE KEYS */; INSERT INTO `wp_gf_form_view` VALUES (1,1,'2018-06-27 23:59:06','',4),(2,7,'2018-06-28 00:21:11','',15),(3,5,'2018-06-28 00:21:13','',6),(4,6,'2018-06-28 02:08:06','',3); /*!40000 ALTER TABLE `wp_gf_form_view` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gravityflow_activity_log` -- DROP TABLE IF EXISTS `wp_gravityflow_activity_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gravityflow_activity_log` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `log_object` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `log_event` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `log_value` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `date_created` datetime NOT NULL, `form_id` mediumint(8) unsigned NOT NULL, `lead_id` int(10) unsigned NOT NULL, `assignee_id` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `assignee_type` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `feed_id` mediumint(8) unsigned NOT NULL, `duration` int(10) unsigned NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=458 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gravityflow_activity_log` -- LOCK TABLES `wp_gravityflow_activity_log` WRITE; /*!40000 ALTER TABLE `wp_gravityflow_activity_log` DISABLE KEYS */; INSERT INTO `wp_gravityflow_activity_log` VALUES (1,'workflow','started','','2018-06-28 00:12:49',1,1,'0','','',0,0),(2,'step','started','','2018-06-28 00:12:49',1,1,'0','','',11,0),(3,'step','ended','complete','2018-06-28 00:12:49',1,1,'0','','',11,0),(4,'workflow','ended','complete','2018-06-28 00:12:49',1,1,'0','','',0,0),(5,'workflow','started','','2018-06-28 00:17:54',1,2,'0','','',0,0),(6,'step','started','','2018-06-28 00:17:54',1,2,'0','','',11,0),(7,'workflow','started','','2018-06-28 00:17:54',2,3,'0','','',0,0),(8,'step','started','','2018-06-28 00:17:54',2,3,'0','','',8,0),(9,'assignee','status','pending','2018-06-28 00:17:54',2,3,'customer','role','customer',8,0),(10,'step','ended','complete','2018-06-28 00:17:54',1,2,'0','','',11,0),(11,'workflow','ended','complete','2018-06-28 00:17:54',1,2,'0','','',0,0),(12,'assignee','status','pending','2018-06-28 00:22:10',2,3,'administrator','role','administrator',8,0),(13,'workflow','started','','2018-06-28 00:22:45',7,4,'0','','',0,0),(14,'step','started','','2018-06-28 00:22:45',7,4,'0','','',4,0),(15,'assignee','status','pending','2018-06-28 00:22:45',7,4,'broker','role','broker',4,0),(16,'assignee','status','complete','2018-06-28 00:22:45',2,3,'administrator','role','administrator',8,35),(17,'step','ended','complete','2018-06-28 00:22:45',2,3,'0','','',8,291),(18,'step','started','','2018-06-28 00:22:45',2,3,'0','','',9,0),(19,'assignee','status','pending','2018-06-28 00:22:45',2,3,'broker','role','broker',9,0),(20,'assignee','status','pending','2018-06-28 00:33:02',2,3,'administrator','role','administrator',9,0),(21,'workflow','started','','2018-06-28 00:33:16',5,5,'0','','',0,0),(22,'step','started','','2018-06-28 00:33:16',5,5,'0','','',5,0),(23,'assignee','status','pending','2018-06-28 00:33:16',5,5,'broker','role','broker',5,0),(24,'assignee','status','complete','2018-06-28 00:33:16',2,3,'administrator','role','administrator',9,14),(25,'step','ended','complete','2018-06-28 00:33:16',2,3,'0','','',9,631),(26,'step','started','','2018-06-28 00:33:16',2,3,'0','','',10,0),(27,'assignee','status','pending','2018-06-28 00:33:16',2,3,'shop_manager','role','shop_manager',10,0),(28,'assignee','status','approved','2018-06-28 00:36:21',5,5,'broker','role','broker',5,185),(29,'assignee','status','approved','2018-06-28 00:36:21',5,5,'broker','role','broker',5,0),(30,'step','ended','approved','2018-06-28 00:36:21',5,5,'0','','',5,185),(31,'workflow','ended','approved','2018-06-28 00:36:21',5,5,'0','','',0,185),(32,'assignee','status','approved','2018-06-28 00:36:41',7,4,'broker','role','broker',4,836),(33,'assignee','status','approved','2018-06-28 00:36:41',7,4,'broker','role','broker',4,0),(34,'step','ended','approved','2018-06-28 00:36:41',7,4,'0','','',4,836),(35,'step','started','','2018-06-28 00:36:41',7,4,'0','','',7,0),(36,'assignee','status','pending','2018-06-28 00:36:41',7,4,'shop_manager','role','shop_manager',7,0),(37,'workflow','started','','2018-06-28 00:40:10',1,6,'0','','',0,0),(38,'step','started','','2018-06-28 00:40:10',1,6,'0','','',11,0),(39,'workflow','started','','2018-06-28 00:40:10',2,7,'0','','',0,0),(40,'step','started','','2018-06-28 00:40:10',2,7,'0','','',8,0),(41,'assignee','status','pending','2018-06-28 00:40:10',2,7,'customer','role','customer',8,0),(42,'assignee','status','pending','2018-06-28 00:40:10',2,7,'administrator','role','administrator',8,0),(43,'step','ended','complete','2018-06-28 00:40:10',1,6,'0','','',11,0),(44,'workflow','ended','complete','2018-06-28 00:40:10',1,6,'0','','',0,0),(45,'workflow','started','','2018-06-28 00:41:34',7,8,'0','','',0,0),(46,'step','started','','2018-06-28 00:41:34',7,8,'0','','',4,0),(47,'assignee','status','pending','2018-06-28 00:41:34',7,8,'broker','role','broker',4,0),(48,'assignee','status','complete','2018-06-28 00:41:34',2,7,'customer','role','customer',8,84),(49,'step','ended','complete','2018-06-28 00:41:34',2,7,'0','','',8,84),(50,'step','started','','2018-06-28 00:41:34',2,7,'0','','',9,0),(51,'assignee','status','pending','2018-06-28 00:41:34',2,7,'broker','role','broker',9,0),(52,'assignee','status','pending','2018-06-28 00:41:34',2,7,'administrator','role','administrator',9,0),(53,'workflow','started','','2018-06-28 00:49:22',1,9,'0','','',0,0),(54,'step','started','','2018-06-28 00:49:22',1,9,'0','','',11,0),(55,'workflow','started','','2018-06-28 00:49:22',2,10,'0','','',0,0),(56,'step','started','','2018-06-28 00:49:22',2,10,'0','','',8,0),(57,'assignee','status','pending','2018-06-28 00:49:22',2,10,'customer','role','customer',8,0),(58,'assignee','status','pending','2018-06-28 00:49:22',2,10,'administrator','role','administrator',8,0),(59,'step','ended','complete','2018-06-28 00:49:22',1,9,'0','','',11,0),(60,'workflow','ended','complete','2018-06-28 00:49:22',1,9,'0','','',0,0),(61,'workflow','cancelled','','2018-06-28 00:51:26',2,10,'0','','',0,0),(62,'workflow','cancelled','','2018-06-28 00:51:32',2,7,'0','','',0,0),(63,'assignee','status','approved','2018-06-28 01:00:23',7,8,'broker','role','broker',4,1129),(64,'assignee','status','approved','2018-06-28 01:00:23',7,8,'broker','role','broker',4,0),(65,'step','ended','approved','2018-06-28 01:00:23',7,8,'0','','',4,1129),(66,'step','started','','2018-06-28 01:00:23',7,8,'0','','',7,0),(67,'assignee','status','pending','2018-06-28 01:00:23',7,8,'shop_manager','role','shop_manager',7,0),(68,'workflow','started','','2018-06-28 01:01:11',5,11,'0','','',0,0),(69,'step','started','','2018-06-28 01:01:11',5,11,'0','','',5,0),(70,'assignee','status','pending','2018-06-28 01:01:11',5,11,'broker','role','broker',5,0),(71,'assignee','status','complete','2018-06-28 01:01:27',7,4,'shop_manager','role','shop_manager',7,1486),(72,'assignee','status','complete','2018-06-28 01:01:27',7,4,'shop_manager','role','shop_manager',7,0),(73,'step','ended','complete','2018-06-28 01:01:27',7,4,'0','','',7,1486),(74,'step','started','','2018-06-28 01:01:27',7,4,'0','','',4,0),(75,'assignee','status','pending','2018-06-28 01:01:27',7,4,'broker','role','broker',4,0),(76,'assignee','status','complete','2018-06-28 01:01:42',7,8,'shop_manager','role','shop_manager',7,79),(77,'assignee','status','complete','2018-06-28 01:01:42',7,8,'shop_manager','role','shop_manager',7,0),(78,'step','ended','complete','2018-06-28 01:01:42',7,8,'0','','',7,79),(79,'step','started','','2018-06-28 01:01:42',7,8,'0','','',4,0),(80,'assignee','status','pending','2018-06-28 01:01:42',7,8,'broker','role','broker',4,0),(81,'workflow','started','','2018-06-28 01:01:55',5,12,'0','','',0,0),(82,'step','started','','2018-06-28 01:01:55',5,12,'0','','',5,0),(83,'assignee','status','pending','2018-06-28 01:01:55',5,12,'broker','role','broker',5,0),(84,'workflow','cancelled','','2018-06-28 01:02:19',5,12,'0','','',0,0),(85,'workflow','cancelled','','2018-06-28 01:02:29',5,11,'0','','',0,0),(86,'workflow','cancelled','','2018-06-28 01:02:41',7,8,'0','','',0,0),(87,'workflow','cancelled','','2018-06-28 01:02:50',7,4,'0','','',0,0),(88,'workflow','cancelled','','2018-06-28 01:02:59',2,3,'0','','',0,0),(89,'workflow','started','','2018-06-28 01:17:00',1,13,'0','','',0,0),(90,'step','started','','2018-06-28 01:17:00',1,13,'0','','',11,0),(91,'workflow','started','','2018-06-28 01:17:00',2,14,'0','','',0,0),(92,'step','started','','2018-06-28 01:17:00',2,14,'0','','',8,0),(93,'assignee','status','pending','2018-06-28 01:17:00',2,14,'customer','role','customer',8,0),(94,'assignee','status','pending','2018-06-28 01:17:00',2,14,'administrator','role','administrator',8,0),(95,'step','ended','complete','2018-06-28 01:17:03',1,13,'0','','',11,3),(96,'workflow','ended','complete','2018-06-28 01:17:03',1,13,'0','','',0,3),(97,'workflow','started','','2018-06-28 01:17:35',7,15,'0','','',0,0),(98,'step','started','','2018-06-28 01:17:35',7,15,'0','','',4,0),(99,'assignee','status','pending','2018-06-28 01:17:35',7,15,'broker','role','broker',4,0),(100,'assignee','status','pending','2018-06-28 01:17:35',7,15,'administrator','role','administrator',4,0),(101,'assignee','status','approved','2018-06-28 01:18:35',7,15,'administrator','role','administrator',4,60),(102,'assignee','status','approved','2018-06-28 01:18:35',7,15,'administrator','role','administrator',4,0),(103,'assignee','status','approved','2018-06-28 01:19:37',7,15,'broker','role','broker',4,122),(104,'assignee','status','approved','2018-06-28 01:19:37',7,15,'broker','role','broker',4,0),(105,'step','ended','approved','2018-06-28 01:19:39',7,15,'0','','',4,124),(106,'workflow','ended','approved','2018-06-28 01:19:39',7,15,'0','','',0,126),(107,'workflow','started','','2018-06-28 01:23:35',7,16,'0','','',0,0),(108,'step','started','','2018-06-28 01:23:35',7,16,'0','','',4,0),(109,'assignee','status','pending','2018-06-28 01:23:35',7,16,'broker','role','broker',4,0),(110,'assignee','status','pending','2018-06-28 01:23:35',7,16,'administrator','role','administrator',4,0),(111,'assignee','status','approved','2018-06-28 01:23:42',7,16,'administrator','role','administrator',4,7),(112,'assignee','status','approved','2018-06-28 01:23:42',7,16,'administrator','role','administrator',4,0),(113,'assignee','status','approved','2018-06-28 01:24:30',7,16,'broker','role','broker',4,55),(114,'assignee','status','approved','2018-06-28 01:24:30',7,16,'broker','role','broker',4,0),(115,'step','ended','approved','2018-06-28 01:24:31',7,16,'0','','',4,56),(116,'workflow','ended','approved','2018-06-28 01:24:31',7,16,'0','','',0,58),(117,'assignee','status','removed','2018-06-28 01:25:25',2,14,'administrator','role','administrator',8,0),(118,'workflow','started','','2018-06-28 01:29:18',7,17,'0','','',0,0),(119,'step','started','','2018-06-28 01:29:18',7,17,'0','','',4,0),(120,'assignee','status','pending','2018-06-28 01:29:18',7,17,'broker','role','broker',4,0),(121,'assignee','status','pending','2018-06-28 01:29:18',7,17,'administrator','role','administrator',4,0),(122,'assignee','status','approved','2018-06-28 01:30:04',7,17,'administrator','role','administrator',4,46),(123,'assignee','status','approved','2018-06-28 01:30:04',7,17,'administrator','role','administrator',4,0),(124,'assignee','status','approved','2018-06-28 01:30:17',7,17,'broker','role','broker',4,59),(125,'assignee','status','approved','2018-06-28 01:30:17',7,17,'broker','role','broker',4,0),(126,'step','ended','approved','2018-06-28 01:30:19',7,17,'0','','',4,61),(127,'workflow','ended','approved','2018-06-28 01:30:19',7,17,'0','','',0,63),(128,'workflow','cancelled','','2018-06-28 01:33:58',2,14,'0','','',0,0),(129,'workflow','started','','2018-06-28 01:34:12',1,18,'0','','',0,0),(130,'step','started','','2018-06-28 01:34:12',1,18,'0','','',11,0),(131,'workflow','started','','2018-06-28 01:34:12',2,19,'0','','',0,0),(132,'step','started','','2018-06-28 01:34:12',2,19,'0','','',8,0),(133,'assignee','status','pending','2018-06-28 01:34:12',2,19,'customer','role','customer',8,0),(134,'step','ended','complete','2018-06-28 01:34:12',1,18,'0','','',11,0),(135,'workflow','ended','complete','2018-06-28 01:34:12',1,18,'0','','',0,0),(136,'workflow','started','','2018-06-28 01:34:30',7,20,'0','','',0,0),(137,'step','started','','2018-06-28 01:34:30',7,20,'0','','',4,0),(138,'assignee','status','pending','2018-06-28 01:34:30',7,20,'broker','role','broker',4,0),(139,'assignee','status','pending','2018-06-28 01:34:30',7,20,'administrator','role','administrator',4,0),(140,'assignee','status','approved','2018-06-28 01:34:45',7,20,'broker','role','broker',4,15),(141,'assignee','status','approved','2018-06-28 01:34:45',7,20,'broker','role','broker',4,0),(142,'assignee','status','approved','2018-06-28 01:34:53',7,20,'administrator','role','administrator',4,23),(143,'assignee','status','approved','2018-06-28 01:34:53',7,20,'administrator','role','administrator',4,0),(144,'step','ended','approved','2018-06-28 01:34:55',7,20,'0','','',4,25),(145,'workflow','ended','approved','2018-06-28 01:34:55',7,20,'0','','',0,27),(146,'workflow','started','','2018-06-28 01:40:15',7,21,'0','','',0,0),(147,'step','started','','2018-06-28 01:40:15',7,21,'0','','',4,0),(148,'assignee','status','pending','2018-06-28 01:40:15',7,21,'broker','role','broker',4,0),(149,'assignee','status','pending','2018-06-28 01:40:15',7,21,'administrator','role','administrator',4,0),(150,'assignee','status','approved','2018-06-28 01:40:37',7,21,'broker','role','broker',4,22),(151,'assignee','status','approved','2018-06-28 01:40:37',7,21,'broker','role','broker',4,0),(152,'assignee','status','approved','2018-06-28 01:40:52',7,21,'administrator','role','administrator',4,37),(153,'assignee','status','approved','2018-06-28 01:40:52',7,21,'administrator','role','administrator',4,0),(154,'step','ended','approved','2018-06-28 01:40:54',7,21,'0','','',4,39),(155,'workflow','ended','approved','2018-06-28 01:40:54',7,21,'0','','',0,41),(156,'workflow','started','','2018-06-28 01:45:12',7,22,'0','','',0,0),(157,'step','started','','2018-06-28 01:45:12',7,22,'0','','',4,0),(158,'assignee','status','pending','2018-06-28 01:45:12',7,22,'broker','role','broker',4,0),(159,'assignee','status','pending','2018-06-28 01:45:12',7,22,'administrator','role','administrator',4,0),(160,'assignee','status','approved','2018-06-28 01:49:35',7,22,'administrator','role','administrator',4,263),(161,'assignee','status','approved','2018-06-28 01:49:35',7,22,'administrator','role','administrator',4,0),(162,'step','ended','approved','2018-06-28 01:49:37',7,22,'0','','',4,265),(163,'workflow','ended','approved','2018-06-28 01:49:37',7,22,'0','','',0,267),(164,'workflow','started','','2018-06-28 01:51:29',7,23,'0','','',0,0),(165,'step','started','','2018-06-28 01:51:29',7,23,'0','','',4,0),(166,'assignee','status','pending','2018-06-28 01:51:29',7,23,'broker','role','broker',4,0),(167,'assignee','status','pending','2018-06-28 01:51:30',7,23,'administrator','role','administrator',4,0),(168,'assignee','status','approved','2018-06-28 01:51:48',7,23,'administrator','role','administrator',4,18),(169,'assignee','status','approved','2018-06-28 01:51:48',7,23,'administrator','role','administrator',4,0),(170,'step','ended','approved','2018-06-28 01:51:50',7,23,'0','','',4,21),(171,'workflow','ended','approved','2018-06-28 01:51:50',7,23,'0','','',0,23),(172,'workflow','started','','2018-06-28 01:52:43',7,24,'0','','',0,0),(173,'step','started','','2018-06-28 01:52:43',7,24,'0','','',4,0),(174,'assignee','status','pending','2018-06-28 01:52:43',7,24,'broker','role','broker',4,0),(175,'assignee','status','pending','2018-06-28 01:52:43',7,24,'administrator','role','administrator',4,0),(176,'workflow','started','','2018-06-28 01:52:52',7,25,'0','','',0,0),(177,'step','started','','2018-06-28 01:52:52',7,25,'0','','',4,0),(178,'assignee','status','pending','2018-06-28 01:52:52',7,25,'broker','role','broker',4,0),(179,'assignee','status','pending','2018-06-28 01:52:52',7,25,'administrator','role','administrator',4,0),(180,'assignee','status','approved','2018-06-28 01:53:02',7,24,'administrator','role','administrator',4,19),(181,'assignee','status','approved','2018-06-28 01:53:02',7,24,'administrator','role','administrator',4,0),(182,'step','ended','approved','2018-06-28 01:53:04',7,24,'0','','',4,21),(183,'workflow','ended','approved','2018-06-28 01:53:04',7,24,'0','','',0,23),(184,'assignee','status','approved','2018-06-28 01:53:31',7,25,'administrator','role','administrator',4,39),(185,'assignee','status','approved','2018-06-28 01:53:31',7,25,'administrator','role','administrator',4,0),(186,'step','ended','approved','2018-06-28 01:53:33',7,25,'0','','',4,41),(187,'workflow','ended','approved','2018-06-28 01:53:33',7,25,'0','','',0,43),(188,'workflow','started','','2018-06-28 01:54:06',7,26,'0','','',0,0),(189,'step','started','','2018-06-28 01:54:06',7,26,'0','','',4,0),(190,'assignee','status','pending','2018-06-28 01:54:06',7,26,'broker','role','broker',4,0),(191,'assignee','status','pending','2018-06-28 01:54:06',7,26,'administrator','role','administrator',4,0),(192,'assignee','status','approved','2018-06-28 01:54:12',7,26,'administrator','role','administrator',4,6),(193,'assignee','status','approved','2018-06-28 01:54:12',7,26,'administrator','role','administrator',4,0),(194,'step','ended','approved','2018-06-28 01:54:13',7,26,'0','','',4,7),(195,'workflow','ended','approved','2018-06-28 01:54:13',7,26,'0','','',0,8),(196,'workflow','started','','2018-06-28 01:54:38',7,27,'0','','',0,0),(197,'step','started','','2018-06-28 01:54:38',7,27,'0','','',4,0),(198,'assignee','status','pending','2018-06-28 01:54:38',7,27,'broker','role','broker',4,0),(199,'assignee','status','pending','2018-06-28 01:54:38',7,27,'administrator','role','administrator',4,0),(200,'assignee','status','approved','2018-06-28 01:54:45',7,27,'administrator','role','administrator',4,7),(201,'assignee','status','approved','2018-06-28 01:54:45',7,27,'administrator','role','administrator',4,0),(202,'step','ended','approved','2018-06-28 01:54:46',7,27,'0','','',4,8),(203,'workflow','ended','approved','2018-06-28 01:54:46',7,27,'0','','',0,11),(204,'workflow','started','','2018-06-28 01:58:22',7,28,'0','','',0,0),(205,'step','started','','2018-06-28 01:58:22',7,28,'0','','',4,0),(206,'assignee','status','pending','2018-06-28 01:58:22',7,28,'broker','role','broker',4,0),(207,'assignee','status','pending','2018-06-28 01:58:22',7,28,'administrator','role','administrator',4,0),(208,'assignee','status','complete','2018-06-28 01:58:22',2,19,'customer','role','customer',8,1450),(209,'assignee','status','approved','2018-06-28 02:00:09',7,28,'administrator','role','administrator',4,107),(210,'assignee','status','approved','2018-06-28 02:00:09',7,28,'administrator','role','administrator',4,0),(211,'step','ended','approved','2018-06-28 02:00:11',7,28,'0','','',4,109),(212,'workflow','ended','approved','2018-06-28 02:00:11',7,28,'0','','',0,111),(213,'workflow','cancelled','','2018-06-28 02:01:39',2,19,'0','','',0,0),(214,'workflow','started','','2018-06-28 02:01:49',1,29,'0','','',0,0),(215,'step','started','','2018-06-28 02:01:49',1,29,'0','','',11,0),(216,'workflow','started','','2018-06-28 02:01:49',2,30,'0','','',0,0),(217,'step','started','','2018-06-28 02:01:49',2,30,'0','','',8,0),(218,'assignee','status','pending','2018-06-28 02:01:49',2,30,'customer','role','customer',8,0),(219,'step','ended','complete','2018-06-28 02:01:51',1,29,'0','','',11,2),(220,'workflow','ended','complete','2018-06-28 02:01:51',1,29,'0','','',0,2),(221,'workflow','started','','2018-06-28 02:02:38',7,31,'0','','',0,0),(222,'step','started','','2018-06-28 02:02:38',7,31,'0','','',4,0),(223,'assignee','status','pending','2018-06-28 02:02:38',7,31,'broker','role','broker',4,0),(224,'assignee','status','pending','2018-06-28 02:02:38',7,31,'administrator','role','administrator',4,0),(225,'assignee','status','complete','2018-06-28 02:02:38',2,30,'customer','role','customer',8,49),(226,'assignee','status','approved','2018-06-28 02:03:07',7,31,'administrator','role','administrator',4,29),(227,'assignee','status','approved','2018-06-28 02:03:07',7,31,'administrator','role','administrator',4,0),(228,'step','ended','approved','2018-06-28 02:03:09',7,31,'0','','',4,31),(229,'workflow','ended','approved','2018-06-28 02:03:09',7,31,'0','','',0,34),(230,'step','ended','complete','2018-06-28 02:03:09',2,30,'0','','',8,80),(231,'step','started','','2018-06-28 02:03:09',2,30,'0','','',9,0),(232,'assignee','status','pending','2018-06-28 02:03:09',2,30,'supplier','role','supplier',9,0),(233,'workflow','started','','2018-06-28 02:08:26',6,32,'0','','',0,0),(234,'step','started','','2018-06-28 02:08:26',6,32,'0','','',2,0),(235,'assignee','status','pending','2018-06-28 02:08:26',6,32,'customer','role','customer',2,0),(236,'assignee','status','pending','2018-06-28 02:08:28',6,32,'administrator','role','administrator',2,0),(237,'assignee','status','complete','2018-06-28 02:08:28',2,30,'supplier','role','supplier',9,319),(238,'assignee','status','complete','2018-06-28 02:09:17',6,32,'administrator','role','administrator',2,49),(239,'assignee','status','complete','2018-06-28 02:09:17',6,32,'administrator','role','administrator',2,0),(240,'step','ended','complete','2018-06-28 02:09:17',6,32,'0','','',2,51),(241,'step','started','','2018-06-28 02:09:17',6,32,'0','','',3,0),(242,'assignee','status','pending','2018-06-28 02:09:17',6,32,'broker','role','broker',3,0),(243,'assignee','status','pending','2018-06-28 02:09:19',6,32,'administrator','role','administrator',3,0),(244,'assignee','status','approved','2018-06-28 02:09:25',6,32,'administrator','role','administrator',3,6),(245,'assignee','status','approved','2018-06-28 02:09:25',6,32,'administrator','role','administrator',3,0),(246,'step','ended','approved','2018-06-28 02:09:27',6,32,'0','','',3,10),(247,'workflow','ended','approved','2018-06-28 02:09:27',6,32,'0','','',0,63),(248,'step','ended','complete','2018-06-28 02:09:27',2,30,'0','','',9,378),(249,'step','started','','2018-06-28 02:09:27',2,30,'0','','',10,0),(250,'assignee','status','pending','2018-06-28 02:09:27',2,30,'shop_manager','role','shop_manager',10,0),(251,'workflow','started','','2018-06-28 02:10:26',5,33,'0','','',0,0),(252,'step','started','','2018-06-28 02:10:26',5,33,'0','','',5,0),(253,'assignee','status','pending','2018-06-28 02:10:26',5,33,'broker','role','broker',5,0),(254,'assignee','status','pending','2018-06-28 02:10:26',5,33,'administrator','role','administrator',5,0),(255,'assignee','status','complete','2018-06-28 02:10:26',2,30,'shop_manager','role','shop_manager',10,59),(256,'assignee','status','approved','2018-06-28 02:10:41',5,33,'administrator','role','administrator',5,15),(257,'assignee','status','approved','2018-06-28 02:10:41',5,33,'administrator','role','administrator',5,0),(258,'step','ended','approved','2018-06-28 02:10:41',5,33,'0','','',5,15),(259,'workflow','ended','approved','2018-06-28 02:10:41',5,33,'0','','',0,15),(260,'step','ended','complete','2018-06-28 02:10:41',2,30,'0','','',10,74),(261,'workflow','ended','complete','2018-06-28 02:10:41',2,30,'0','','',0,532),(262,'workflow','started','','2018-06-28 02:14:30',1,34,'0','','',0,0),(263,'step','started','','2018-06-28 02:14:30',1,34,'0','','',11,0),(264,'workflow','started','','2018-06-28 02:14:30',2,35,'0','','',0,0),(265,'step','started','','2018-06-28 02:14:30',2,35,'0','','',8,0),(266,'assignee','status','pending','2018-06-28 02:14:30',2,35,'customer','role','customer',8,0),(267,'step','ended','complete','2018-06-28 02:14:32',1,34,'0','','',11,2),(268,'workflow','ended','complete','2018-06-28 02:14:32',1,34,'0','','',0,2),(269,'workflow','started','','2018-06-28 02:18:14',7,36,'0','','',0,0),(270,'step','started','','2018-06-28 02:18:14',7,36,'0','','',4,0),(271,'assignee','status','pending','2018-06-28 02:18:14',7,36,'broker','role','broker',4,0),(272,'assignee','status','pending','2018-06-28 02:18:14',7,36,'administrator','role','administrator',4,0),(273,'assignee','status','complete','2018-06-28 02:18:14',2,35,'customer','role','customer',8,224),(274,'assignee','status','approved','2018-06-28 02:18:51',7,36,'administrator','role','administrator',4,37),(275,'assignee','status','approved','2018-06-28 02:18:51',7,36,'administrator','role','administrator',4,0),(276,'step','ended','approved','2018-06-28 02:18:53',7,36,'0','','',4,39),(277,'workflow','ended','approved','2018-06-28 02:18:53',7,36,'0','','',0,41),(278,'step','ended','complete','2018-06-28 02:18:53',2,35,'0','','',8,263),(279,'step','started','','2018-06-28 02:18:53',2,35,'0','','',9,0),(280,'assignee','status','pending','2018-06-28 02:18:53',2,35,'supplier','role','supplier',9,0),(281,'assignee','status','pending','2018-06-28 02:20:22',2,35,'broker','role','broker',9,0),(282,'assignee','status','removed','2018-06-28 02:20:22',2,35,'supplier','role','supplier',9,0),(283,'workflow','started','','2018-06-28 02:22:17',6,37,'0','','',0,0),(284,'step','started','','2018-06-28 02:22:17',6,37,'0','','',2,0),(285,'assignee','status','pending','2018-06-28 02:22:17',6,37,'supplier','role','supplier',2,0),(286,'assignee','status','pending','2018-06-28 02:22:19',6,37,'administrator','role','administrator',2,0),(287,'assignee','status','complete','2018-06-28 02:22:19',2,35,'broker','role','broker',9,117),(288,'assignee','status','complete','2018-06-28 02:23:20',6,37,'supplier','role','supplier',2,63),(289,'assignee','status','complete','2018-06-28 02:23:20',6,37,'supplier','role','supplier',2,0),(290,'step','ended','complete','2018-06-28 02:23:20',6,37,'0','','',2,63),(291,'step','started','','2018-06-28 02:23:20',6,37,'0','','',3,0),(292,'assignee','status','pending','2018-06-28 02:23:20',6,37,'broker','role','broker',3,0),(293,'assignee','status','pending','2018-06-28 02:23:22',6,37,'administrator','role','administrator',3,0),(294,'assignee','status','approved','2018-06-28 02:23:59',6,37,'broker','role','broker',3,39),(295,'assignee','status','approved','2018-06-28 02:23:59',6,37,'broker','role','broker',3,0),(296,'step','ended','approved','2018-06-28 02:24:01',6,37,'0','','',3,41),(297,'workflow','ended','approved','2018-06-28 02:24:01',6,37,'0','','',0,106),(298,'step','ended','complete','2018-06-28 02:24:01',2,35,'0','','',9,308),(299,'step','started','','2018-06-28 02:24:01',2,35,'0','','',10,0),(300,'assignee','status','pending','2018-06-28 02:24:01',2,35,'shop_manager','role','shop_manager',10,0),(301,'workflow','started','','2018-06-28 02:24:44',5,38,'0','','',0,0),(302,'step','started','','2018-06-28 02:24:44',5,38,'0','','',5,0),(303,'assignee','status','pending','2018-06-28 02:24:45',5,38,'broker','role','broker',5,0),(304,'assignee','status','pending','2018-06-28 02:24:45',5,38,'administrator','role','administrator',5,0),(305,'assignee','status','complete','2018-06-28 02:24:45',2,35,'shop_manager','role','shop_manager',10,44),(306,'assignee','status','rejected','2018-06-28 02:25:23',5,38,'broker','role','broker',5,38),(307,'assignee','status','rejected','2018-06-28 02:25:23',5,38,'broker','role','broker',5,0),(308,'step','ended','rejected','2018-06-28 02:25:24',5,38,'0','','',5,40),(309,'step','started','','2018-06-28 02:25:24',5,38,'0','','',6,0),(310,'assignee','status','pending','2018-06-28 02:25:24',5,38,'customer','role','customer',6,0),(311,'assignee','status','pending','2018-06-28 02:25:25',5,38,'administrator','role','administrator',6,0),(312,'assignee','status','pending','2018-06-28 02:26:21',5,38,'shop_manager','role','shop_manager',6,0),(313,'assignee','status','removed','2018-06-28 02:26:21',5,38,'customer','role','customer',6,0),(314,'assignee','status','removed','2018-06-28 02:26:21',5,38,'administrator','role','administrator',6,0),(315,'assignee','status','complete','2018-06-28 02:26:40',5,38,'shop_manager','role','shop_manager',6,19),(316,'assignee','status','complete','2018-06-28 02:26:40',5,38,'shop_manager','role','shop_manager',6,0),(317,'step','ended','complete','2018-06-28 02:26:40',5,38,'0','','',6,76),(318,'step','started','','2018-06-28 02:26:40',5,38,'0','','',5,0),(319,'assignee','status','pending','2018-06-28 02:26:40',5,38,'broker','role','broker',5,0),(320,'assignee','status','pending','2018-06-28 02:26:40',5,38,'administrator','role','administrator',5,0),(321,'assignee','status','approved','2018-06-28 02:27:14',5,38,'broker','role','broker',5,34),(322,'assignee','status','approved','2018-06-28 02:27:14',5,38,'broker','role','broker',5,0),(323,'step','ended','approved','2018-06-28 02:27:14',5,38,'0','','',5,34),(324,'workflow','ended','approved','2018-06-28 02:27:14',5,38,'0','','',0,150),(325,'step','ended','complete','2018-06-28 02:27:14',2,35,'0','','',10,193),(326,'workflow','ended','complete','2018-06-28 02:27:14',2,35,'0','','',0,764),(327,'workflow','started','','2018-06-28 03:00:19',1,39,'0','','',0,0),(328,'step','started','','2018-06-28 03:00:19',1,39,'0','','',11,0),(329,'workflow','started','','2018-06-28 03:00:20',2,40,'0','','',0,0),(330,'step','started','','2018-06-28 03:00:20',2,40,'0','','',8,0),(331,'assignee','status','pending','2018-06-28 03:00:20',2,40,'customer','role','customer',8,0),(332,'step','ended','complete','2018-06-28 03:00:22',1,39,'0','','',11,3),(333,'workflow','ended','complete','2018-06-28 03:00:22',1,39,'0','','',0,3),(334,'workflow','started','','2018-06-28 03:00:54',7,41,'0','','',0,0),(335,'step','started','','2018-06-28 03:00:54',7,41,'0','','',4,0),(336,'assignee','status','pending','2018-06-28 03:00:54',7,41,'broker','role','broker',4,0),(337,'assignee','status','pending','2018-06-28 03:00:54',7,41,'administrator','role','administrator',4,0),(338,'assignee','status','complete','2018-06-28 03:00:54',2,40,'customer','role','customer',8,34),(339,'assignee','status','approved','2018-06-28 03:35:09',7,41,'broker','role','broker',4,2055),(340,'assignee','status','approved','2018-06-28 03:35:09',7,41,'broker','role','broker',4,0),(341,'step','ended','approved','2018-06-28 03:35:11',7,41,'0','','',4,2057),(342,'workflow','ended','approved','2018-06-28 03:35:11',7,41,'0','','',0,2059),(343,'step','ended','complete','2018-06-28 03:35:11',2,40,'0','','',8,2091),(344,'step','started','','2018-06-28 03:35:11',2,40,'0','','',9,0),(345,'assignee','status','pending','2018-06-28 03:35:11',2,40,'broker','role','broker',9,0),(346,'workflow','started','','2018-06-28 03:35:34',6,42,'0','','',0,0),(347,'step','started','','2018-06-28 03:35:34',6,42,'0','','',2,0),(348,'assignee','status','pending','2018-06-28 03:35:34',6,42,'supplier','role','supplier',2,0),(349,'assignee','status','pending','2018-06-28 03:35:36',6,42,'administrator','role','administrator',2,0),(350,'assignee','status','complete','2018-06-28 03:35:36',2,40,'broker','role','broker',9,25),(351,'assignee','status','complete','2018-06-28 03:36:04',6,42,'supplier','role','supplier',2,29),(352,'assignee','status','complete','2018-06-28 03:36:04',6,42,'supplier','role','supplier',2,0),(353,'step','ended','complete','2018-06-28 03:36:04',6,42,'0','','',2,30),(354,'step','started','','2018-06-28 03:36:04',6,42,'0','','',3,0),(355,'assignee','status','pending','2018-06-28 03:36:04',6,42,'broker','role','broker',3,0),(356,'assignee','status','pending','2018-06-28 03:36:05',6,42,'administrator','role','administrator',3,0),(357,'assignee','status','approved','2018-06-28 03:36:23',6,42,'administrator','role','administrator',3,18),(358,'assignee','status','approved','2018-06-28 03:36:23',6,42,'administrator','role','administrator',3,0),(359,'step','ended','approved','2018-06-28 03:36:25',6,42,'0','','',3,21),(360,'workflow','ended','approved','2018-06-28 03:36:25',6,42,'0','','',0,53),(361,'step','ended','complete','2018-06-28 03:36:25',2,40,'0','','',9,74),(362,'step','started','','2018-06-28 03:36:25',2,40,'0','','',10,0),(363,'assignee','status','pending','2018-06-28 03:36:25',2,40,'shop_manager','role','shop_manager',10,0),(364,'workflow','started','','2018-06-28 07:17:47',1,43,'0','','',0,0),(365,'step','started','','2018-06-28 07:17:47',1,43,'0','','',12,0),(366,'workflow','started','','2018-06-28 07:17:48',8,44,'0','','',0,0),(367,'step','started','','2018-06-28 07:17:48',8,44,'0','','',13,0),(368,'assignee','status','pending','2018-06-28 07:17:48',8,44,'customer','role','customer',13,0),(369,'step','ended','complete','2018-06-28 07:17:50',1,43,'0','','',12,3),(370,'workflow','ended','complete','2018-06-28 07:17:50',1,43,'0','','',0,3),(371,'assignee','status','complete','2018-06-28 07:18:33',8,44,'customer','role','customer',13,45),(372,'assignee','status','complete','2018-06-28 07:18:33',8,44,'customer','role','customer',13,0),(373,'step','ended','complete','2018-06-28 07:18:33',8,44,'0','','',13,45),(374,'step','started','','2018-06-28 07:18:33',8,44,'0','','',14,0),(375,'assignee','status','pending','2018-06-28 07:18:33',8,44,'broker','role','broker',14,0),(376,'assignee','status','rejected','2018-06-28 07:19:01',8,44,'broker','role','broker',14,28),(377,'assignee','status','rejected','2018-06-28 07:19:01',8,44,'broker','role','broker',14,0),(378,'step','ended','rejected','2018-06-28 07:19:01',8,44,'0','','',14,28),(379,'step','started','','2018-06-28 07:19:01',8,44,'0','','',15,0),(380,'assignee','status','pending','2018-06-28 07:19:01',8,44,'broker','role','broker',15,0),(381,'workflow','cancelled','','2018-06-28 07:19:35',8,44,'0','','',0,0),(382,'workflow','started','','2018-06-28 07:21:44',1,45,'0','','',0,0),(383,'step','started','','2018-06-28 07:21:44',1,45,'0','','',11,0),(384,'workflow','started','','2018-06-28 07:21:44',2,46,'0','','',0,0),(385,'step','started','','2018-06-28 07:21:44',2,46,'0','','',8,0),(386,'assignee','status','pending','2018-06-28 07:21:44',2,46,'customer','role','customer',8,0),(387,'step','ended','complete','2018-06-28 07:21:46',1,45,'0','','',11,2),(388,'workflow','ended','complete','2018-06-28 07:21:46',1,45,'0','','',0,2),(389,'workflow','started','','2018-06-28 07:21:50',1,47,'0','','',0,0),(390,'step','started','','2018-06-28 07:21:50',1,47,'0','','',11,0),(391,'workflow','started','','2018-06-28 07:21:50',2,48,'0','','',0,0),(392,'step','started','','2018-06-28 07:21:50',2,48,'0','','',8,0),(393,'assignee','status','pending','2018-06-28 07:21:50',2,48,'customer','role','customer',8,0),(394,'step','ended','complete','2018-06-28 07:21:52',1,47,'0','','',11,2),(395,'workflow','ended','complete','2018-06-28 07:21:52',1,47,'0','','',0,2),(396,'workflow','started','','2018-06-28 07:22:48',1,49,'0','','',0,0),(397,'step','started','','2018-06-28 07:22:48',1,49,'0','','',12,0),(398,'workflow','started','','2018-06-28 07:22:48',8,50,'0','','',0,0),(399,'step','started','','2018-06-28 07:22:48',8,50,'0','','',13,0),(400,'assignee','status','pending','2018-06-28 07:22:48',8,50,'customer','role','customer',13,0),(401,'step','ended','complete','2018-06-28 07:22:50',1,49,'0','','',12,2),(402,'workflow','ended','complete','2018-06-28 07:22:50',1,49,'0','','',0,2),(403,'assignee','status','complete','2018-06-28 07:26:03',8,50,'customer','role','customer',13,195),(404,'assignee','status','complete','2018-06-28 07:26:03',8,50,'customer','role','customer',13,0),(405,'step','ended','complete','2018-06-28 07:26:03',8,50,'0','','',13,195),(406,'step','started','','2018-06-28 07:26:03',8,50,'0','','',14,0),(407,'assignee','status','pending','2018-06-28 07:26:03',8,50,'broker','role','broker',14,0),(408,'assignee','status','rejected','2018-06-28 07:26:15',8,50,'broker','role','broker',14,12),(409,'assignee','status','rejected','2018-06-28 07:26:15',8,50,'broker','role','broker',14,0),(410,'step','ended','rejected','2018-06-28 07:26:15',8,50,'0','','',14,12),(411,'step','started','','2018-06-28 07:26:15',8,50,'0','','',13,0),(412,'assignee','status','pending','2018-06-28 07:26:15',8,50,'customer','role','customer',13,0),(413,'assignee','status','complete','2018-06-28 07:26:33',8,50,'customer','role','customer',13,18),(414,'assignee','status','complete','2018-06-28 07:26:33',8,50,'customer','role','customer',13,0),(415,'step','ended','complete','2018-06-28 07:26:33',8,50,'0','','',13,18),(416,'step','started','','2018-06-28 07:26:33',8,50,'0','','',14,0),(417,'assignee','status','pending','2018-06-28 07:26:33',8,50,'broker','role','broker',14,0),(418,'assignee','status','approved','2018-06-28 07:26:44',8,50,'broker','role','broker',14,11),(419,'assignee','status','approved','2018-06-28 07:26:44',8,50,'broker','role','broker',14,0),(420,'step','ended','approved','2018-06-28 07:26:44',8,50,'0','','',14,11),(421,'step','started','','2018-06-28 07:26:44',8,50,'0','','',15,0),(422,'assignee','status','pending','2018-06-28 07:26:44',8,50,'broker','role','broker',15,0),(423,'assignee','status','complete','2018-06-28 07:27:39',8,50,'broker','role','broker',15,55),(424,'assignee','status','complete','2018-06-28 07:27:39',8,50,'broker','role','broker',15,0),(425,'step','ended','complete','2018-06-28 07:27:39',8,50,'0','','',15,55),(426,'step','started','','2018-06-28 07:27:39',8,50,'0','','',16,0),(427,'assignee','status','pending','2018-06-28 07:27:39',8,50,'customer','role','customer',16,0),(428,'assignee','status','complete','2018-06-28 07:27:57',8,50,'customer','role','customer',16,18),(429,'assignee','status','complete','2018-06-28 07:27:57',8,50,'customer','role','customer',16,0),(430,'step','ended','complete','2018-06-28 07:27:57',8,50,'0','','',16,18),(431,'step','started','','2018-06-28 07:27:57',8,50,'0','','',17,0),(432,'assignee','status','pending','2018-06-28 07:27:57',8,50,'broker','role','broker',17,0),(433,'assignee','status','approved','2018-06-28 07:28:14',8,50,'broker','role','broker',17,17),(434,'assignee','status','approved','2018-06-28 07:28:14',8,50,'broker','role','broker',17,0),(435,'step','ended','approved','2018-06-28 07:28:15',8,50,'0','','',17,18),(436,'step','started','','2018-06-28 07:28:15',8,50,'0','','',19,0),(437,'assignee','status','pending','2018-06-28 07:28:15',8,50,'broker','role','broker',19,0),(438,'assignee','status','approved','2018-06-28 07:28:37',8,50,'broker','role','broker',19,22),(439,'assignee','status','approved','2018-06-28 07:28:37',8,50,'broker','role','broker',19,0),(440,'step','ended','approved','2018-06-28 07:28:37',8,50,'0','','',19,22),(441,'workflow','ended','approved','2018-06-28 07:28:37',8,50,'0','','',0,349),(442,'assignee','status','pending','2018-06-28 07:30:27',2,40,'customer','role','customer',10,0),(443,'assignee','status','removed','2018-06-28 07:30:27',2,40,'shop_manager','role','shop_manager',10,0),(444,'workflow','started','','2018-06-28 11:39:03',1,51,'0','','',0,0),(445,'step','started','','2018-06-28 11:39:03',1,51,'0','','',12,0),(446,'workflow','started','','2018-06-28 11:39:03',8,52,'0','','',0,0),(447,'step','started','','2018-06-28 11:39:03',8,52,'0','','',13,0),(448,'assignee','status','pending','2018-06-28 11:39:03',8,52,'customer','role','customer',13,0),(449,'step','ended','complete','2018-06-28 11:39:05',1,51,'0','','',12,2),(450,'workflow','ended','complete','2018-06-28 11:39:05',1,51,'0','','',0,2),(451,'workflow','started','','2018-06-28 11:42:03',1,53,'0','','',0,0),(452,'step','started','','2018-06-28 11:42:03',1,53,'0','','',11,0),(453,'workflow','started','','2018-06-28 11:42:03',2,54,'0','','',0,0),(454,'step','started','','2018-06-28 11:42:04',2,54,'0','','',8,0),(455,'assignee','status','pending','2018-06-28 11:42:04',2,54,'customer','role','customer',8,0),(456,'step','ended','complete','2018-06-28 11:42:06',1,53,'0','','',11,3),(457,'workflow','ended','complete','2018-06-28 11:42:06',1,53,'0','','',0,3); /*!40000 ALTER TABLE `wp_gravityflow_activity_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_groups_capability` -- DROP TABLE IF EXISTS `wp_groups_capability`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_groups_capability` ( `capability_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `capability` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `class` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `object` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `name` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `description` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`capability_id`), UNIQUE KEY `capability` (`capability`(100)), KEY `capability_kco` (`capability`(20),`class`(20),`object`(20)) ) ENGINE=InnoDB AUTO_INCREMENT=123 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_groups_capability` -- LOCK TABLES `wp_groups_capability` WRITE; /*!40000 ALTER TABLE `wp_groups_capability` DISABLE KEYS */; INSERT INTO `wp_groups_capability` VALUES (1,'switch_themes',NULL,NULL,NULL,NULL),(2,'edit_themes',NULL,NULL,NULL,NULL),(3,'activate_plugins',NULL,NULL,NULL,NULL),(4,'edit_plugins',NULL,NULL,NULL,NULL),(5,'edit_users',NULL,NULL,NULL,NULL),(6,'edit_files',NULL,NULL,NULL,NULL),(7,'manage_options',NULL,NULL,NULL,NULL),(8,'moderate_comments',NULL,NULL,NULL,NULL),(9,'manage_categories',NULL,NULL,NULL,NULL),(10,'manage_links',NULL,NULL,NULL,NULL),(11,'upload_files',NULL,NULL,NULL,NULL),(12,'import',NULL,NULL,NULL,NULL),(13,'unfiltered_html',NULL,NULL,NULL,NULL),(14,'edit_posts',NULL,NULL,NULL,NULL),(15,'edit_others_posts',NULL,NULL,NULL,NULL),(16,'edit_published_posts',NULL,NULL,NULL,NULL),(17,'publish_posts',NULL,NULL,NULL,NULL),(18,'edit_pages',NULL,NULL,NULL,NULL),(19,'read',NULL,NULL,NULL,NULL),(20,'level_10',NULL,NULL,NULL,NULL),(21,'level_9',NULL,NULL,NULL,NULL),(22,'level_8',NULL,NULL,NULL,NULL),(23,'level_7',NULL,NULL,NULL,NULL),(24,'level_6',NULL,NULL,NULL,NULL),(25,'level_5',NULL,NULL,NULL,NULL),(26,'level_4',NULL,NULL,NULL,NULL),(27,'level_3',NULL,NULL,NULL,NULL),(28,'level_2',NULL,NULL,NULL,NULL),(29,'level_1',NULL,NULL,NULL,NULL),(30,'level_0',NULL,NULL,NULL,NULL),(31,'edit_others_pages',NULL,NULL,NULL,NULL),(32,'edit_published_pages',NULL,NULL,NULL,NULL),(33,'publish_pages',NULL,NULL,NULL,NULL),(34,'delete_pages',NULL,NULL,NULL,NULL),(35,'delete_others_pages',NULL,NULL,NULL,NULL),(36,'delete_published_pages',NULL,NULL,NULL,NULL),(37,'delete_posts',NULL,NULL,NULL,NULL),(38,'delete_others_posts',NULL,NULL,NULL,NULL),(39,'delete_published_posts',NULL,NULL,NULL,NULL),(40,'delete_private_posts',NULL,NULL,NULL,NULL),(41,'edit_private_posts',NULL,NULL,NULL,NULL),(42,'read_private_posts',NULL,NULL,NULL,NULL),(43,'delete_private_pages',NULL,NULL,NULL,NULL),(44,'edit_private_pages',NULL,NULL,NULL,NULL),(45,'read_private_pages',NULL,NULL,NULL,NULL),(46,'delete_users',NULL,NULL,NULL,NULL),(47,'create_users',NULL,NULL,NULL,NULL),(48,'unfiltered_upload',NULL,NULL,NULL,NULL),(49,'edit_dashboard',NULL,NULL,NULL,NULL),(50,'update_plugins',NULL,NULL,NULL,NULL),(51,'delete_plugins',NULL,NULL,NULL,NULL),(52,'install_plugins',NULL,NULL,NULL,NULL),(53,'update_themes',NULL,NULL,NULL,NULL),(54,'install_themes',NULL,NULL,NULL,NULL),(55,'update_core',NULL,NULL,NULL,NULL),(56,'list_users',NULL,NULL,NULL,NULL),(57,'remove_users',NULL,NULL,NULL,NULL),(58,'promote_users',NULL,NULL,NULL,NULL),(59,'edit_theme_options',NULL,NULL,NULL,NULL),(60,'delete_themes',NULL,NULL,NULL,NULL),(61,'export',NULL,NULL,NULL,NULL),(62,'manage_woocommerce',NULL,NULL,NULL,NULL),(63,'view_woocommerce_reports',NULL,NULL,NULL,NULL),(64,'edit_product',NULL,NULL,NULL,NULL),(65,'read_product',NULL,NULL,NULL,NULL),(66,'delete_product',NULL,NULL,NULL,NULL),(67,'edit_products',NULL,NULL,NULL,NULL),(68,'edit_others_products',NULL,NULL,NULL,NULL),(69,'publish_products',NULL,NULL,NULL,NULL),(70,'read_private_products',NULL,NULL,NULL,NULL),(71,'delete_products',NULL,NULL,NULL,NULL),(72,'delete_private_products',NULL,NULL,NULL,NULL),(73,'delete_published_products',NULL,NULL,NULL,NULL),(74,'delete_others_products',NULL,NULL,NULL,NULL),(75,'edit_private_products',NULL,NULL,NULL,NULL),(76,'edit_published_products',NULL,NULL,NULL,NULL),(77,'manage_product_terms',NULL,NULL,NULL,NULL),(78,'edit_product_terms',NULL,NULL,NULL,NULL),(79,'delete_product_terms',NULL,NULL,NULL,NULL),(80,'assign_product_terms',NULL,NULL,NULL,NULL),(81,'edit_shop_order',NULL,NULL,NULL,NULL),(82,'read_shop_order',NULL,NULL,NULL,NULL),(83,'delete_shop_order',NULL,NULL,NULL,NULL),(84,'edit_shop_orders',NULL,NULL,NULL,NULL),(85,'edit_others_shop_orders',NULL,NULL,NULL,NULL),(86,'publish_shop_orders',NULL,NULL,NULL,NULL),(87,'read_private_shop_orders',NULL,NULL,NULL,NULL),(88,'delete_shop_orders',NULL,NULL,NULL,NULL),(89,'delete_private_shop_orders',NULL,NULL,NULL,NULL),(90,'delete_published_shop_orders',NULL,NULL,NULL,NULL),(91,'delete_others_shop_orders',NULL,NULL,NULL,NULL),(92,'edit_private_shop_orders',NULL,NULL,NULL,NULL),(93,'edit_published_shop_orders',NULL,NULL,NULL,NULL),(94,'manage_shop_order_terms',NULL,NULL,NULL,NULL),(95,'edit_shop_order_terms',NULL,NULL,NULL,NULL),(96,'delete_shop_order_terms',NULL,NULL,NULL,NULL),(97,'assign_shop_order_terms',NULL,NULL,NULL,NULL),(98,'edit_shop_coupon',NULL,NULL,NULL,NULL),(99,'read_shop_coupon',NULL,NULL,NULL,NULL),(100,'delete_shop_coupon',NULL,NULL,NULL,NULL),(101,'edit_shop_coupons',NULL,NULL,NULL,NULL),(102,'edit_others_shop_coupons',NULL,NULL,NULL,NULL),(103,'publish_shop_coupons',NULL,NULL,NULL,NULL),(104,'read_private_shop_coupons',NULL,NULL,NULL,NULL),(105,'delete_shop_coupons',NULL,NULL,NULL,NULL),(106,'delete_private_shop_coupons',NULL,NULL,NULL,NULL),(107,'delete_published_shop_coupons',NULL,NULL,NULL,NULL),(108,'delete_others_shop_coupons',NULL,NULL,NULL,NULL),(109,'edit_private_shop_coupons',NULL,NULL,NULL,NULL),(110,'edit_published_shop_coupons',NULL,NULL,NULL,NULL),(111,'manage_shop_coupon_terms',NULL,NULL,NULL,NULL),(112,'edit_shop_coupon_terms',NULL,NULL,NULL,NULL),(113,'delete_shop_coupon_terms',NULL,NULL,NULL,NULL),(114,'assign_shop_coupon_terms',NULL,NULL,NULL,NULL),(115,'manage_capabilities',NULL,NULL,NULL,NULL),(116,'do_the_broking',NULL,NULL,NULL,NULL),(117,'gravityflow_inbox',NULL,NULL,NULL,NULL),(118,'groups_access',NULL,NULL,NULL,NULL),(119,'groups_admin_groups',NULL,NULL,NULL,NULL),(120,'groups_admin_options',NULL,NULL,NULL,NULL),(121,'groups_restrict_access',NULL,NULL,NULL,NULL),(122,'gravityflow_status',NULL,NULL,NULL,NULL); /*!40000 ALTER TABLE `wp_groups_capability` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_groups_group` -- DROP TABLE IF EXISTS `wp_groups_group`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_groups_group` ( `group_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `parent_id` bigint(20) DEFAULT NULL, `creator_id` bigint(20) DEFAULT NULL, `datetime` datetime DEFAULT NULL, `name` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL, `description` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`group_id`), UNIQUE KEY `group_n` (`name`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_groups_group` -- LOCK TABLES `wp_groups_group` WRITE; /*!40000 ALTER TABLE `wp_groups_group` DISABLE KEYS */; INSERT INTO `wp_groups_group` VALUES (1,NULL,1,'2018-07-08 22:04:19','Registered',NULL),(2,NULL,1,'2018-07-08 22:28:12','Coor Nordic',NULL),(3,NULL,1,'2018-07-08 22:28:38','Coor SE',NULL),(5,NULL,1,'2018-07-08 22:30:17','Coor Kista',NULL),(6,NULL,1,'2018-07-09 03:26:41','Broker Organization',NULL); /*!40000 ALTER TABLE `wp_groups_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_groups_group_capability` -- DROP TABLE IF EXISTS `wp_groups_group_capability`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_groups_group_capability` ( `group_id` bigint(20) unsigned NOT NULL, `capability_id` bigint(20) unsigned NOT NULL, PRIMARY KEY (`group_id`,`capability_id`), KEY `group_capability_cg` (`capability_id`,`group_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_groups_group_capability` -- LOCK TABLES `wp_groups_group_capability` WRITE; /*!40000 ALTER TABLE `wp_groups_group_capability` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_groups_group_capability` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_groups_user_capability` -- DROP TABLE IF EXISTS `wp_groups_user_capability`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_groups_user_capability` ( `user_id` bigint(20) unsigned NOT NULL, `capability_id` bigint(20) unsigned NOT NULL, PRIMARY KEY (`user_id`,`capability_id`), KEY `user_capability_cu` (`capability_id`,`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_groups_user_capability` -- LOCK TABLES `wp_groups_user_capability` WRITE; /*!40000 ALTER TABLE `wp_groups_user_capability` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_groups_user_capability` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_groups_user_group` -- DROP TABLE IF EXISTS `wp_groups_user_group`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_groups_user_group` ( `user_id` bigint(20) unsigned NOT NULL, `group_id` bigint(20) unsigned NOT NULL, PRIMARY KEY (`user_id`,`group_id`), KEY `user_group_gu` (`group_id`,`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_groups_user_group` -- LOCK TABLES `wp_groups_user_group` WRITE; /*!40000 ALTER TABLE `wp_groups_user_group` DISABLE KEYS */; INSERT INTO `wp_groups_user_group` VALUES (1,1),(2,1),(2,6),(3,1),(4,1),(5,1),(5,2),(5,3),(5,5),(6,1),(6,3),(6,5),(7,1),(7,5); /*!40000 ALTER TABLE `wp_groups_user_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_mailchimp_carts` -- DROP TABLE IF EXISTS `wp_mailchimp_carts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_mailchimp_carts` ( `id` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL, `user_id` int(11) DEFAULT NULL, `cart` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `created_at` datetime NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_mailchimp_carts` -- LOCK TABLES `wp_mailchimp_carts` WRITE; /*!40000 ALTER TABLE `wp_mailchimp_carts` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_mailchimp_carts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=5721 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://localhost','yes'),(2,'home','http://localhost','yes'),(3,'blogname','WooC','yes'),(4,'blogdescription','Just another WordPress site','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','almira@saburly.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','0','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'rewrite_rules','a:180:{s:24:\"^wc-auth/v([1]{1})/(.*)?\";s:63:\"index.php?wc-auth-version=$matches[1]&wc-auth-route=$matches[2]\";s:22:\"^wc-api/v([1-3]{1})/?$\";s:51:\"index.php?wc-api-version=$matches[1]&wc-api-route=/\";s:24:\"^wc-api/v([1-3]{1})(.*)?\";s:61:\"index.php?wc-api-version=$matches[1]&wc-api-route=$matches[2]\";s:7:\"shop/?$\";s:27:\"index.php?post_type=product\";s:37:\"shop/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:32:\"shop/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:24:\"shop/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=product&paged=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:20:\"gravityformsapi/(.*)\";s:33:\"index.php?gfapi_route=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"category/(.+?)/wc-api(/(.*))?/?$\";s:54:\"index.php?category_name=$matches[1]&wc-api=$matches[3]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:29:\"tag/([^/]+)/wc-api(/(.*))?/?$\";s:44:\"index.php?tag=$matches[1]&wc-api=$matches[3]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:55:\"product-category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"product-category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:31:\"product-category/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:43:\"product-category/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:25:\"product-category/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:52:\"product-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:47:\"product-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:28:\"product-tag/([^/]+)/embed/?$\";s:44:\"index.php?product_tag=$matches[1]&embed=true\";s:40:\"product-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_tag=$matches[1]&paged=$matches[2]\";s:22:\"product-tag/([^/]+)/?$\";s:33:\"index.php?product_tag=$matches[1]\";s:35:\"product/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"product/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"product/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"product/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"product/([^/]+)/embed/?$\";s:40:\"index.php?product=$matches[1]&embed=true\";s:28:\"product/([^/]+)/trackback/?$\";s:34:\"index.php?product=$matches[1]&tb=1\";s:48:\"product/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:43:\"product/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:36:\"product/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&paged=$matches[2]\";s:43:\"product/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&cpage=$matches[2]\";s:33:\"product/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?product=$matches[1]&wc-api=$matches[3]\";s:39:\"product/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"product/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:32:\"product/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?product=$matches[1]&page=$matches[2]\";s:24:\"product/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"product/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"product/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"product/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"amn_smtp/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"amn_smtp/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"amn_smtp/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"amn_smtp/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"amn_smtp/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"amn_smtp/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"amn_smtp/([^/]+)/embed/?$\";s:41:\"index.php?amn_smtp=$matches[1]&embed=true\";s:29:\"amn_smtp/([^/]+)/trackback/?$\";s:35:\"index.php?amn_smtp=$matches[1]&tb=1\";s:37:\"amn_smtp/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?amn_smtp=$matches[1]&paged=$matches[2]\";s:44:\"amn_smtp/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?amn_smtp=$matches[1]&cpage=$matches[2]\";s:34:\"amn_smtp/([^/]+)/wc-api(/(.*))?/?$\";s:49:\"index.php?amn_smtp=$matches[1]&wc-api=$matches[3]\";s:40:\"amn_smtp/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:51:\"amn_smtp/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:33:\"amn_smtp/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?amn_smtp=$matches[1]&page=$matches[2]\";s:25:\"amn_smtp/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"amn_smtp/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"amn_smtp/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"amn_smtp/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"amn_smtp/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"amn_smtp/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:17:\"wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:26:\"wcj-my-products(/(.*))?/?$\";s:38:\"index.php?&wcj-my-products=$matches[2]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:26:\"comments/wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:29:\"search/(.+)/wc-api(/(.*))?/?$\";s:42:\"index.php?s=$matches[1]&wc-api=$matches[3]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:32:\"author/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?author_name=$matches[1]&wc-api=$matches[3]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:54:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:82:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&wc-api=$matches[5]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:41:\"([0-9]{4})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:66:\"index.php?year=$matches[1]&monthnum=$matches[2]&wc-api=$matches[4]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:28:\"([0-9]{4})/wc-api(/(.*))?/?$\";s:45:\"index.php?year=$matches[1]&wc-api=$matches[3]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:62:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/wc-api(/(.*))?/?$\";s:99:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&wc-api=$matches[6]\";s:62:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:73:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:25:\"(.?.+?)/wc-api(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&wc-api=$matches[3]\";s:34:\"(.?.+?)/wcj-my-products(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&wcj-my-products=$matches[3]\";s:28:\"(.?.+?)/order-pay(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&order-pay=$matches[3]\";s:33:\"(.?.+?)/order-received(/(.*))?/?$\";s:57:\"index.php?pagename=$matches[1]&order-received=$matches[3]\";s:25:\"(.?.+?)/orders(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&orders=$matches[3]\";s:29:\"(.?.+?)/view-order(/(.*))?/?$\";s:53:\"index.php?pagename=$matches[1]&view-order=$matches[3]\";s:28:\"(.?.+?)/downloads(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&downloads=$matches[3]\";s:31:\"(.?.+?)/edit-account(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-account=$matches[3]\";s:31:\"(.?.+?)/edit-address(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-address=$matches[3]\";s:34:\"(.?.+?)/payment-methods(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&payment-methods=$matches[3]\";s:32:\"(.?.+?)/lost-password(/(.*))?/?$\";s:56:\"index.php?pagename=$matches[1]&lost-password=$matches[3]\";s:34:\"(.?.+?)/customer-logout(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&customer-logout=$matches[3]\";s:37:\"(.?.+?)/add-payment-method(/(.*))?/?$\";s:61:\"index.php?pagename=$matches[1]&add-payment-method=$matches[3]\";s:40:\"(.?.+?)/delete-payment-method(/(.*))?/?$\";s:64:\"index.php?pagename=$matches[1]&delete-payment-method=$matches[3]\";s:45:\"(.?.+?)/set-default-payment-method(/(.*))?/?$\";s:69:\"index.php?pagename=$matches[1]&set-default-payment-method=$matches[3]\";s:31:\".?.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\".?.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:17:{i:0;s:36:\"gravityforms-master/gravityforms.php\";i:1;s:14:\"basic-auth.php\";i:2;s:48:\"capability-manager-enhanced/capsman-enhanced.php\";i:3;s:34:\"gravityflow-master/gravityflow.php\";i:4;s:49:\"gravityflowformconnector-master/formconnector.php\";i:5;s:17:\"groups/groups.php\";i:6;s:19:\"jetpack/jetpack.php\";i:7;s:51:\"mailchimp-for-woocommerce/mailchimp-woocommerce.php\";i:8;s:33:\"multiple-roles/multiple-roles.php\";i:10;s:41:\"user-organizations/user-organizations.php\";i:11;s:31:\"view-admin-as/view-admin-as.php\";i:12;s:57:\"wiaas-extended-restful-api/wiaas-extended-restful-api.php\";i:13;s:43:\"woocommerce-jetpack/woocommerce-jetpack.php\";i:14;s:45:\"woocommerce-services/woocommerce-services.php\";i:15;s:27:\"woocommerce/woocommerce.php\";i:16;s:29:\"wp-mail-smtp/wp_mail_smtp.php\";i:17;s:33:\"wp-user-groups/wp-user-groups.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:4:{i:0;s:57:\"/var/www/wordpress/wp-content/themes/storefront/style.css\";i:1;s:64:\"/var/www/wordpress/wp-content/themes/storefront/content-none.php\";i:2;s:68:\"/var/www/wordpress/wp-content/themes/storefront/content-homepage.php\";i:4;s:0:\"\";}','no'),(40,'template','storefront','yes'),(41,'stylesheet','storefront','yes'),(42,'comment_whitelist','1','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','38590','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','0','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','posts','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:2:{s:45:\"woocommerce-services/woocommerce-services.php\";a:2:{i:0;s:17:\"WC_Connect_Loader\";i:1;s:16:\"plugin_uninstall\";}s:43:\"my-custom-functions/my-custom-functions.php\";s:26:\"spacexchimp_p001_uninstall\";}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','0','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','0','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'wp_page_for_privacy_policy','3','yes'),(92,'initial_db_version','38590','yes'),(93,'wp_user_roles','a:10:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:133:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:19:\"manage_capabilities\";b:1;s:14:\"do_the_broking\";b:1;s:17:\"gravityflow_inbox\";b:1;s:13:\"groups_access\";b:1;s:19:\"groups_admin_groups\";b:1;s:20:\"groups_admin_options\";b:1;s:22:\"groups_restrict_access\";b:1;s:26:\"wpcf_custom_post_type_view\";b:1;s:26:\"wpcf_custom_post_type_edit\";b:1;s:33:\"wpcf_custom_post_type_edit_others\";b:1;s:25:\"wpcf_custom_taxonomy_view\";b:1;s:25:\"wpcf_custom_taxonomy_edit\";b:1;s:32:\"wpcf_custom_taxonomy_edit_others\";b:1;s:22:\"wpcf_custom_field_view\";b:1;s:22:\"wpcf_custom_field_edit\";b:1;s:29:\"wpcf_custom_field_edit_others\";b:1;s:25:\"wpcf_user_meta_field_view\";b:1;s:25:\"wpcf_user_meta_field_edit\";b:1;s:32:\"wpcf_user_meta_field_edit_others\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:7:{s:4:\"read\";b:1;s:17:\"gravityflow_inbox\";b:1;s:18:\"gravityflow_status\";b:1;s:7:\"level_0\";b:1;s:14:\"do_the_broking\";b:1;s:21:\"read_private_products\";b:1;s:24:\"read_private_shop_orders\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:92:{s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}s:6:\"broker\";a:2:{s:4:\"name\";s:6:\"Broker\";s:12:\"capabilities\";a:2:{s:14:\"do_the_broking\";b:1;s:7:\"level_0\";b:1;}}s:15:\"commercial_lead\";a:2:{s:4:\"name\";s:15:\"Commercial Lead\";s:12:\"capabilities\";a:0:{}}s:8:\"supplier\";a:2:{s:4:\"name\";s:8:\"Supplier\";s:12:\"capabilities\";a:2:{s:14:\"do_the_broking\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(94,'fresh_site','0','yes'),(95,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(100,'sidebars_widgets','a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:8:\"header-1\";a:0:{}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(101,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'cron','a:17:{i:1531823242;a:1:{s:32:\"woocommerce_cancel_unpaid_orders\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1531823245;a:1:{s:16:\"gravityflow_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:15:\"fifteen_minutes\";s:4:\"args\";a:0:{}s:8:\"interval\";i:900;}}}i:1531823453;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1531824167;a:1:{s:29:\"wcj_download_tcpdf_fonts_hook\";a:1:{s:32:\"26b69dc9b9c77e4c1647111635ada6f2\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:1:{i:0;s:6:\"hourly\";}s:8:\"interval\";i:3600;}}}i:1531824230;a:1:{s:33:\"woocommerce_cleanup_personal_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1531824240;a:1:{s:30:\"woocommerce_tracker_send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1531824634;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1531835030;a:1:{s:24:\"woocommerce_cleanup_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1531845830;a:1:{s:28:\"woocommerce_cleanup_sessions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1531855853;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1531869957;a:1:{s:17:\"gravityforms_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1531872000;a:1:{s:27:\"woocommerce_scheduled_sales\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1531899078;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1531900311;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1533211200;a:1:{s:25:\"woocommerce_geoip_updater\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2635200;}}}i:1533807022;a:1:{s:25:\"otgs_send_components_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}s:7:\"version\";i:2;}','yes'),(111,'theme_mods_twentyseventeen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1528703429;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(115,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.7.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.7.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.7-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.7-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.7\";s:7:\"version\";s:5:\"4.9.7\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1531815969;s:15:\"version_checked\";s:5:\"4.9.7\";s:12:\"translations\";a:0:{}}','no'),(125,'can_compress_scripts','0','no'),(140,'recently_activated','a:0:{}','yes'),(147,'woocommerce_store_address','Bhills 1','yes'),(148,'woocommerce_store_address_2','','yes'),(149,'woocommerce_store_city','Beverly Hills','yes'),(150,'woocommerce_default_country','US:CA','yes'),(151,'woocommerce_store_postcode','90210','yes'),(152,'woocommerce_allowed_countries','all','yes'),(153,'woocommerce_all_except_countries','','yes'),(154,'woocommerce_specific_allowed_countries','','yes'),(155,'woocommerce_ship_to_countries','','yes'),(156,'woocommerce_specific_ship_to_countries','','yes'),(157,'woocommerce_default_customer_address','geolocation','yes'),(158,'woocommerce_calc_taxes','yes','yes'),(159,'woocommerce_enable_coupons','yes','yes'),(160,'woocommerce_calc_discounts_sequentially','no','no'),(161,'woocommerce_currency','USD','yes'),(162,'woocommerce_currency_pos','left','yes'),(163,'woocommerce_price_thousand_sep',',','yes'),(164,'woocommerce_price_decimal_sep','.','yes'),(165,'woocommerce_price_num_decimals','2','yes'),(166,'woocommerce_shop_page_id','5','yes'),(167,'woocommerce_cart_redirect_after_add','no','yes'),(168,'woocommerce_enable_ajax_add_to_cart','yes','yes'),(169,'woocommerce_weight_unit','kg','yes'),(170,'woocommerce_dimension_unit','cm','yes'),(171,'woocommerce_enable_reviews','yes','yes'),(172,'woocommerce_review_rating_verification_label','yes','no'),(173,'woocommerce_review_rating_verification_required','no','no'),(174,'woocommerce_enable_review_rating','yes','yes'),(175,'woocommerce_review_rating_required','yes','no'),(176,'woocommerce_manage_stock','yes','yes'),(177,'woocommerce_hold_stock_minutes','60','no'),(178,'woocommerce_notify_low_stock','yes','no'),(179,'woocommerce_notify_no_stock','yes','no'),(180,'woocommerce_stock_email_recipient','duplingnedim@gmail.com','no'),(181,'woocommerce_notify_low_stock_amount','2','no'),(182,'woocommerce_notify_no_stock_amount','0','yes'),(183,'woocommerce_hide_out_of_stock_items','no','yes'),(184,'woocommerce_stock_format','','yes'),(185,'woocommerce_file_download_method','force','no'),(186,'woocommerce_downloads_require_login','no','no'),(187,'woocommerce_downloads_grant_access_after_payment','yes','no'),(188,'woocommerce_prices_include_tax','no','yes'),(189,'woocommerce_tax_based_on','shipping','yes'),(190,'woocommerce_shipping_tax_class','inherit','yes'),(191,'woocommerce_tax_round_at_subtotal','no','yes'),(192,'woocommerce_tax_classes','Reduced rate\nZero rate','yes'),(193,'woocommerce_tax_display_shop','excl','yes'),(194,'woocommerce_tax_display_cart','excl','yes'),(195,'woocommerce_price_display_suffix','','yes'),(196,'woocommerce_tax_total_display','itemized','no'),(197,'woocommerce_enable_shipping_calc','yes','no'),(198,'woocommerce_shipping_cost_requires_address','no','yes'),(199,'woocommerce_ship_to_destination','billing','no'),(200,'woocommerce_shipping_debug_mode','no','yes'),(201,'woocommerce_enable_guest_checkout','yes','no'),(202,'woocommerce_enable_checkout_login_reminder','no','no'),(203,'woocommerce_enable_signup_and_login_from_checkout','no','no'),(204,'woocommerce_enable_myaccount_registration','no','no'),(205,'woocommerce_registration_generate_username','yes','no'),(206,'woocommerce_registration_generate_password','yes','no'),(207,'woocommerce_erasure_request_removes_order_data','no','no'),(208,'woocommerce_erasure_request_removes_download_data','no','no'),(209,'woocommerce_registration_privacy_policy_text','Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our [privacy_policy].','yes'),(210,'woocommerce_checkout_privacy_policy_text','Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our [privacy_policy].','yes'),(211,'woocommerce_delete_inactive_accounts','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(212,'woocommerce_trash_pending_orders','','no'),(213,'woocommerce_trash_failed_orders','','no'),(214,'woocommerce_trash_cancelled_orders','','no'),(215,'woocommerce_anonymize_completed_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(216,'woocommerce_email_from_name','WooC','no'),(217,'woocommerce_email_from_address','duplingnedim@gmail.com','no'),(218,'woocommerce_email_header_image','','no'),(219,'woocommerce_email_footer_text','{site_title}','no'),(220,'woocommerce_email_base_color','#96588a','no'),(221,'woocommerce_email_background_color','#f7f7f7','no'),(222,'woocommerce_email_body_background_color','#ffffff','no'),(223,'woocommerce_email_text_color','#3c3c3c','no'),(224,'woocommerce_cart_page_id','6','yes'),(225,'woocommerce_checkout_page_id','7','yes'),(226,'woocommerce_myaccount_page_id','8','yes'),(227,'woocommerce_terms_page_id','','no'),(228,'woocommerce_force_ssl_checkout','no','yes'),(229,'woocommerce_unforce_ssl_checkout','no','yes'),(230,'woocommerce_checkout_pay_endpoint','order-pay','yes'),(231,'woocommerce_checkout_order_received_endpoint','order-received','yes'),(232,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),(233,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','yes'),(234,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','yes'),(235,'woocommerce_myaccount_orders_endpoint','orders','yes'),(236,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),(237,'woocommerce_myaccount_downloads_endpoint','downloads','yes'),(238,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),(239,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),(240,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','yes'),(241,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),(242,'woocommerce_logout_endpoint','customer-logout','yes'),(243,'woocommerce_api_enabled','yes','yes'),(244,'woocommerce_single_image_width','600','yes'),(245,'woocommerce_thumbnail_image_width','300','yes'),(246,'woocommerce_checkout_highlight_required_fields','yes','yes'),(247,'woocommerce_demo_store','no','no'),(248,'woocommerce_permalinks','a:5:{s:12:\"product_base\";s:7:\"product\";s:13:\"category_base\";s:16:\"product-category\";s:8:\"tag_base\";s:11:\"product-tag\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:0;}','yes'),(249,'current_theme_supports_woocommerce','yes','yes'),(250,'woocommerce_queue_flush_rewrite_rules','no','yes'),(251,'_transient_wc_attribute_taxonomies','a:0:{}','yes'),(253,'default_product_cat','15','yes'),(258,'woocommerce_admin_notices','a:0:{}','yes'),(259,'_transient_woocommerce_webhook_ids','a:0:{}','yes'),(260,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(261,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(262,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(263,'widget_woocommerce_price_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(264,'widget_woocommerce_product_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(265,'widget_woocommerce_product_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(266,'widget_woocommerce_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(267,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(268,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(269,'widget_woocommerce_top_rated_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(270,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(271,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(278,'woocommerce_meta_box_errors','a:0:{}','yes'),(291,'woocommerce_product_type','both','yes'),(292,'woocommerce_allow_tracking','no','yes'),(293,'woocommerce_stripe_settings','a:3:{s:7:\"enabled\";s:2:\"no\";s:14:\"create_account\";b:0;s:5:\"email\";b:0;}','yes'),(294,'woocommerce_ppec_paypal_settings','a:2:{s:16:\"reroute_requests\";b:0;s:5:\"email\";b:0;}','yes'),(295,'woocommerce_cheque_settings','a:1:{s:7:\"enabled\";s:2:\"no\";}','yes'),(296,'woocommerce_bacs_settings','a:1:{s:7:\"enabled\";s:2:\"no\";}','yes'),(297,'woocommerce_cod_settings','a:1:{s:7:\"enabled\";s:3:\"yes\";}','yes'),(298,'_transient_shipping-transient-version','1528703397','yes'),(299,'woocommerce_setup_automated_taxes','1','yes'),(309,'current_theme','Storefront','yes'),(310,'theme_mods_storefront','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;}','yes'),(311,'theme_switched','','yes'),(312,'storefront_nux_fresh_site','0','yes'),(313,'woocommerce_catalog_rows','4','yes'),(314,'woocommerce_catalog_columns','3','yes'),(315,'woocommerce_maybe_regenerate_images_hash','27acde77266b4d2a3491118955cb3f66','yes'),(319,'jetpack_activated','1','yes'),(322,'jetpack_activation_source','a:2:{i:0;s:7:\"unknown\";i:1;N;}','yes'),(323,'jetpack_sync_settings_disable','0','yes'),(324,'_transient_timeout_jetpack_file_data_6.2.1','1534230345','no'),(325,'_transient_jetpack_file_data_6.2.1','a:57:{s:32:\"c22c48d7cfe9d38dff2864cfea64636a\";a:15:{s:4:\"name\";s:20:\"Spelling and Grammar\";s:11:\"description\";s:39:\"Check your spelling, style, and grammar\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"6\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:115:\"after the deadline, afterthedeadline, spell, spellchecker, spelling, grammar, proofreading, style, language, cliche\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"fb5c4814ddc3946a3f22cc838fcb2af3\";a:15:{s:4:\"name\";s:8:\"Carousel\";s:11:\"description\";s:75:\"Display images and galleries in a gorgeous, full-screen browsing experience\";s:14:\"jumpstart_desc\";s:79:\"Brings your photos and images to life as full-size, easily navigable galleries.\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:2:\"12\";s:10:\"introduced\";s:3:\"1.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:21:\"Appearance, Jumpstart\";s:25:\"additional_search_queries\";s:80:\"gallery, carousel, diaporama, slideshow, images, lightbox, exif, metadata, image\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"5813eda53235a9a81a69b1f6a4a15db6\";a:15:{s:4:\"name\";s:13:\"Comment Likes\";s:11:\"description\";s:64:\"Increase visitor engagement by adding a Like button to comments.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"39\";s:20:\"recommendation_order\";s:2:\"17\";s:10:\"introduced\";s:3:\"5.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:37:\"like widget, like button, like, likes\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7ef4ca32a1c84fc10ef50c8293cae5df\";a:15:{s:4:\"name\";s:8:\"Comments\";s:11:\"description\";s:80:\"Let readers use WordPress.com, Twitter, Facebook, or Google+ accounts to comment\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"20\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:53:\"comments, comment, facebook, twitter, google+, social\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"c5331bfc2648dfeeebe486736d79a72c\";a:15:{s:4:\"name\";s:12:\"Contact Form\";s:11:\"description\";s:57:\"Insert a customizable contact form anywhere on your site.\";s:14:\"jumpstart_desc\";s:111:\"Adds a button to your post and page editors, allowing you to build simple forms to help visitors stay in touch.\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:3:\"1.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:18:\"Writing, Jumpstart\";s:25:\"additional_search_queries\";s:44:\"contact, form, grunion, feedback, submission\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"707c77d2e8cb0c12d094e5423c8beda8\";a:15:{s:4:\"name\";s:20:\"Custom content types\";s:11:\"description\";s:74:\"Display different types of content on your site with custom content types.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:72:\"cpt, custom post types, portfolio, portfolios, testimonial, testimonials\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"cd499b1678cfe3aabfc8ca0d3eb7e8b9\";a:15:{s:4:\"name\";s:10:\"Custom CSS\";s:11:\"description\";s:53:\"Tweak your site’s CSS without modifying your theme.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"2\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.7\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:108:\"css, customize, custom, style, editor, less, sass, preprocessor, font, mobile, appearance, theme, stylesheet\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7d266d6546645f42cf52a66387699c50\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"5d436678d5e010ac6b0f157aa1021554\";a:15:{s:4:\"name\";s:21:\"Enhanced Distribution\";s:11:\"description\";s:27:\"Increase reach and traffic.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"5\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:54:\"google, seo, firehose, search, broadcast, broadcasting\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"092b94702bb483a5472578283c2103d6\";a:15:{s:4:\"name\";s:16:\"Google Analytics\";s:11:\"description\";s:56:\"Set up Google Analytics without touching a line of code.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"37\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"4.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:37:\"webmaster, google, analytics, console\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"6bd77e09440df2b63044cf8cb7963773\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"ee1a10e2ef5733ab19eb1eb552d5ecb3\";a:15:{s:4:\"name\";s:19:\"Gravatar Hovercards\";s:11:\"description\";s:58:\"Enable pop-up business cards over commenters’ Gravatars.\";s:14:\"jumpstart_desc\";s:131:\"Let commenters link their profiles to their Gravatar accounts, making it easy for your visitors to learn more about your community.\";s:4:\"sort\";s:2:\"11\";s:20:\"recommendation_order\";s:2:\"13\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:21:\"Appearance, Jumpstart\";s:25:\"additional_search_queries\";s:20:\"gravatar, hovercards\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"284c08538b0bdc266315b2cf80b9c044\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"0ce5c3ac630dea9f41215e48bb0f52f3\";a:15:{s:4:\"name\";s:15:\"Infinite Scroll\";s:11:\"description\";s:53:\"Automatically load new content when a visitor scrolls\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:33:\"scroll, infinite, infinite scroll\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"87da2858d4f9cadb6a44fdcf32e8d2b5\";a:15:{s:4:\"name\";s:8:\"JSON API\";s:11:\"description\";s:51:\"Allow applications to securely access your content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"19\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:19:\"Writing, Developers\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:50:\"api, rest, develop, developers, json, klout, oauth\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"004962cb7cb9ec2b64769ac4df509217\";a:15:{s:4:\"name\";s:14:\"Beautiful Math\";s:11:\"description\";s:57:\"Use LaTeX markup for complex equations and other geekery.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"12\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:47:\"latex, math, equation, equations, formula, code\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7f408184bee8850d439c01322867e72c\";a:15:{s:4:\"name\";s:11:\"Lazy Images\";s:11:\"description\";s:16:\"Lazy load images\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:5:\"5.6.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:23:\"Appearance, Recommended\";s:7:\"feature\";s:21:\"Appearance, Jumpstart\";s:25:\"additional_search_queries\";s:33:\"mobile, theme, performance, image\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"2ad914b747f382ae918ed3b37077d4a1\";a:15:{s:4:\"name\";s:5:\"Likes\";s:11:\"description\";s:63:\"Give visitors an easy way to show they appreciate your content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"23\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:26:\"like, likes, wordpress.com\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"b347263e3470979442ebf0514e41e893\";a:15:{s:4:\"name\";s:6:\"Manage\";s:11:\"description\";s:54:\"Manage all of your sites from a centralized dashboard.\";s:14:\"jumpstart_desc\";s:151:\"Helps you remotely manage plugins, turn on automated updates, and more from wordpress.com.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"3\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:35:\"Centralized Management, Recommended\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:26:\"manage, management, remote\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"589982245aa6f495b72ab7cf57a1a48e\";a:15:{s:4:\"name\";s:8:\"Markdown\";s:11:\"description\";s:50:\"Write posts or pages in plain-text Markdown syntax\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"31\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:12:\"md, markdown\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"d3bec8e063d637bc285018241b783725\";a:15:{s:4:\"name\";s:21:\"WordPress.com Toolbar\";s:11:\"description\";s:91:\"Replaces the admin bar with a useful toolbar to quickly manage your site via WordPress.com.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"38\";s:20:\"recommendation_order\";s:2:\"16\";s:10:\"introduced\";s:3:\"4.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"General\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:19:\"adminbar, masterbar\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"6ab1c3e749bcfba2dedbaebe6c9fc614\";a:15:{s:4:\"name\";s:12:\"Mobile Theme\";s:11:\"description\";s:31:\"Enable the Jetpack Mobile theme\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"21\";s:20:\"recommendation_order\";s:2:\"11\";s:10:\"introduced\";s:3:\"1.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:31:\"Appearance, Mobile, Recommended\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:24:\"mobile, theme, minileven\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"b7be7da643ec641511839ecc6afb6def\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"d54f83ff429a8a37ace796de98459411\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"0f8b373fa12c825162c0b0bc20b8bbdd\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"5d7b0750cb34a4a72a44fa67790de639\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"f07fde8db279ffb0116c727df72c6374\";a:15:{s:4:\"name\";s:7:\"Monitor\";s:11:\"description\";s:61:\"Receive immediate notifications if your site goes down, 24/7.\";s:14:\"jumpstart_desc\";s:61:\"Receive immediate notifications if your site goes down, 24/7.\";s:4:\"sort\";s:2:\"28\";s:20:\"recommendation_order\";s:2:\"10\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:19:\"Security, Jumpstart\";s:25:\"additional_search_queries\";s:37:\"monitor, uptime, downtime, monitoring\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"136a5445a49150db75472862f3d3aefb\";a:15:{s:4:\"name\";s:13:\"Notifications\";s:11:\"description\";s:57:\"Receive instant notifications of site comments and likes.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:62:\"notification, notifications, toolbar, adminbar, push, comments\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"395d8ae651afabb54d1e98440674b384\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"4484ac68583fbbaab0ef698cdc986950\";a:15:{s:4:\"name\";s:6:\"Photon\";s:11:\"description\";s:29:\"Serve images from our servers\";s:14:\"jumpstart_desc\";s:141:\"Mirrors and serves your images from our free and fast image CDN, improving your site’s performance with no additional load on your servers.\";s:4:\"sort\";s:2:\"25\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:34:\"Recommended, Jumpstart, Appearance\";s:25:\"additional_search_queries\";s:38:\"photon, image, cdn, performance, speed\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"6f30193afa5b1360e3fa2676501b5e3a\";a:15:{s:4:\"name\";s:13:\"Post by email\";s:11:\"description\";s:33:\"Publish posts by sending an email\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"14\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:20:\"post by email, email\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"3e9f8bd3755d92e8e5d06966a957beb8\";a:15:{s:4:\"name\";s:7:\"Protect\";s:11:\"description\";s:41:\"Block suspicious-looking sign in activity\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"4\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:8:\"Security\";s:25:\"additional_search_queries\";s:65:\"security, secure, protection, botnet, brute force, protect, login\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"0cacc8ab2145ad11cb54d181a98aa550\";a:15:{s:4:\"name\";s:9:\"Publicize\";s:11:\"description\";s:27:\"Automated social marketing.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"10\";s:20:\"recommendation_order\";s:1:\"7\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:107:\"facebook, twitter, google+, googleplus, google, path, tumblr, linkedin, social, tweet, connections, sharing\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"a528c2f803a92c5c2effa67cd33ab33a\";a:15:{s:4:\"name\";s:20:\"Progressive Web Apps\";s:11:\"description\";s:85:\"Speed up and improve the reliability of your site using the latest in web technology.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"38\";s:20:\"recommendation_order\";s:2:\"18\";s:10:\"introduced\";s:5:\"5.6.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:7:\"Traffic\";s:25:\"additional_search_queries\";s:26:\"manifest, pwa, progressive\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"329b8efce059081d46936ece0c6736b3\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"5fdd42d482712fbdaf000b28ea7adce9\";a:15:{s:4:\"name\";s:13:\"Related posts\";s:11:\"description\";s:64:\"Increase page views by showing related content to your visitors.\";s:14:\"jumpstart_desc\";s:113:\"Keep visitors engaged on your blog by highlighting relevant and new content at the bottom of each published post.\";s:4:\"sort\";s:2:\"29\";s:20:\"recommendation_order\";s:1:\"9\";s:10:\"introduced\";s:3:\"2.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:21:\"Engagement, Jumpstart\";s:25:\"additional_search_queries\";s:22:\"related, related posts\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"2c5096ef610018e98a8bcccfbea4471e\";a:15:{s:4:\"name\";s:6:\"Search\";s:11:\"description\";s:41:\"Enhanced search, powered by Elasticsearch\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"5.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:6:\"Search\";s:25:\"additional_search_queries\";s:6:\"search\";s:12:\"plan_classes\";s:8:\"business\";}s:32:\"0d81dd7df3ad2f245e84fd4fb66bf829\";a:15:{s:4:\"name\";s:9:\"SEO Tools\";s:11:\"description\";s:50:\"Better results on search engines and social media.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"35\";s:20:\"recommendation_order\";s:2:\"15\";s:10:\"introduced\";s:3:\"4.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:7:\"Traffic\";s:25:\"additional_search_queries\";s:81:\"search engine optimization, social preview, meta description, custom title format\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"32aaa676b3b6c9f3ef22430e1e0bca24\";a:15:{s:4:\"name\";s:7:\"Sharing\";s:11:\"description\";s:37:\"Allow visitors to share your content.\";s:14:\"jumpstart_desc\";s:116:\"Twitter, Facebook and Google+ buttons at the bottom of each post, making it easy for visitors to share your content.\";s:4:\"sort\";s:1:\"7\";s:20:\"recommendation_order\";s:1:\"6\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:21:\"Engagement, Jumpstart\";s:25:\"additional_search_queries\";s:141:\"share, sharing, sharedaddy, buttons, icons, email, facebook, twitter, google+, linkedin, pinterest, pocket, press this, print, reddit, tumblr\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"948472b453cda59b38bb7c37af889af0\";a:15:{s:4:\"name\";s:16:\"Shortcode Embeds\";s:11:\"description\";s:50:\"Embed media from popular sites without any coding.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"3\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:46:\"Photos and Videos, Social, Writing, Appearance\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:236:\"shortcodes, shortcode, embeds, media, bandcamp, dailymotion, facebook, flickr, google calendars, google maps, google+, polldaddy, recipe, recipes, scribd, slideshare, slideshow, slideshows, soundcloud, ted, twitter, vimeo, vine, youtube\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7d00a6ca0a79fbe893275aaf6ed6ae42\";a:15:{s:4:\"name\";s:16:\"WP.me Shortlinks\";s:11:\"description\";s:54:\"Create short and simple links for all posts and pages.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"8\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:17:\"shortlinks, wp.me\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"372e711395f23c466e04d4fd07f73099\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"2ea687cec293289a2a3e5f0459e79768\";a:15:{s:4:\"name\";s:8:\"Sitemaps\";s:11:\"description\";s:50:\"Make it easy for search engines to find your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:20:\"Recommended, Traffic\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:39:\"sitemap, traffic, search, site map, seo\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"2fe9dc2c7389d4f0825a0b23bc8b19d1\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"e7cf8a7e0f151ccf7cbdc6d8f118f316\";a:15:{s:4:\"name\";s:14:\"Single Sign On\";s:11:\"description\";s:62:\"Allow users to log into this site using WordPress.com accounts\";s:14:\"jumpstart_desc\";s:98:\"Lets you log in to all your Jetpack-enabled sites with one click using your WordPress.com account.\";s:4:\"sort\";s:2:\"30\";s:20:\"recommendation_order\";s:1:\"5\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:19:\"Security, Jumpstart\";s:25:\"additional_search_queries\";s:34:\"sso, single sign on, login, log in\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"34fb073ed896af853ed48bd5739240cb\";a:15:{s:4:\"name\";s:10:\"Site Stats\";s:11:\"description\";s:44:\"Collect valuable traffic stats and insights.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"2\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:23:\"Site Stats, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:54:\"statistics, tracking, analytics, views, traffic, stats\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"8de0dfff24a17cf0fa0011dfc691a3f3\";a:15:{s:4:\"name\";s:13:\"Subscriptions\";s:11:\"description\";s:87:\"Allow users to subscribe to your posts and comments and receive notifications via email\";s:14:\"jumpstart_desc\";s:126:\"Give visitors two easy subscription options — while commenting, or via a separate email subscription widget you can display.\";s:4:\"sort\";s:1:\"9\";s:20:\"recommendation_order\";s:1:\"8\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:21:\"Engagement, Jumpstart\";s:25:\"additional_search_queries\";s:74:\"subscriptions, subscription, email, follow, followers, subscribers, signup\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"4744f348db095538d3edcacb0ed99c89\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"d89db0d934b39f86065ff58e73594070\";a:15:{s:4:\"name\";s:15:\"Tiled Galleries\";s:11:\"description\";s:61:\"Display image galleries in a variety of elegant arrangements.\";s:14:\"jumpstart_desc\";s:61:\"Display image galleries in a variety of elegant arrangements.\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:21:\"Appearance, Jumpstart\";s:25:\"additional_search_queries\";s:43:\"gallery, tiles, tiled, grid, mosaic, images\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"01987a7ba5e19786f2992501add8181a\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"20459cc462babfc5a82adf6b34f6e8b1\";a:15:{s:4:\"name\";s:12:\"Data Backups\";s:11:\"description\";s:54:\"Off-site backups, security scans, and automatic fixes.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"32\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"0:1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:5:\"false\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:16:\"Security, Health\";s:25:\"additional_search_queries\";s:28:\"vaultpress, backup, security\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"836245eb0a8f0c5272542305a88940c1\";a:15:{s:4:\"name\";s:17:\"Site verification\";s:11:\"description\";s:58:\"Establish your site\'s authenticity with external services.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"33\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:56:\"webmaster, seo, google, bing, pinterest, search, console\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"e94397a5c47c1be995eff613e65a674f\";a:15:{s:4:\"name\";s:10:\"VideoPress\";s:11:\"description\";s:27:\"Fast, ad-free video hosting\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"27\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:25:\"video, videos, videopress\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"032cd76e08467c732ccb026efda0c9cd\";a:15:{s:4:\"name\";s:17:\"Widget Visibility\";s:11:\"description\";s:42:\"Control where widgets appear on your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"17\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:54:\"widget visibility, logic, conditional, widgets, widget\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"9b3e84beedf2e96f1ac5dd6498d2b1aa\";a:15:{s:4:\"name\";s:21:\"Extra Sidebar Widgets\";s:11:\"description\";s:54:\"Add images, Twitter streams, and more to your sidebar.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"4\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:65:\"widget, widgets, facebook, gallery, twitter, gravatar, image, rss\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7724fd9600745cf93e37cc09282e1a37\";a:15:{s:4:\"name\";s:3:\"Ads\";s:11:\"description\";s:60:\"Earn income by allowing Jetpack to display high quality ads.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"4.5.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:19:\"Traffic, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:26:\"advertising, ad codes, ads\";s:12:\"plan_classes\";s:17:\"premium, business\";}s:32:\"5b8f8e5b5a1887e3c0393cb78d5143a3\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}}','no'),(326,'jetpack_available_modules','a:1:{s:5:\"6.2.1\";a:43:{s:18:\"after-the-deadline\";s:3:\"1.1\";s:8:\"carousel\";s:3:\"1.5\";s:13:\"comment-likes\";s:3:\"5.1\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:20:\"custom-content-types\";s:3:\"3.1\";s:10:\"custom-css\";s:3:\"1.7\";s:21:\"enhanced-distribution\";s:3:\"1.2\";s:16:\"google-analytics\";s:3:\"4.5\";s:19:\"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3:\"1.1\";s:11:\"lazy-images\";s:5:\"5.6.0\";s:5:\"likes\";s:3:\"2.2\";s:6:\"manage\";s:3:\"3.4\";s:8:\"markdown\";s:3:\"2.8\";s:9:\"masterbar\";s:3:\"4.8\";s:9:\"minileven\";s:3:\"1.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:6:\"photon\";s:3:\"2.0\";s:13:\"post-by-email\";s:3:\"2.0\";s:7:\"protect\";s:3:\"3.4\";s:9:\"publicize\";s:3:\"2.0\";s:3:\"pwa\";s:5:\"5.6.0\";s:13:\"related-posts\";s:3:\"2.9\";s:6:\"search\";s:3:\"5.0\";s:9:\"seo-tools\";s:3:\"4.4\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\";s:3:\"1.1\";s:10:\"shortlinks\";s:3:\"1.1\";s:8:\"sitemaps\";s:3:\"3.9\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\"1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\"vaultpress\";s:5:\"0:1.2\";s:18:\"verification-tools\";s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widgets\";s:3:\"1.2\";s:7:\"wordads\";s:5:\"4.5.0\";}}','yes'),(327,'jetpack_options','a:4:{s:7:\"version\";s:16:\"6.2.1:1528703434\";s:11:\"old_version\";s:16:\"6.2.1:1528703434\";s:28:\"fallback_no_verify_ssl_certs\";i:0;s:9:\"time_diff\";i:0;}','yes'),(328,'jetpack_testimonial','0','yes'),(329,'do_activate','0','yes'),(335,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1531815975;s:7:\"checked\";a:4:{s:10:\"storefront\";s:5:\"2.3.2\";s:13:\"twentyfifteen\";s:3:\"2.0\";s:15:\"twentyseventeen\";s:3:\"1.6\";s:13:\"twentysixteen\";s:3:\"1.5\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(339,'jetpack_tos_agreed','1','yes'),(340,'mailchimp_woocommerce_version','2.1.7','no'),(341,'mailchimp-woocommerce','a:0:{}','yes'),(343,'mailchimp-woocommerce-store_id','5b1e29d050ee7','yes'),(344,'jetpack_secrets','a:1:{s:18:\"jetpack_register_1\";a:3:{s:8:\"secret_1\";s:32:\"7bCOBRU6ovn9G6U6PC10qqe0cgzbQXAG\";s:8:\"secret_2\";s:32:\"ZYU6c9oktXoZoeSEjpselSykpFpl9YHB\";s:3:\"exp\";i:1528704040;}}','no'),(345,'wc_connect_options','a:1:{s:12:\"tos_accepted\";b:1;}','yes'),(347,'mailchimp_woocommerce_db_mailchimp_carts','1','no'),(348,'storefront_nux_dismissed','1','yes'),(349,'storefront_nux_guided_tour','1','yes'),(353,'_transient_product_query-transient-version','1531818185','yes'),(358,'_transient_product-transient-version','1531818185','yes'),(365,'mailchimp_woocommerce_plugin_do_activation_redirect','','yes'),(366,'woocommerce_setup_jetpack_opted_in','1','yes'),(381,'sharing-options','a:1:{s:6:\"global\";a:5:{s:12:\"button_style\";s:9:\"icon-text\";s:13:\"sharing_label\";s:11:\"Share this:\";s:10:\"open_links\";s:4:\"same\";s:4:\"show\";a:0:{}s:6:\"custom\";a:0:{}}}','yes'),(382,'stats_options','a:7:{s:9:\"admin_bar\";b:1;s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:11:\"count_roles\";a:0:{}s:7:\"blog_id\";b:0;s:12:\"do_not_track\";b:1;s:10:\"hide_smile\";b:1;s:7:\"version\";s:1:\"9\";}','yes'),(388,'_transient_orders-transient-version','1531095864','yes'),(603,'capsman_version','','yes'),(605,'pp_customized_roles','a:3:{s:6:\"broker\";O:8:\"stdClass\":2:{s:4:\"caps\";a:1:{s:14:\"do_the_broking\";i:1;}s:7:\"plugins\";a:0:{}}s:13:\"administrator\";O:8:\"stdClass\":2:{s:4:\"caps\";a:117:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:19:\"manage_capabilities\";b:1;s:14:\"do_the_broking\";b:1;s:17:\"gravityflow_inbox\";i:1;}s:7:\"plugins\";a:0:{}}s:8:\"customer\";O:8:\"stdClass\":2:{s:4:\"caps\";a:3:{s:4:\"read\";b:1;s:17:\"gravityflow_inbox\";b:1;s:18:\"gravityflow_status\";i:1;}s:7:\"plugins\";a:0:{}}}','no'),(939,'fed_plugin_version','1.2.14','yes'),(940,'fed_admin_login','a:1:{s:8:\"register\";a:3:{s:4:\"name\";s:9:\"User Role\";s:8:\"position\";i:999;s:4:\"role\";a:0:{}}}','yes'),(941,'fed_admin_settings_post','a:3:{s:11:\"permissions\";a:2:{s:15:\"post_permission\";a:10:{s:13:\"administrator\";s:6:\"Enable\";s:6:\"editor\";s:6:\"Enable\";s:6:\"author\";s:6:\"Enable\";s:11:\"contributor\";s:6:\"Enable\";s:10:\"subscriber\";s:6:\"Enable\";s:8:\"customer\";s:6:\"Enable\";s:12:\"shop_manager\";s:6:\"Enable\";s:6:\"broker\";s:6:\"Enable\";s:15:\"commercial_lead\";s:6:\"Enable\";s:8:\"supplier\";s:6:\"Enable\";}s:21:\"fed_upload_permission\";a:10:{s:13:\"administrator\";s:6:\"Enable\";s:6:\"editor\";s:6:\"Enable\";s:6:\"author\";s:6:\"Enable\";s:11:\"contributor\";s:6:\"Enable\";s:10:\"subscriber\";s:6:\"Enable\";s:8:\"customer\";s:6:\"Enable\";s:12:\"shop_manager\";s:6:\"Enable\";s:6:\"broker\";s:6:\"Enable\";s:15:\"commercial_lead\";s:6:\"Enable\";s:8:\"supplier\";s:6:\"Enable\";}}s:8:\"settings\";a:1:{s:15:\"fed_post_status\";s:7:\"publish\";}s:4:\"menu\";a:3:{s:11:\"rename_post\";s:4:\"Post\";s:13:\"post_position\";i:2;s:14:\"post_menu_icon\";s:15:\"fa fa-file-text\";}}','yes'),(942,'fed_admin_settings_upl','a:1:{s:8:\"settings\";a:3:{s:26:\"fed_upl_change_profile_pic\";s:0:\"\";s:20:\"fed_upl_disable_desc\";s:2:\"no\";s:22:\"fed_upl_no_recent_post\";s:1:\"5\";}}','yes'),(943,'fed_cp_admin_settings','a:1:{s:4:\"post\";a:3:{s:11:\"permissions\";a:2:{s:15:\"post_permission\";a:10:{s:13:\"administrator\";s:6:\"Enable\";s:6:\"editor\";s:6:\"Enable\";s:6:\"author\";s:6:\"Enable\";s:11:\"contributor\";s:6:\"Enable\";s:10:\"subscriber\";s:6:\"Enable\";s:8:\"customer\";s:6:\"Enable\";s:12:\"shop_manager\";s:6:\"Enable\";s:6:\"broker\";s:6:\"Enable\";s:15:\"commercial_lead\";s:6:\"Enable\";s:8:\"supplier\";s:6:\"Enable\";}s:21:\"fed_upload_permission\";a:10:{s:13:\"administrator\";s:6:\"Enable\";s:6:\"editor\";s:6:\"Enable\";s:6:\"author\";s:6:\"Enable\";s:11:\"contributor\";s:6:\"Enable\";s:10:\"subscriber\";s:6:\"Enable\";s:8:\"customer\";s:6:\"Enable\";s:12:\"shop_manager\";s:6:\"Enable\";s:6:\"broker\";s:6:\"Enable\";s:15:\"commercial_lead\";s:6:\"Enable\";s:8:\"supplier\";s:6:\"Enable\";}}s:8:\"settings\";a:1:{s:15:\"fed_post_status\";s:7:\"publish\";}s:4:\"menu\";a:3:{s:11:\"rename_post\";s:4:\"Post\";s:13:\"post_position\";i:2;s:14:\"post_menu_icon\";s:15:\"fa fa-file-text\";}}}','yes'),(1016,'spacexchimp_p001_service_info','a:4:{s:7:\"upgrade\";s:4:\"0001\";s:7:\"version\";s:4:\"4.19\";s:11:\"old_version\";s:1:\"0\";s:15:\"activation_date\";i:1529325532;}','yes'),(1220,'gf_db_version','2.3.0.2','yes'),(1221,'rg_form_version','2.3.0.2','yes'),(1222,'gform_enable_background_updates','','yes'),(1223,'gform_pending_installation','','yes'),(1224,'widget_gform_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1225,'gravityformsaddon_gravityformswebapi_version','1.0','yes'),(1226,'gform_version_info','a:6:{s:12:\"is_valid_key\";s:1:\"0\";s:15:\"expiration_time\";i:0;s:7:\"version\";s:5:\"1.7.9\";s:3:\"url\";s:0:\"\";s:9:\"offerings\";a:0:{}s:9:\"timestamp\";i:1531815971;}','yes'),(1231,'rg_gforms_enable_akismet','1','yes'),(1232,'rg_gforms_currency','USD','yes'),(1233,'gform_enable_toolbar_menu','1','yes'),(1235,'gravityformsaddon_feed-base_version','0.14','yes'),(1236,'gravityflow_pending_installation','','yes'),(1237,'gravityformsaddon_gravityflow_app_settings','a:4:{s:18:\"background_updates\";b:0;s:10:\"inbox_page\";i:375;s:11:\"status_page\";i:376;s:11:\"submit_page\";i:377;}','yes'),(1238,'gravityformsaddon_gravityflow_version','2.2.3-dev','yes'),(1243,'gravityformsaddon_gravityflowformconnector_version','1.4.1-dev','yes'),(1254,'category_children','a:0:{}','yes'),(1390,'gform_upload_page_slug','a2c2cd9221ccb66','yes'),(1466,'gform_email_count','66','yes'),(1537,'0f116b3c114210ccc8b531055c9da485','a:2:{s:7:\"timeout\";i:1531826772;s:5:\"value\";s:105422:\"{\"new_version\":\"2.2.2\",\"stable_version\":\"2.2.2\",\"name\":\"Gravity Flow\",\"slug\":\"gravityflow\",\"url\":\"https:\\/\\/gravityflow.io\\/downloads\\/gravity-flow\\/?changelog=1\",\"last_updated\":\"2 months ago\",\"homepage\":\"https:\\/\\/gravityflow.io\\/\",\"sections\":{\"description\":\"
Gravity Flow is a business process workflow platform for WordPress.<\\/p>\\n
= Who is it for? =<\\/p>\\n
Gravity Flow is for organisations and departments of any size that need to get a form-based workflow process up and running online quickly with no programming. These processes usually already exist either offline or online but are often inefficiently implemented.<\\/p>\\n
= How does it work? =<\\/p>\\n
An end-user submits a web form which generates an entry. The entry is then passed around between users and systems on an established path until the process is complete. Each user or system in the workflow will add something to the process before allowing the entry to proceed to the next step.<\\/p>\\n
For example, an employee may add additional information and a manager another might add their approval. Connected systems might send an email, add the user to a mailing list, create a user account or send data to an ERP system.<\\/p>\\n
Gravity Flow requires Gravity Forms<\\/a><\\/p>\\n Facebook: Gravity Flow<\\/a><\\/p>\\n Twitter: Gravity Flow<\\/a><\\/p>\\n = Requirements =<\\/p>\\n = Support =<\\/p>\\n If you find any that needs fixing, or if you have any ideas for improvements, please get in touch:\\nhttps:\\/\\/gravityflow.io\\/contact\\/<\\/a><\\/p>\",\"changelog\":\" = 2.2.2 =<\\/p>\\n = 2.2.1 =<\\/p>\\n = 2.2 =<\\/p>\\n = 2.1.1 =<\\/p>\\n = 2.1 =<\\/p>\\n = 2.0.1 =<\\/p>\\n = 2.0.0 =<\\/p>\\n = 1.9.1 =<\\/p>\\n = 1.9.0 =<\\/p>\\n = 1.8.0 =<\\/p>\\n = 1.7 =<\\/p>\\n = 1.6.1 =<\\/p>\\n = 1.6 =<\\/p>\\n = 1.5.0 =<\\/p>\\n Added field mapping to the Outgoing Webhook step.<\\/p>\\n<\\/li>\\n Updated the step type column of the workflow steps list and the step configuration page to indicate when a plugin required by a feed based step type is missing.<\\/p>\\n<\\/li>\\n = 1.4.2.1 =<\\/p>\\n = 1.4.2 =<\\/p>\\n Added Italian translation - thanks to Giacomo Papasidero.<\\/p>\\n<\\/li>\\n Updated the last updated column on the status list to display the date created when the entry has not been updated.<\\/p>\\n<\\/li>\\n = 1.4.1 =<\\/p>\\n Added the gravityflow_bulk_action_status_table filter to allow custom bulk actions to be processed on the status page.\\nExample:\\nadd_filter( \'gravityflow_bulk_action_status_table\', \'filter_gravityflow_bulk_action_status_table\', 10, 4);\\nfunction filter_gravityflow_bulk_action_status_table( $feedback, $bulk_action, $entry_ids, $args ) {\\n\\/\\/ process entries<\\/p>\\n Added the gravityflow_field_filters_status_table filter to allow the field filters to be modified.\\nExample:\\nadd_filter( \'gravityflow_field_filters_status_table\', \'filter_gravityflow_field_filters_status_table\' );\\nfunction filter_gravityflow_field_filters_status_table( $field_filters ) {\\n\\/\\/ Modify the filters\\nreturn $field_filters;\\n}<\\/p>\\n<\\/li>\\n = 1.4 =<\\/p>\\n Added the gravityflow_inbox_entry_detail_pre_process filter to allow the entry detail processing to be aborted.<\\/p>\\n<\\/li>\\n Updated feed interception to use the gform_is_delayed_pre_process_feed filter with GF1.9.14+ or gform_pre_process_feeds filter with GF2.0+.<\\/p>\\n<\\/li>\\n = 1.3.2 =<\\/p>\\n Added the gravityflow_admin_actions_workflow_detail filter to allow the choices in the admin actions drop down on the entry detail page to be modified.\\nExample:\\nadd_filter( \'gravityflow_admin_actions_workflow_detail\', \'filter_admin_actions_workflow_detail\', 10, 5 );\\nfunction filter_admin_actions_workflow_detail( $admin_actions, $current_step, $steps, $form, $entry ) {\\n$admin_actions[] = array( \'label\' => \'your new action\', \'value\' => \'your_new_action\' );<\\/p>\\n }<\\/p>\\n<\\/li>\\n Added the Discussion Field.<\\/p>\\n<\\/li>\\n Updated the styles of the front-end entry detail page when the workflow info and step status are hidden.<\\/p>\\n<\\/li>\\n = 1.3.1 =<\\/p>\\n Added the gravityflow_webhookargs<\\/em>[Form ID] filter immediately after the gravityflow_webhook_args filter.<\\/p>\\n<\\/li>\\n Updated the styles of the workflow detail page for narrow screens to display the entry first and then the info box below.<\\/p>\\n<\\/li>\\n = 1.3 =<\\/p>\\n Added the gravityflow_editable_fields_user_input filter to allow the editable fields array to be modified for the user input step.\\nExample:\\nadd_filter( \'gravityflow_editable_fields_user_input\', \'sh_gravityflow_editable_fields_user_input\', 10, 2);\\nfunction sh_gravityflow_editable_fields_user_input( $editable_fields, $step ){\\n\\/\\/ Use these variable to program your editable fields logic\\n\\/\\/ $entry = $step->get_entry();\\n\\/\\/ $entry_id = $step->get_entry_id();\\n\\/\\/ $form = $step->get_form();\\n\\/\\/ $form_id = $step->get_form_id();<\\/p>\\n Added support for required fields in the User Input step.<\\/p>\\n<\\/li>\\n Updated the auto-update and license check component.<\\/p>\\n<\\/li>\\n = 1.2 =<\\/p>\\n = 1.1.3 =<\\/p>\\n = 1.1.2 =<\\/p>\\n = 1.1.1 =<\\/p>\\n = 1.1 =<\\/p>\\n = 1.0 =<\\/p>\\n Gravity Flow is a business process workflow platform for WordPress.<\\/p>\\n = Who is it for? =<\\/p>\\n Gravity Flow is for organisations and departments of any size that need to get a form-based workflow process up and running online quickly with no programming. These processes usually already exist either offline or online but are often inefficiently implemented.<\\/p>\\n = How does it work? =<\\/p>\\n An end-user submits a web form which generates an entry. The entry is then passed around between users and systems on an established path until the process is complete. Each user or system in the workflow will add something to the process before allowing the entry to proceed to the next step.<\\/p>\\n For example, an employee may add additional information and a manager another might add their approval. Connected systems might send an email, add the user to a mailing list, create a user account or send data to an ERP system.<\\/p>\\n Gravity Flow requires Gravity Forms<\\/a><\\/p>\\n Facebook: Gravity Flow<\\/a><\\/p>\\n Twitter: Gravity Flow<\\/a><\\/p>\\n = Requirements =<\\/p>\\n = Support =<\\/p>\\n If you find any that needs fixing, or if you have any ideas for improvements, please get in touch:\\nhttps:\\/\\/gravityflow.io\\/contact\\/<\\/a><\\/p>\"],\"changelog\":[\" = 2.2.2 =<\\/p>\\n = 2.2.1 =<\\/p>\\n = 2.2 =<\\/p>\\n = 2.1.1 =<\\/p>\\n = 2.1 =<\\/p>\\n = 2.0.1 =<\\/p>\\n = 2.0.0 =<\\/p>\\n = 1.9.1 =<\\/p>\\n = 1.9.0 =<\\/p>\\n = 1.8.0 =<\\/p>\\n = 1.7 =<\\/p>\\n = 1.6.1 =<\\/p>\\n = 1.6 =<\\/p>\\n = 1.5.0 =<\\/p>\\n Added field mapping to the Outgoing Webhook step.<\\/p>\\n<\\/li>\\n Updated the step type column of the workflow steps list and the step configuration page to indicate when a plugin required by a feed based step type is missing.<\\/p>\\n<\\/li>\\n = 1.4.2.1 =<\\/p>\\n = 1.4.2 =<\\/p>\\n Added Italian translation - thanks to Giacomo Papasidero.<\\/p>\\n<\\/li>\\n Updated the last updated column on the status list to display the date created when the entry has not been updated.<\\/p>\\n<\\/li>\\n = 1.4.1 =<\\/p>\\n Added the gravityflow_bulk_action_status_table filter to allow custom bulk actions to be processed on the status page.\\nExample:\\nadd_filter( \'gravityflow_bulk_action_status_table\', \'filter_gravityflow_bulk_action_status_table\', 10, 4);\\nfunction filter_gravityflow_bulk_action_status_table( $feedback, $bulk_action, $entry_ids, $args ) {\\n\\/\\/ process entries<\\/p>\\n Added the gravityflow_field_filters_status_table filter to allow the field filters to be modified.\\nExample:\\nadd_filter( \'gravityflow_field_filters_status_table\', \'filter_gravityflow_field_filters_status_table\' );\\nfunction filter_gravityflow_field_filters_status_table( $field_filters ) {\\n\\/\\/ Modify the filters\\nreturn $field_filters;\\n}<\\/p>\\n<\\/li>\\n = 1.4 =<\\/p>\\n Added the gravityflow_inbox_entry_detail_pre_process filter to allow the entry detail processing to be aborted.<\\/p>\\n<\\/li>\\n Updated feed interception to use the gform_is_delayed_pre_process_feed filter with GF1.9.14+ or gform_pre_process_feeds filter with GF2.0+.<\\/p>\\n<\\/li>\\n = 1.3.2 =<\\/p>\\n Added the gravityflow_admin_actions_workflow_detail filter to allow the choices in the admin actions drop down on the entry detail page to be modified.\\nExample:\\nadd_filter( \'gravityflow_admin_actions_workflow_detail\', \'filter_admin_actions_workflow_detail\', 10, 5 );\\nfunction filter_admin_actions_workflow_detail( $admin_actions, $current_step, $steps, $form, $entry ) {\\n$admin_actions[] = array( \'label\' => \'your new action\', \'value\' => \'your_new_action\' );<\\/p>\\n }<\\/p>\\n<\\/li>\\n Added the Discussion Field.<\\/p>\\n<\\/li>\\n Updated the styles of the front-end entry detail page when the workflow info and step status are hidden.<\\/p>\\n<\\/li>\\n = 1.3.1 =<\\/p>\\n Added the gravityflow_webhookargs<\\/em>[Form ID] filter immediately after the gravityflow_webhook_args filter.<\\/p>\\n<\\/li>\\n Updated the styles of the workflow detail page for narrow screens to display the entry first and then the info box below.<\\/p>\\n<\\/li>\\n = 1.3 =<\\/p>\\n Added the gravityflow_editable_fields_user_input filter to allow the editable fields array to be modified for the user input step.\\nExample:\\nadd_filter( \'gravityflow_editable_fields_user_input\', \'sh_gravityflow_editable_fields_user_input\', 10, 2);\\nfunction sh_gravityflow_editable_fields_user_input( $editable_fields, $step ){\\n\\/\\/ Use these variable to program your editable fields logic\\n\\/\\/ $entry = $step->get_entry();\\n\\/\\/ $entry_id = $step->get_entry_id();\\n\\/\\/ $form = $step->get_form();\\n\\/\\/ $form_id = $step->get_form_id();<\\/p>\\n Added support for required fields in the User Input step.<\\/p>\\n<\\/li>\\n Updated the auto-update and license check component.<\\/p>\\n<\\/li>\\n = 1.2 =<\\/p>\\n = 1.1.3 =<\\/p>\\n = 1.1.2 =<\\/p>\\n = 1.1.1 =<\\/p>\\n = 1.1 =<\\/p>\\n = 1.0 =<\\/p>\\n The Gravity Flow Form Connector Extension is an advanced extension for Gravity Flow.<\\/p>\\n Gravity Flow is a premium Add-On for Gravity Forms<\\/a><\\/p>\\n = Requirements =<\\/p>\\n = Support =\\nIf you find any that needs fixing, or if you have any ideas for improvements, please get in touch:\\nhttps:\\/\\/gravityflow.io\\/contact\\/<\\/a><\\/p>\",\"changelog\":\" = 1.4 =<\\/p>\\n = 1.3 =<\\/p>\\n = 1.2.1 =<\\/p>\\n = 1.2 =<\\/p>\\n = 1.1 =<\\/p>\\n = 1.0.1.2 =<\\/p>\\n = 1.0.1.1 =<\\/p>\\n = 1.0.1 =<\\/p>\\n = 1.0.0 =\\nAll new!<\\/p>\",\"installation\":\" The Gravity Flow Form Connector Extension is an advanced extension for Gravity Flow.<\\/p>\\n Gravity Flow is a premium Add-On for Gravity Forms<\\/a><\\/p>\\n = Requirements =<\\/p>\\n = Support =\\nIf you find any that needs fixing, or if you have any ideas for improvements, please get in touch:\\nhttps:\\/\\/gravityflow.io\\/contact\\/<\\/a><\\/p>\"],\"changelog\":[\" = 1.4 =<\\/p>\\n = 1.3 =<\\/p>\\n = 1.2.1 =<\\/p>\\n = 1.2 =<\\/p>\\n = 1.1 =<\\/p>\\n = 1.0.1.2 =<\\/p>\\n = 1.0.1.1 =<\\/p>\\n = 1.0.1 =<\\/p>\\n = 1.0.0 =\\nAll new!<\\/p>\"],\"installation\":[\" Our website address is: http://localhost. When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection. An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment. If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website. If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year. If you have an account and you log in to this site, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser. When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed. If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day. Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website. These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracing your interaction with the embedded content if you have an account and are logged in to that website. If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue. For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information. If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes. Visitor comments may be checked through an automated spam detection service.\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
return \'Done!\';\\n}<\\/code><\\/pre>\\n<\\/li>\\n\\n
\\n
return $admin_actions;<\\/code><\\/pre>\\n\\n
\\n
\\/\\/ Return an array of IDs\\n \\/\\/ e.g. array( 1, 2, 3 );\\n return $editable_fields;\\n}<\\/code><\\/pre>\\n<\\/li>\\n\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
return \'Done!\';\\n}<\\/code><\\/pre>\\n<\\/li>\\n\\n
\\n
return $admin_actions;<\\/code><\\/pre>\\n\\n
\\n
\\/\\/ Return an array of IDs\\n \\/\\/ e.g. array( 1, 2, 3 );\\n return $editable_fields;\\n}<\\/code><\\/pre>\\n<\\/li>\\n\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)
\n\n...or something like this:\n\nThe XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.
\n\nAs a new WordPress user, you should go to your dashboard to delete this page and create new pages for your content. Have fun!','Sample Page','','publish','closed','open','','sample-page','','','2018-06-11 07:30:53','2018-06-11 07:30:53','',0,'http://localhost/?page_id=2',0,'page','',0),(3,1,'2018-06-11 07:30:53','2018-06-11 07:30:53','Who we are
What personal data we collect and why we collect it
Comments
Media
Contact forms
Cookies
Embedded content from other websites
Analytics
Who we share your data with
How long we retain your data
What rights you have over your data
Where we send your data
Your contact information
Additional information
How we protect your data
What data breach procedures we have in place
What third parties we receive data from
What automated decision making and/or profiling we do with user data
Industry regulatory disclosure requirements
','Privacy Policy','','draft','closed','open','','privacy-policy','','','2018-06-11 07:30:53','2018-06-11 07:30:53','',0,'http://localhost/?page_id=3',0,'page','',0),(5,1,'2018-06-11 07:49:20','2018-06-11 07:49:20','','Shop','','publish','closed','closed','','shop','','','2018-06-11 07:49:20','2018-06-11 07:49:20','',0,'http://localhost/shop/',0,'page','',0),(6,1,'2018-06-11 07:49:20','2018-06-11 07:49:20','[woocommerce_cart]','Cart','','publish','closed','closed','','cart','','','2018-06-11 07:49:20','2018-06-11 07:49:20','',0,'http://localhost/cart/',0,'page','',0),(7,1,'2018-06-11 07:49:20','2018-06-11 07:49:20','[woocommerce_checkout]','Checkout','','publish','closed','closed','','checkout','','','2018-06-11 07:49:20','2018-06-11 07:49:20','',0,'http://localhost/checkout/',0,'page','',0),(8,1,'2018-06-11 07:49:20','2018-06-11 07:49:20','[woocommerce_my_account]','My account','','publish','closed','closed','','my-account','','','2018-06-11 07:49:20','2018-06-11 07:49:20','',0,'http://localhost/my-account/',0,'page','',0),(73,1,'2018-06-11 08:38:00','2018-06-11 08:38:00','','First Product','','publish','open','closed','','hamo','','','2018-07-12 13:14:05','2018-07-12 13:14:05','',0,'http://localhost/?post_type=product&p=73',0,'product','',0),(375,1,'2018-06-27 23:27:51','2018-06-27 23:27:51','[gravityflow page=\"inbox\"]','Workflow Inbox','Workflow Inbox','publish','closed','closed','','workflow-inbox','','','2018-06-27 23:27:51','2018-06-27 23:27:51','',0,'http://localhost/workflow-inbox/',0,'page','',0),(376,1,'2018-06-27 23:27:51','2018-06-27 23:27:51','[gravityflow page=\"status\"]','Workflow Status','Workflow Status','publish','closed','closed','','workflow-status','','','2018-06-27 23:27:51','2018-06-27 23:27:51','',0,'http://localhost/workflow-status/',0,'page','',0),(377,1,'2018-06-27 23:27:51','2018-06-27 23:27:51','[gravityflow page=\"submit\"]','Submit a Workflow Form','Submit a Workflow Form','publish','closed','closed','','submit-a-workflow-form','','','2018-06-27 23:27:51','2018-06-27 23:27:51','',0,'http://localhost/submit-a-workflow-form/',0,'page','',0),(378,1,'2018-06-27 23:28:58','0000-00-00 00:00:00','','Start workflow','','draft','closed','closed','','','','','2018-06-27 23:28:58','2018-06-27 23:28:58','',0,'http://localhost/?page_id=378',0,'page','',0),(379,1,'2018-06-27 23:32:54','2018-06-27 23:32:54','[gravityform id=\"1\" title=\"false\" description=\"false\"]','Start workflow process','','publish','closed','closed','','start-workflow-process','','','2018-06-27 23:33:30','2018-06-27 23:33:30','',0,'http://localhost/?page_id=379',0,'page','',0),(380,1,'2018-06-27 23:32:54','2018-06-27 23:32:54','[gravityform id=\"1\" title=\"true\" description=\"true\"]','Start workflow process','','inherit','closed','closed','','379-revision-v1','','','2018-06-27 23:32:54','2018-06-27 23:32:54','',379,'http://localhost/2018/06/27/379-revision-v1/',0,'revision','',0),(381,1,'2018-06-27 23:33:01','2018-06-27 23:33:01','Preview Changes (opens in a new window)[gravityform id=\"1\" title=\"true\" description=\"true\"]','Start workflow process','','inherit','closed','closed','','379-autosave-v1','','','2018-06-27 23:33:01','2018-06-27 23:33:01','',379,'http://localhost/2018/06/27/379-autosave-v1/',0,'revision','',0),(382,1,'2018-06-27 23:33:30','2018-06-27 23:33:30','[gravityform id=\"1\" title=\"false\" description=\"false\"]','Start workflow process','','inherit','closed','closed','','379-revision-v1','','','2018-06-27 23:33:30','2018-06-27 23:33:30','',379,'http://localhost/2018/06/27/379-revision-v1/',0,'revision','',0),(383,1,'2018-06-28 00:04:50','2018-06-28 00:04:50','[gravityform id=\"7\" title=\"false\" description=\"false\"]','Enter installation info','','publish','closed','closed','','enter-installation-info','','','2018-06-28 00:05:13','2018-06-28 00:05:13','',0,'http://localhost/?page_id=383',0,'page','',0),(384,1,'2018-06-28 00:04:50','2018-06-28 00:04:50','[gravityform id=\"12\" title=\"true\" description=\"true\"]','Enter installation info','','inherit','closed','closed','','383-revision-v1','','','2018-06-28 00:04:50','2018-06-28 00:04:50','',383,'http://localhost/2018/06/28/383-revision-v1/',0,'revision','',0),(385,1,'2018-06-28 00:05:13','2018-06-28 00:05:13','[gravityform id=\"7\" title=\"false\" description=\"false\"]','Enter installation info','','inherit','closed','closed','','383-revision-v1','','','2018-06-28 00:05:13','2018-06-28 00:05:13','',383,'http://localhost/2018/06/28/383-revision-v1/',0,'revision','',0),(386,1,'2018-06-28 00:05:40','2018-06-28 00:05:40','[gravityform id=\"5\" title=\"false\" description=\"false\"]','Enter configuration info','','publish','closed','closed','','enter-configuration-info','','','2018-06-28 00:05:40','2018-06-28 00:05:40','',0,'http://localhost/?page_id=386',0,'page','',0),(387,1,'2018-06-28 00:05:40','2018-06-28 00:05:40','[gravityform id=\"5\" title=\"false\" description=\"false\"]','Enter configuration info','','inherit','closed','closed','','386-revision-v1','','','2018-06-28 00:05:40','2018-06-28 00:05:40','',386,'http://localhost/2018/06/28/386-revision-v1/',0,'revision','',0),(388,1,'2018-06-28 00:06:07','2018-06-28 00:06:07','[gravityform id=\"6\" title=\"false\" description=\"false\"]','Upload contract','','publish','closed','closed','','upload-contract','','','2018-06-28 00:51:05','2018-06-28 00:51:05','',0,'http://localhost/?page_id=388',0,'page','',0),(389,1,'2018-06-28 00:06:07','2018-06-28 00:06:07','[gravityform id=\"5\" title=\"false\" description=\"false\"]','Upload contract','','inherit','closed','closed','','388-revision-v1','','','2018-06-28 00:06:07','2018-06-28 00:06:07','',388,'http://localhost/2018/06/28/388-revision-v1/',0,'revision','',0),(390,1,'2018-06-28 00:51:05','2018-06-28 00:51:05','[gravityform id=\"6\" title=\"false\" description=\"false\"]','Upload contract','','inherit','closed','closed','','388-revision-v1','','','2018-06-28 00:51:05','2018-06-28 00:51:05','',388,'http://localhost/2018/06/28/388-revision-v1/',0,'revision','',0),(404,1,'2018-06-29 09:32:46','2018-06-29 09:32:46','','First Product','','inherit','closed','closed','','73-autosave-v1','','','2018-06-29 09:32:46','2018-06-29 09:32:46','',73,'http://localhost/2018/06/29/73-autosave-v1/',0,'revision','',0),(405,1,'2018-06-29 09:33:03','2018-06-29 09:33:03','','2011-06-20 11.58.44','','inherit','open','closed','','2011-06-20-11-58-44','','','2018-06-29 09:33:03','2018-06-29 09:33:03','',73,'http://localhost/wp-content/uploads/2018/06/2011-06-20-11.58.44.jpg',0,'attachment','image/jpeg',0),(406,1,'2018-06-29 09:37:23','2018-06-29 09:37:23','','Second product','','publish','open','closed','','second-product','','','2018-07-12 13:13:52','2018-07-12 13:13:52','',0,'http://localhost/?post_type=product&p=406',0,'product','',0),(407,1,'2018-06-29 09:38:18','2018-06-29 09:38:18','','Image018','','inherit','open','closed','','image018','','','2018-06-29 09:38:18','2018-06-29 09:38:18','',406,'http://localhost/wp-content/uploads/2018/06/Image018.jpg',0,'attachment','image/jpeg',0),(408,1,'2018-06-29 09:41:51','2018-06-29 09:41:51','','Product BUNDLE','','publish','open','closed','','product-bundle','','','2018-07-12 13:13:29','2018-07-12 13:13:29','',0,'http://localhost/?post_type=product&p=408',0,'product','',0),(409,1,'2018-06-29 12:19:41','2018-06-29 12:19:41','','products','','inherit','open','closed','','products','','','2018-06-29 12:19:41','2018-06-29 12:19:41','',408,'http://localhost/wp-content/uploads/2018/06/products.png',0,'attachment','image/png',0),(418,1,'2018-07-08 23:13:58','2018-07-08 23:13:58','','Order – July 8, 2018 @ 11:13 PM','','wc-processing','open','closed','order_5b429ab6a3ecd','order-jul-08-2018-1113-pm','','','2018-07-08 23:13:58','2018-07-08 23:13:58','',0,'http://localhost/?post_type=shop_order&p=418',0,'shop_order','',1),(419,1,'2018-07-08 23:14:41','2018-07-08 23:14:41','','Order – July 8, 2018 @ 11:14 PM','','wc-processing','open','closed','order_5b429ae1986ea','order-jul-08-2018-1114-pm','','','2018-07-08 23:14:41','2018-07-08 23:14:41','',0,'http://localhost/?post_type=shop_order&p=419',0,'shop_order','',1),(420,1,'2018-07-08 23:15:41','2018-07-08 23:15:41','','Order – July 8, 2018 @ 11:15 PM','','wc-processing','open','closed','order_5b429b1db6180','order-jul-08-2018-1115-pm','','','2018-07-08 23:15:41','2018-07-08 23:15:41','',0,'http://localhost/?post_type=shop_order&p=420',0,'shop_order','',1),(421,1,'2018-07-09 00:35:01','2018-07-09 00:35:01','Welcome to WordPress. This is your first post. Edit or delete it, then start writing!','Hello world!','','inherit','closed','closed','','1-revision-v1','','','2018-07-09 00:35:01','2018-07-09 00:35:01','',1,'http://localhost/2018/07/09/1-revision-v1/',0,'revision','',0),(422,1,'2018-07-09 09:35:51','2018-07-09 09:35:51','','Organization Address','','publish','closed','closed','','organization-address','','','2018-07-09 09:35:51','2018-07-09 09:35:51','',0,'http://localhost/wp-types-term-group/organization-address/',0,'wp-types-term-group','',0),(423,1,'2018-07-16 07:47:56','2018-07-16 07:47:56','wew','First Product DMK','','publish','open','closed','','first-product-dmk','','','2018-07-16 08:41:47','2018-07-16 08:41:47','',0,'http://localhost/?post_type=product&p=423',0,'product','',0),(424,1,'2018-07-16 07:48:49','2018-07-16 07:48:49','','Second product DMK','','publish','open','closed','','second-product-dmk','','','2018-07-16 07:49:10','2018-07-16 07:49:10','',0,'http://localhost/?post_type=product&p=424',0,'product','',0),(425,1,'2018-07-16 07:49:18','2018-07-16 07:49:18','dfaaaffghgfhfgfgdgdfrtetertererer fdfdfdfdf df dfdf gfgfdgfdg fgfgfdgfdfdsfdf bfdgdfgdfgdfdfdsdsd','Product BUNDLE DMK','','publish','open','closed','','product-bundle-dmk','','','2018-07-17 09:03:05','2018-07-17 09:03:05','',0,'http://localhost/?post_type=product&p=425',0,'product','',0),(426,1,'2018-07-16 10:30:39','0000-00-00 00:00:00','','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-07-16 10:30:39','0000-00-00 00:00:00','',0,'http://localhost/?post_type=product&p=426',0,'product','',0),(427,1,'2018-07-16 11:21:42','2018-07-16 11:21:42','fdfsasd','First Template','','trash','open','closed','','first-template__trashed','','','2018-07-16 11:27:36','2018-07-16 11:27:36','',0,'http://localhost/?post_type=product&p=427',0,'product','',0),(428,1,'2018-07-16 11:27:38','2018-07-16 11:27:38','','First Template','','trash','open','closed','','__trashed','','','2018-07-16 11:27:38','2018-07-16 11:27:38','',0,'http://localhost/?post_type=product&p=428',0,'product','',0),(429,1,'2018-07-16 11:27:42','0000-00-00 00:00:00','','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-07-16 11:27:42','0000-00-00 00:00:00','',0,'http://localhost/?post_type=product&p=429',0,'product','',0),(430,1,'2018-07-16 11:28:48','2018-07-16 11:28:48','','First template','','trash','open','closed','','first-template__trashed-2','','','2018-07-16 11:34:42','2018-07-16 11:34:42','',0,'http://localhost/?post_type=product&p=430',0,'product','',0),(431,1,'2018-07-16 11:34:58','2018-07-16 11:34:58','dfsdf','First','','trash','open','closed','','first__trashed','','','2018-07-16 11:37:01','2018-07-16 11:37:01','',0,'http://localhost/?post_type=product&p=431',0,'product','',0),(432,1,'2018-07-16 11:38:14','2018-07-16 11:38:14','Ddggfhfgsdsdsdfdfd','First Product','','trash','open','closed','','first-product__trashed','','','2018-07-16 11:43:50','2018-07-16 11:43:50','',0,'http://localhost/?post_type=product&p=432',0,'product','',0),(433,1,'2018-07-16 11:42:40','0000-00-00 00:00:00','','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-07-16 11:42:40','0000-00-00 00:00:00','',0,'http://localhost/?post_type=product&p=433',0,'product','',0),(434,1,'2018-07-16 11:43:35','2018-07-16 11:43:35','dsgfdsfsdfs','Fsefdfd','','trash','open','closed','','fsefdfd__trashed','','','2018-07-16 11:43:50','2018-07-16 11:43:50','',0,'http://localhost/?post_type=product&p=434',0,'product','',0),(435,1,'2018-07-16 11:45:33','0000-00-00 00:00:00','','AUTO-DRAFT','','auto-draft','open','closed','','','','','2018-07-16 11:45:33','0000-00-00 00:00:00','',0,'http://localhost/?post_type=product&p=435',0,'product','',0),(436,1,'2018-07-16 11:46:33','2018-07-16 11:46:33','gddghghdddfdfdsfdfdfdfdfdfdfdfdfdfdfdf','First product','','trash','open','closed','','first-product__trashed-2','','','2018-07-16 13:41:03','2018-07-16 13:41:03','',0,'http://localhost/?post_type=product&p=436',0,'product','',0),(437,1,'2018-07-16 13:02:10','2018-07-16 13:02:10','dfdfdfdf','dfsdfsdf','','trash','open','closed','','dfsdfsdf__trashed','','','2018-07-16 13:02:28','2018-07-16 13:02:28','',0,'http://localhost/?post_type=product&p=437',0,'product','',0),(438,1,'2018-07-16 13:02:22','2018-07-16 13:02:22','dfdfdfdf','dfsdfsdf (Copy)','','trash','open','closed','','__trashed-2','','','2018-07-16 13:02:38','2018-07-16 13:02:38','',0,'http://localhost/?post_type=product&p=438',0,'product','',0),(439,1,'2018-07-16 13:41:22','2018-07-16 13:41:22','sdfsdfddfsdfddfdf','First Template','','publish','open','closed','','template','','','2018-07-16 15:04:40','2018-07-16 15:04:40','',0,'http://localhost/?post_type=product&p=439',0,'product','',0),(440,1,'2018-07-16 13:58:38','2018-07-16 13:58:38','','First Template','','inherit','closed','closed','','439-autosave-v1','','','2018-07-16 13:58:38','2018-07-16 13:58:38','',439,'http://localhost/2018/07/16/439-autosave-v1/',0,'revision','',0),(441,1,'2018-07-17 08:26:18','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2018-07-17 08:26:18','0000-00-00 00:00:00','',0,'http://localhost/?p=441',0,'post','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_queue`
--
DROP TABLE IF EXISTS `wp_queue`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_queue` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`job` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`attempts` tinyint(1) NOT NULL DEFAULT '0',
`locked` tinyint(1) NOT NULL DEFAULT '0',
`locked_at` datetime DEFAULT NULL,
`available_at` datetime NOT NULL,
`created_at` datetime NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_queue`
--
LOCK TABLES `wp_queue` WRITE;
/*!40000 ALTER TABLE `wp_queue` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_queue` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_term_relationships`
--
DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_relationships` (
`object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`term_order` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`object_id`,`term_taxonomy_id`),
KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_term_relationships`
--
LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (1,1,0),(2,28,0),(5,24,0),(6,25,0),(7,27,0),(73,2,0),(73,29,0),(73,31,0),(406,2,0),(406,30,0),(406,31,0),(408,3,0),(408,15,0),(408,31,0),(423,2,0),(423,29,0),(423,32,0),(424,2,0),(424,30,0),(424,32,0),(425,3,0),(425,15,0),(425,32,0),(427,2,0),(427,15,0),(430,2,0),(430,29,0),(430,30,0),(430,33,0),(431,2,0),(431,15,0),(432,2,0),(432,33,0),(434,2,0),(434,33,0),(436,2,0),(436,15,0),(436,33,0),(437,2,0),(437,15,0),(438,2,0),(438,15,0),(439,2,0),(439,29,0),(439,30,0),(439,33,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_term_taxonomy`
--
DROP TABLE IF EXISTS `wp_term_taxonomy`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_taxonomy` (
`term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`parent` bigint(20) unsigned NOT NULL DEFAULT '0',
`count` bigint(20) NOT NULL DEFAULT '0',
PRIMARY KEY (`term_taxonomy_id`),
UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=34 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_term_taxonomy`
--
LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,1),(2,2,'product_type','',0,5),(3,3,'product_type','',0,2),(4,4,'product_type','',0,0),(5,5,'product_type','',0,0),(6,6,'product_visibility','',0,0),(7,7,'product_visibility','',0,0),(8,8,'product_visibility','',0,0),(9,9,'product_visibility','',0,0),(10,10,'product_visibility','',0,0),(11,11,'product_visibility','',0,0),(12,12,'product_visibility','',0,0),(13,13,'product_visibility','',0,0),(14,14,'product_visibility','',0,0),(15,15,'product_cat','',0,2),(16,16,'product_cat','A short category description',0,0),(17,17,'product_cat','A short category description',0,0),(18,18,'product_cat','A short category description',0,0),(24,24,'user-organization','Top level',0,1),(25,25,'user-organization','Department of Coor Nordic',24,1),(27,27,'user-organization','Subdepartment of Coor Nordic',25,1),(28,28,'user-organization','',0,1),(29,29,'product_cat','',0,3),(30,30,'product_cat','',0,3),(31,31,'product_tag','',0,3),(32,32,'product_tag','',0,3),(33,33,'product_cat','This is a template category',0,1);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_termmeta`
--
DROP TABLE IF EXISTS `wp_termmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_termmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`meta_id`),
KEY `term_id` (`term_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=33 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_termmeta`
--
LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
INSERT INTO `wp_termmeta` VALUES (1,16,'thumbnail_id','22'),(2,16,'product_count_product_cat','0'),(3,17,'thumbnail_id','24'),(4,17,'product_count_product_cat','0'),(5,18,'thumbnail_id','23'),(6,18,'product_count_product_cat','0'),(7,15,'product_count_product_cat','2'),(8,24,'group_id','2'),(9,25,'group_id','3'),(11,27,'group_id','5'),(12,28,'group_id','6'),(13,27,'wpcf-address','Address'),(14,27,'wpcf-street-address','Street Address'),(15,27,'wpcf-address-line-2','Address Line 2'),(16,27,'wpcf-state-province-region','State'),(17,27,'wpcf-zip-postal-code','33333'),(18,27,'wpcf-country','sweeden'),(19,29,'order','0'),(20,29,'display_type',''),(21,29,'thumbnail_id','0'),(22,29,'product_count_product_cat','3'),(23,30,'order','0'),(24,30,'display_type',''),(25,30,'thumbnail_id','0'),(26,30,'product_count_product_cat','3'),(27,31,'product_count_product_tag','3'),(28,32,'product_count_product_tag','3'),(29,33,'order','0'),(30,33,'display_type',''),(31,33,'thumbnail_id','0'),(32,33,'product_count_product_cat','1');
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_terms`
--
DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_terms` (
`term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`term_group` bigint(10) NOT NULL DEFAULT '0',
PRIMARY KEY (`term_id`),
KEY `slug` (`slug`(191)),
KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=34 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_terms`
--
LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'simple','simple',0),(3,'grouped','grouped',0),(4,'variable','variable',0),(5,'external','external',0),(6,'exclude-from-search','exclude-from-search',0),(7,'exclude-from-catalog','exclude-from-catalog',0),(8,'featured','featured',0),(9,'outofstock','outofstock',0),(10,'rated-1','rated-1',0),(11,'rated-2','rated-2',0),(12,'rated-3','rated-3',0),(13,'rated-4','rated-4',0),(14,'rated-5','rated-5',0),(15,'Uncategorized','uncategorized',0),(16,'Accessories','accessories',0),(17,'Hoodies','hoodies',0),(18,'Tshirts','tshirts',0),(24,'Coor Nordic','coor-nordic',0),(25,'Coor SE','coor-se',0),(27,'Coor Kista','coor-kista',0),(28,'Broker Organization','broker-organization',0),(29,'First Category','first-cat',0),(30,'Second category','sec-cat',0),(31,'SWE','swe',0),(32,'DMK','dmk',0),(33,'Templates','template',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_toolset_post_guid_id`
--
DROP TABLE IF EXISTS `wp_toolset_post_guid_id`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_toolset_post_guid_id` (
`guid` varchar(190) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`post_id` bigint(20) NOT NULL,
UNIQUE KEY `post_id` (`post_id`),
KEY `guid` (`guid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_toolset_post_guid_id`
--
LOCK TABLES `wp_toolset_post_guid_id` WRITE;
/*!40000 ALTER TABLE `wp_toolset_post_guid_id` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_toolset_post_guid_id` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_usermeta`
--
DROP TABLE IF EXISTS `wp_usermeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_usermeta` (
`umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`umeta_id`),
KEY `user_id` (`user_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=319 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_usermeta`
--
LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','worpwooc'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers','wp496_privacy,theme_editor_notice'),(15,1,'show_welcome_panel','1'),(17,1,'wp_dashboard_quick_press_last_post_id','441'),(18,1,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(19,1,'jetpack_tracks_anon_id','jetpack:dJtly7NxwT0oEWoZgmi5zmnL'),(20,1,'wc_last_active','1531785600'),(21,2,'nickname','broker'),(22,2,'first_name','br'),(23,2,'last_name','ok'),(24,2,'description',''),(25,2,'rich_editing','true'),(26,2,'syntax_highlighting','true'),(27,2,'comment_shortcuts','false'),(28,2,'admin_color','fresh'),(29,2,'use_ssl','0'),(30,2,'show_admin_bar_front','true'),(31,2,'locale',''),(32,2,'wp_capabilities','a:1:{s:6:\"broker\";b:1;}'),(33,2,'wp_user_level','0'),(34,2,'dismissed_wp_pointers','wp496_privacy'),(35,3,'nickname','Multi User'),(36,3,'first_name','Multi'),(37,3,'last_name','User'),(38,3,'description',''),(39,3,'rich_editing','true'),(40,3,'syntax_highlighting','true'),(41,3,'comment_shortcuts','false'),(42,3,'admin_color','fresh'),(43,3,'use_ssl','0'),(44,3,'show_admin_bar_front','true'),(45,3,'locale',''),(46,3,'wp_capabilities','a:2:{s:15:\"commercial_lead\";b:1;s:8:\"supplier\";b:1;}'),(47,3,'wp_user_level','0'),(48,3,'dismissed_wp_pointers','wp496_privacy'),(49,3,'billing_first_name','Multi'),(50,3,'billing_last_name','User'),(51,3,'billing_company',''),(52,3,'billing_address_1',''),(53,3,'billing_address_2',''),(54,3,'billing_city',''),(55,3,'billing_postcode',''),(56,3,'billing_country',''),(57,3,'billing_state',''),(58,3,'billing_phone',''),(59,3,'billing_email','multi@dfkdf.com'),(60,3,'shipping_first_name',''),(61,3,'shipping_last_name',''),(62,3,'shipping_company',''),(63,3,'shipping_address_1',''),(64,3,'shipping_address_2',''),(65,3,'shipping_city',''),(66,3,'shipping_postcode',''),(67,3,'shipping_country',''),(68,3,'shipping_state',''),(69,3,'last_update','1528971733'),(71,3,'wc_last_active','1530144000'),(72,3,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(73,1,'_order_count','0'),(74,1,'_money_spent','0'),(75,2,'_order_count','0'),(76,2,'_money_spent','0'),(77,3,'_order_count','0'),(78,3,'_money_spent','0'),(79,1,'wp_user-settings','libraryContent=browse'),(80,1,'wp_user-settings-time','1530140648'),(81,1,'session_tokens','a:1:{s:64:\"00b2ced55b6ca93647dad0581cfb95168f2e8edc7f02b097181e1ca28527dea4\";a:4:{s:10:\"expiration\";i:1531897543;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:104:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36\";s:5:\"login\";i:1531724743;}}'),(82,1,'gform_recent_forms','a:6:{i:0;s:1:\"5\";i:1;s:1:\"6\";i:2;s:1:\"7\";i:3;s:1:\"2\";i:4;s:1:\"1\";i:5;s:1:\"8\";}'),(83,3,'session_tokens','a:3:{s:64:\"e7bc269d5e6c5bcd01e7677ec7f6a573248889f07e40fc1c611d0ba4325802dc\";a:4:{s:10:\"expiration\";i:1530316681;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:104:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36\";s:5:\"login\";i:1530143881;}s:64:\"af23050f54eb3c28040d0f494a0f6c5e728db01e913e6b6302d583b2f4c33929\";a:4:{s:10:\"expiration\";i:1530316685;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:104:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36\";s:5:\"login\";i:1530143885;}s:64:\"74d7467be92698e05da4da5d49a627767cdf9d68bd624ae22f5b5ceaa5eb02fe\";a:4:{s:10:\"expiration\";i:1530322931;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:104:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36\";s:5:\"login\";i:1530150131;}}'),(84,2,'session_tokens','a:1:{s:64:\"6f76d4073d342d03f9ced47a14ae35ec2d0d12fc62f28bd81677f617718e3d1c\";a:4:{s:10:\"expiration\";i:1530318928;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:104:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36\";s:5:\"login\";i:1530146128;}}'),(85,2,'wc_last_active','1530144000'),(86,2,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(87,1,'vaa-view-admin-as','a:1:{s:5:\"views\";a:1:{s:43:\"WJYgXm1HPol64IkvJ2AHTRMSvaX3RF7vvUJAH4z3EQ7\";a:2:{s:4:\"view\";a:1:{s:4:\"role\";s:13:\"administrator\";}s:6:\"expire\";i:1531191138;}}}'),(88,4,'nickname','customer'),(89,4,'first_name','Customer'),(90,4,'last_name','Customer'),(91,4,'description',''),(92,4,'rich_editing','true'),(93,4,'syntax_highlighting','true'),(94,4,'comment_shortcuts','false'),(95,4,'admin_color','fresh'),(96,4,'use_ssl','0'),(97,4,'show_admin_bar_front','true'),(98,4,'locale',''),(99,4,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(100,4,'wp_user_level','0'),(101,4,'dismissed_wp_pointers','wp496_privacy'),(102,4,'session_tokens','a:2:{s:64:\"625ecd6c6b9e17d0723631cfb464b9a70f880dc0773f055fc4e71b1357e5ed09\";a:4:{s:10:\"expiration\";i:1530323099;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:104:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36\";s:5:\"login\";i:1530150299;}s:64:\"fb19a415147895f0ba0f656863958297a1827ba0a190232447aad7b947e9b05c\";a:4:{s:10:\"expiration\";i:1530323102;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:104:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36\";s:5:\"login\";i:1530150302;}}'),(103,4,'wc_last_active','1530144000'),(104,4,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(105,1,'dismissed_update_notice','1'),(106,1,'dismissed_no_secure_connection_notice','1'),(107,5,'nickname','coor_nordic'),(108,5,'first_name','User'),(109,5,'last_name','Coor Nordic'),(110,5,'description',''),(111,5,'rich_editing','true'),(112,5,'syntax_highlighting','true'),(113,5,'comment_shortcuts','false'),(114,5,'admin_color','fresh'),(115,5,'use_ssl','0'),(116,5,'show_admin_bar_front','true'),(117,5,'locale',''),(118,5,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(119,5,'wp_user_level','0'),(120,5,'dismissed_wp_pointers','wp496_privacy'),(121,6,'nickname','coor_se'),(122,6,'first_name','User'),(123,6,'last_name','Coor SE'),(124,6,'description',''),(125,6,'rich_editing','true'),(126,6,'syntax_highlighting','true'),(127,6,'comment_shortcuts','false'),(128,6,'admin_color','fresh'),(129,6,'use_ssl','0'),(130,6,'show_admin_bar_front','true'),(131,6,'locale',''),(132,6,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(133,6,'wp_user_level','0'),(134,6,'dismissed_wp_pointers','wp496_privacy'),(135,7,'nickname','coor_kista'),(136,7,'first_name','User'),(137,7,'last_name','Coor Kista'),(138,7,'description',''),(139,7,'rich_editing','true'),(140,7,'syntax_highlighting','true'),(141,7,'comment_shortcuts','false'),(142,7,'admin_color','fresh'),(143,7,'use_ssl','0'),(144,7,'show_admin_bar_front','true'),(145,7,'locale',''),(146,7,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(147,7,'wp_user_level','0'),(148,7,'dismissed_wp_pointers','wp496_privacy'),(149,7,'billing_first_name','User'),(150,7,'billing_last_name','Coor Kista'),(151,7,'billing_company','Coor Kista'),(152,7,'billing_address_1','Coor Kista'),(153,7,'billing_address_2','Coor Kista'),(154,7,'billing_city','Coor Kista'),(155,7,'billing_postcode','COORKISTA'),(156,7,'billing_country','BA'),(157,7,'billing_state','Coor Kista'),(158,7,'billing_phone','5555555555555'),(159,7,'billing_email','user@coorkista.com'),(160,7,'shipping_first_name','User'),(161,7,'shipping_last_name','Coor Kista'),(162,7,'shipping_company','Coor Kista'),(163,7,'shipping_address_1','Coor Kista'),(164,7,'shipping_address_2','Coor Kista'),(165,7,'shipping_city','Coor Kista'),(166,7,'shipping_postcode','COORKISTA'),(167,7,'shipping_country','BA'),(168,7,'shipping_state','Coor Kista'),(169,7,'last_update','1531091638'),(170,5,'billing_first_name','User'),(171,5,'billing_last_name','Coor Nordic'),(172,5,'billing_company','Coor Nordic'),(173,5,'billing_address_1','oor Nordic'),(174,5,'billing_address_2','oor Nordic'),(175,5,'billing_city','oor Nordic'),(176,5,'billing_postcode','OORNORDIC'),(177,5,'billing_country','BA'),(178,5,'billing_state','oor Nordic'),(179,5,'billing_phone','2222222222'),(180,5,'billing_email','user@coornordic.com'),(181,5,'shipping_first_name','User'),(182,5,'shipping_last_name','Coor Nordic'),(183,5,'shipping_company','Coor Nordic'),(184,5,'shipping_address_1','oor Nordic'),(185,5,'shipping_address_2','oor Nordic'),(186,5,'shipping_city','oor Nordic'),(187,5,'shipping_postcode','OORNORDIC'),(188,5,'shipping_country','BA'),(189,5,'shipping_state','oor Nordic'),(190,5,'last_update','1531091741'),(191,6,'billing_first_name','User'),(192,6,'billing_last_name','Coor SE'),(193,6,'billing_company','Coor SE'),(194,6,'billing_address_1','Coor SE'),(195,6,'billing_address_2','Coor SE'),(196,6,'billing_city','Coor SE'),(197,6,'billing_postcode','COORSE'),(198,6,'billing_country','BA'),(199,6,'billing_state','Coor SE'),(200,6,'billing_phone','3333333333'),(201,6,'billing_email','user@coorse.com'),(202,6,'shipping_first_name','User'),(203,6,'shipping_last_name','Coor SE'),(204,6,'shipping_company','Coor SE'),(205,6,'shipping_address_1','Coor SE'),(206,6,'shipping_address_2','Coor SE'),(207,6,'shipping_city','Coor SE'),(208,6,'shipping_postcode','COORSE'),(209,6,'shipping_country','BA'),(210,6,'shipping_state','Coor SE'),(211,6,'last_update','1531091681'),(213,5,'wc_last_active','1531008000'),(219,6,'wc_last_active','1531008000'),(225,7,'wc_last_active','1531094400'),(230,4,'organization_id','22'),(231,4,'billing_first_name','Customer'),(232,4,'billing_last_name','Customer'),(233,4,'billing_company',''),(234,4,'billing_address_1',''),(235,4,'billing_address_2',''),(236,4,'billing_city',''),(237,4,'billing_postcode',''),(238,4,'billing_country',''),(239,4,'billing_state',''),(240,4,'billing_phone',''),(241,4,'billing_email','almira@saburly.com'),(242,4,'shipping_first_name',''),(243,4,'shipping_last_name',''),(244,4,'shipping_company',''),(245,4,'shipping_address_1',''),(246,4,'shipping_address_2',''),(247,4,'shipping_city',''),(248,4,'shipping_postcode',''),(249,4,'shipping_country',''),(250,4,'shipping_state',''),(251,7,'organization_id','22'),(258,6,'organization_id','25'),(263,7,'shipping_method','a:1:{i:0;s:15:\"free_shipping:2\";}'),(265,7,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(267,6,'shipping_method','a:1:{i:0;s:15:\"free_shipping:2\";}'),(269,6,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(270,5,'session_tokens','a:1:{s:64:\"5a27498e9172b57f19eadfebd5612eb5f32b25026946420a209cae4dd906ec59\";a:4:{s:10:\"expiration\";i:1531264524;s:2:\"ip\";s:9:\"127.0.0.1\";s:2:\"ua\";s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0\";s:5:\"login\";i:1531091724;}}'),(271,5,'shipping_method','a:1:{i:0;s:15:\"free_shipping:2\";}'),(273,5,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(289,2,'organization_id','28'),(290,2,'billing_first_name','br'),(291,2,'billing_last_name','ok'),(292,2,'billing_company',''),(293,2,'billing_address_1',''),(294,2,'billing_address_2',''),(295,2,'billing_city',''),(296,2,'billing_postcode',''),(297,2,'billing_country',''),(298,2,'billing_state',''),(299,2,'billing_phone',''),(300,2,'billing_email','almira@saburly.com'),(301,2,'shipping_first_name',''),(302,2,'shipping_last_name',''),(303,2,'shipping_company',''),(304,2,'shipping_address_1',''),(305,2,'shipping_address_2',''),(306,2,'shipping_city',''),(307,2,'shipping_postcode',''),(308,2,'shipping_country',''),(309,2,'shipping_state',''),(310,1,'manageuserscolumnshidden','a:0:{}'),(311,1,'users_per_page','20'),(312,1,'closedpostboxes_','a:6:{i:0;s:37:\"types-custom-field-textfield-73263373\";i:1;s:38:\"types-custom-field-textfield-322313301\";i:2;s:38:\"types-custom-field-textfield-457364635\";i:3;s:39:\"types-custom-field-textfield-1799002072\";i:4;s:38:\"types-custom-field-textfield-131999760\";i:5;s:36:\"types-custom-field-select-1488607259\";}'),(313,1,'metaboxhidden_','a:0:{}'),(314,1,'manageedit-user-organizationcolumnshidden','a:5:{i:0;s:25:\"wpcf_field_street-address\";i:1;s:25:\"wpcf_field_address-line-2\";i:2;s:32:\"wpcf_field_state-province-region\";i:3;s:26:\"wpcf_field_zip-postal-code\";i:4;s:18:\"wpcf_field_country\";}'),(315,1,'closedpostboxes_dashboard','a:1:{i:0;s:17:\"dashboard_primary\";}'),(316,1,'metaboxhidden_dashboard','a:0:{}'),(317,1,'closedpostboxes_product','a:1:{i:0;s:31:\"wc-jetpack-product_by_user_role\";}'),(318,1,'metaboxhidden_product','a:2:{i:0;s:10:\"postcustom\";i:1;s:7:\"slugdiv\";}');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_users`
--
DROP TABLE IF EXISTS `wp_users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_users` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_login` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_status` int(11) NOT NULL DEFAULT '0',
`display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
PRIMARY KEY (`ID`),
KEY `user_login_key` (`user_login`),
KEY `user_nicename` (`user_nicename`),
KEY `user_email` (`user_email`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_users`
--
LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'worpwooc','$2y$12$hQKn8/3SzP/13nppZrynYODftARUNZq0ibtneTRZ2f78eKa.qItw6','worpwooc','almira@saburly.com','','2018-06-11 07:30:53','',0,'worpwooc'),(2,'broker','$2y$12$hQKn8/3SzP/13nppZrynYODftARUNZq0ibtneTRZ2f78eKa.qItw6','broker','almira@saburly.com','','2018-06-13 11:35:46','',0,'br ok'),(3,'Multi User','$2y$12$hQKn8/3SzP/13nppZrynYODftARUNZq0ibtneTRZ2f78eKa.qItw6','multi-user','almira@saburly.com','','2018-06-14 08:03:22','',0,'Multi User'),(4,'customer','$2y$12$hQKn8/3SzP/13nppZrynYODftARUNZq0ibtneTRZ2f78eKa.qItw6','customer','almira@saburly.com','http://localhost','2018-06-28 01:44:23','1530150265:$P$BJ5xNc9C1ZsOvRNijtHQuXneRBxOhM0',0,'Customer Customer'),(5,'coor_nordic','$2y$12$hQKn8/3SzP/13nppZrynYODftARUNZq0ibtneTRZ2f78eKa.qItw6','coor_nordic','user@coornordic.com','http://localhost','2018-07-08 20:54:43','',0,'User Coor Nordic'),(6,'coor_se','$2y$12$hQKn8/3SzP/13nppZrynYODftARUNZq0ibtneTRZ2f78eKa.qItw6','coor_se','user@coorse.com','http://localhost','2018-07-08 20:55:09','',0,'User Coor SE'),(7,'coor_kista','$2y$12$hQKn8/3SzP/13nppZrynYODftARUNZq0ibtneTRZ2f78eKa.qItw6','coor_kista','user@coorkista.com','http://localhost','2018-07-08 20:55:34','',0,'User Coor Kista');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wc_download_log`
--
DROP TABLE IF EXISTS `wp_wc_download_log`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_download_log` (
`download_log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`timestamp` datetime NOT NULL,
`permission_id` bigint(20) unsigned NOT NULL,
`user_id` bigint(20) unsigned DEFAULT NULL,
`user_ip_address` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT '',
PRIMARY KEY (`download_log_id`),
KEY `permission_id` (`permission_id`),
KEY `timestamp` (`timestamp`),
CONSTRAINT `fk_wc_download_log_permission_id` FOREIGN KEY (`permission_id`) REFERENCES `wp_woocommerce_downloadable_product_permissions` (`permission_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wc_download_log`
--
LOCK TABLES `wp_wc_download_log` WRITE;
/*!40000 ALTER TABLE `wp_wc_download_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wc_download_log` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wc_webhooks`
--
DROP TABLE IF EXISTS `wp_wc_webhooks`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_webhooks` (
`webhook_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`status` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`name` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`user_id` bigint(20) unsigned NOT NULL,
`delivery_url` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`secret` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`topic` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`date_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`api_version` smallint(4) NOT NULL,
`failure_count` smallint(10) NOT NULL DEFAULT '0',
`pending_delivery` tinyint(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`webhook_id`),
KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wc_webhooks`
--
LOCK TABLES `wp_wc_webhooks` WRITE;
/*!40000 ALTER TABLE `wp_wc_webhooks` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wc_webhooks` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_api_keys`
--
DROP TABLE IF EXISTS `wp_woocommerce_api_keys`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_api_keys` (
`key_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) unsigned NOT NULL,
`description` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`permissions` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`consumer_key` char(64) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`consumer_secret` char(43) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`nonces` longtext COLLATE utf8mb4_unicode_520_ci,
`truncated_key` char(7) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`last_access` datetime DEFAULT NULL,
PRIMARY KEY (`key_id`),
KEY `consumer_key` (`consumer_key`),
KEY `consumer_secret` (`consumer_secret`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_api_keys`
--
LOCK TABLES `wp_woocommerce_api_keys` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_api_keys` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_api_keys` VALUES (4,1,'Tkey','read_write','c3c4268aa6b674de5e5d095b470927a7e25f6a94dd7b025d1e2019ff74b91de9','cs_1290deec8e07e3a4182cc88993734e77ff3f2cfa','a:5:{i:1530266021;s:11:\"oixNRGiSVCZ\";i:1530266467;s:11:\"IND3X26Jg6T\";i:1530266566;s:11:\"vezv9y97JK9\";i:1530266779;s:11:\"ieuxO2i9CKJ\";i:1530266848;s:11:\"O5nT7TUyinI\";}','a45dda4','2018-07-12 11:27:39'),(5,1,'Write key','read_write','d8fd9b7143bc9396aa638ddf1dc9da1fb1c526a4f1369a2891e7ab4165f7f6a6','cs_18bd03a0e6afd7d5c9e51e1d1c86032e425bd8d8','a:12:{i:1528798567;s:32:\"Mybcu9VTcIYZAbm6CiM3xDwTzkq2nzJl\";i:1528798585;s:32:\"fTAjzi33u17ESTIDOvouR31JUXrs8D04\";i:1528798589;s:32:\"czjKskxkWqfHuMCfgnlBf21BYnGG21Kt\";i:1528798616;s:32:\"xbxgfXDzPJsCFWmYWd3VOVa1ty0blTDV\";i:1528798815;s:32:\"4TtuVH1xC7DQamHIAKQARywWapilOKCI\";i:1528798823;s:32:\"xkB1Fsp4FPTawcjeMD9K2j7ZM14LjRex\";i:1528798838;s:32:\"ayvNSFnAz0iaPB8D4TmGC99abo02XF2V\";i:1528798844;s:32:\"8J9F2R1fw60nEMnvyQSFewXbgYKJxGLT\";i:1528798845;s:32:\"pGdBE50rNjO8iS8ttxfAw5dNUnj8bJMr\";i:1528798852;s:32:\"uMxWUCUHGYq8ZhtTB5WPOrERGnHNUHB7\";i:1528798917;s:32:\"zV61DT8BoVKPOzWAwErQ7l27xfKFme93\";i:1528799463;s:32:\"lFDBehUwM9D1cf0pzD5iEzP73dKDH1Rj\";}','6cc1287','2018-07-17 09:27:23'),(6,4,'Customer','read_write','a9a85ea71404e1e163d7ebfeb6d026d569c96e9e5c20bee1e490733d6e2d6160','cs_99dc6251a6d89fed28d2ca971965f4b32309751b',NULL,'2cea189','2018-07-08 23:54:00'),(7,5,'Read Coor Nordic','read','37b3474785036da4a7513faeae519339180a4faa52c55b1e38922e9885594619','cs_cce7da309f5b3b93c22a9984df24cb0966b6e3fd',NULL,'1de363d','2018-07-09 14:44:54'),(8,6,'Read Coor SE','read','61eac50011ffd54b01b925be1d8649aa4d37944aeced959a029464025d9100f9','cs_55aa56d59cdee89ddc1623d76c91f37574532718',NULL,'cd9c49f','2018-07-09 14:42:50'),(9,7,'Read Coor Kista','read','a5f95b8f1533ee7457d0c311aaa3cac7b3c501d17fd1b423549e0992b5afe2ca','cs_c078e2696e7fd20cabb114e15c2a7dfbbcf91d0b',NULL,'baa8c92','2018-07-09 14:42:32');
/*!40000 ALTER TABLE `wp_woocommerce_api_keys` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_attribute_taxonomies`
--
DROP TABLE IF EXISTS `wp_woocommerce_attribute_taxonomies`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_attribute_taxonomies` (
`attribute_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`attribute_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`attribute_label` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`attribute_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`attribute_orderby` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`attribute_public` int(1) NOT NULL DEFAULT '1',
PRIMARY KEY (`attribute_id`),
KEY `attribute_name` (`attribute_name`(20))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_attribute_taxonomies`
--
LOCK TABLES `wp_woocommerce_attribute_taxonomies` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_attribute_taxonomies` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_attribute_taxonomies` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_downloadable_product_permissions`
--
DROP TABLE IF EXISTS `wp_woocommerce_downloadable_product_permissions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_downloadable_product_permissions` (
`permission_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`download_id` varchar(36) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`product_id` bigint(20) unsigned NOT NULL,
`order_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`order_key` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`user_email` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`user_id` bigint(20) unsigned DEFAULT NULL,
`downloads_remaining` varchar(9) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`access_expires` datetime DEFAULT NULL,
`download_count` bigint(20) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`permission_id`),
KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(16),`download_id`),
KEY `download_order_product` (`download_id`,`order_id`,`product_id`),
KEY `order_id` (`order_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_downloadable_product_permissions`
--
LOCK TABLES `wp_woocommerce_downloadable_product_permissions` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_downloadable_product_permissions` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_downloadable_product_permissions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_log`
--
DROP TABLE IF EXISTS `wp_woocommerce_log`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_log` (
`log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`timestamp` datetime NOT NULL,
`level` smallint(4) NOT NULL,
`source` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`message` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`context` longtext COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`log_id`),
KEY `level` (`level`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_log`
--
LOCK TABLES `wp_woocommerce_log` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_log` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_order_itemmeta`
--
DROP TABLE IF EXISTS `wp_woocommerce_order_itemmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_order_itemmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`order_item_id` bigint(20) unsigned NOT NULL,
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`meta_id`),
KEY `order_item_id` (`order_item_id`),
KEY `meta_key` (`meta_key`(32))
) ENGINE=InnoDB AUTO_INCREMENT=2158 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_order_itemmeta`
--
LOCK TABLES `wp_woocommerce_order_itemmeta` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_order_itemmeta` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES (2086,234,'_product_id','73'),(2087,234,'_variation_id','0'),(2088,234,'_qty','1'),(2089,234,'_tax_class',''),(2090,234,'_line_subtotal','1'),(2091,234,'_line_subtotal_tax','0'),(2092,234,'_line_total','1'),(2093,234,'_line_tax','0'),(2094,234,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2095,235,'_product_id','406'),(2096,235,'_variation_id','0'),(2097,235,'_qty','1'),(2098,235,'_tax_class',''),(2099,235,'_line_subtotal','1'),(2100,235,'_line_subtotal_tax','0'),(2101,235,'_line_total','1'),(2102,235,'_line_tax','0'),(2103,235,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2104,236,'method_id','free_shipping'),(2105,236,'instance_id','2'),(2106,236,'cost','0.00'),(2107,236,'total_tax','0'),(2108,236,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(2109,236,'Items','First Product × 1, Second product × 1'),(2110,237,'_product_id','73'),(2111,237,'_variation_id','0'),(2112,237,'_qty','1'),(2113,237,'_tax_class',''),(2114,237,'_line_subtotal','1'),(2115,237,'_line_subtotal_tax','0'),(2116,237,'_line_total','1'),(2117,237,'_line_tax','0'),(2118,237,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2119,238,'_product_id','406'),(2120,238,'_variation_id','0'),(2121,238,'_qty','1'),(2122,238,'_tax_class',''),(2123,238,'_line_subtotal','1'),(2124,238,'_line_subtotal_tax','0'),(2125,238,'_line_total','1'),(2126,238,'_line_tax','0'),(2127,238,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2128,239,'method_id','free_shipping'),(2129,239,'instance_id','2'),(2130,239,'cost','0.00'),(2131,239,'total_tax','0'),(2132,239,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(2133,239,'Items','First Product × 1, Second product × 1'),(2134,240,'_product_id','73'),(2135,240,'_variation_id','0'),(2136,240,'_qty','1'),(2137,240,'_tax_class',''),(2138,240,'_line_subtotal','1'),(2139,240,'_line_subtotal_tax','0'),(2140,240,'_line_total','1'),(2141,240,'_line_tax','0'),(2142,240,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2143,241,'_product_id','406'),(2144,241,'_variation_id','0'),(2145,241,'_qty','2'),(2146,241,'_tax_class',''),(2147,241,'_line_subtotal','2'),(2148,241,'_line_subtotal_tax','0'),(2149,241,'_line_total','2'),(2150,241,'_line_tax','0'),(2151,241,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2152,242,'method_id','free_shipping'),(2153,242,'instance_id','2'),(2154,242,'cost','0.00'),(2155,242,'total_tax','0'),(2156,242,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(2157,242,'Items','First Product × 1, Second product × 2');
/*!40000 ALTER TABLE `wp_woocommerce_order_itemmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_order_items`
--
DROP TABLE IF EXISTS `wp_woocommerce_order_items`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_order_items` (
`order_item_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`order_item_name` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`order_item_type` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`order_id` bigint(20) unsigned NOT NULL,
PRIMARY KEY (`order_item_id`),
KEY `order_id` (`order_id`)
) ENGINE=InnoDB AUTO_INCREMENT=243 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_order_items`
--
LOCK TABLES `wp_woocommerce_order_items` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_order_items` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_order_items` VALUES (234,'First Product','line_item',418),(235,'Second product','line_item',418),(236,'Free shipping','shipping',418),(237,'First Product','line_item',419),(238,'Second product','line_item',419),(239,'Free shipping','shipping',419),(240,'First Product','line_item',420),(241,'Second product','line_item',420),(242,'Free shipping','shipping',420);
/*!40000 ALTER TABLE `wp_woocommerce_order_items` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_payment_tokenmeta`
--
DROP TABLE IF EXISTS `wp_woocommerce_payment_tokenmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_payment_tokenmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`payment_token_id` bigint(20) unsigned NOT NULL,
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`meta_id`),
KEY `payment_token_id` (`payment_token_id`),
KEY `meta_key` (`meta_key`(32))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_payment_tokenmeta`
--
LOCK TABLES `wp_woocommerce_payment_tokenmeta` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_payment_tokenmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_payment_tokenmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_payment_tokens`
--
DROP TABLE IF EXISTS `wp_woocommerce_payment_tokens`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_payment_tokens` (
`token_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`gateway_id` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`token` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`type` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`is_default` tinyint(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`token_id`),
KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_payment_tokens`
--
LOCK TABLES `wp_woocommerce_payment_tokens` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_payment_tokens` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_payment_tokens` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_sessions`
--
DROP TABLE IF EXISTS `wp_woocommerce_sessions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_sessions` (
`session_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`session_key` char(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`session_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`session_expiry` bigint(20) unsigned NOT NULL,
PRIMARY KEY (`session_key`),
UNIQUE KEY `session_id` (`session_id`)
) ENGINE=InnoDB AUTO_INCREMENT=202 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_sessions`
--
LOCK TABLES `wp_woocommerce_sessions` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_sessions` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_sessions` VALUES (200,'1','a:8:{s:22:\"mailchimp_landing_site\";s:82:\"http://localhost/wp-json/jetpack/v4/module/akismet/data?_cacheBuster=1531724746253\";s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:706:\"a:26:{s:2:\"id\";s:1:\"1\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"BA\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"BA\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:18:\"almira@saburly.com\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1531897546),(201,'dacefd6fac6bba23702da50014a473c3','a:8:{s:22:\"mailchimp_landing_site\";s:132:\"http://localhost/gravityformsapi/entries/1/steps/?api_key=0102c9cf3b&signature=lylOkQmwMlroqmSU9vu%2FWLi4%2F2k%3D&expires=1531819702\";s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"BA\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"BA\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1531992442);
/*!40000 ALTER TABLE `wp_woocommerce_sessions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_shipping_zone_locations`
--
DROP TABLE IF EXISTS `wp_woocommerce_shipping_zone_locations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_shipping_zone_locations` (
`location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`zone_id` bigint(20) unsigned NOT NULL,
`location_code` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`location_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL,
PRIMARY KEY (`location_id`),
KEY `location_id` (`location_id`),
KEY `location_type_code` (`location_type`(10),`location_code`(20))
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_shipping_zone_locations`
--
LOCK TABLES `wp_woocommerce_shipping_zone_locations` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_locations` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_shipping_zone_locations` VALUES (1,1,'US','country');
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_locations` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_shipping_zone_methods`
--
DROP TABLE IF EXISTS `wp_woocommerce_shipping_zone_methods`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_shipping_zone_methods` (
`zone_id` bigint(20) unsigned NOT NULL,
`instance_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`method_id` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`method_order` bigint(20) unsigned NOT NULL,
`is_enabled` tinyint(1) NOT NULL DEFAULT '1',
PRIMARY KEY (`instance_id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_shipping_zone_methods`
--
LOCK TABLES `wp_woocommerce_shipping_zone_methods` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_methods` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_shipping_zone_methods` VALUES (1,1,'free_shipping',1,1),(0,2,'free_shipping',1,1);
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_methods` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_shipping_zones`
--
DROP TABLE IF EXISTS `wp_woocommerce_shipping_zones`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_shipping_zones` (
`zone_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`zone_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`zone_order` bigint(20) unsigned NOT NULL,
PRIMARY KEY (`zone_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_shipping_zones`
--
LOCK TABLES `wp_woocommerce_shipping_zones` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zones` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_shipping_zones` VALUES (1,'United States (US)',0);
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zones` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_tax_rate_locations`
--
DROP TABLE IF EXISTS `wp_woocommerce_tax_rate_locations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_tax_rate_locations` (
`location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`location_code` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`tax_rate_id` bigint(20) unsigned NOT NULL,
`location_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL,
PRIMARY KEY (`location_id`),
KEY `tax_rate_id` (`tax_rate_id`),
KEY `location_type_code` (`location_type`(10),`location_code`(20))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_tax_rate_locations`
--
LOCK TABLES `wp_woocommerce_tax_rate_locations` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_tax_rate_locations` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_tax_rate_locations` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_woocommerce_tax_rates`
--
DROP TABLE IF EXISTS `wp_woocommerce_tax_rates`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_tax_rates` (
`tax_rate_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`tax_rate_country` varchar(2) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`tax_rate_state` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`tax_rate` varchar(8) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`tax_rate_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`tax_rate_priority` bigint(20) unsigned NOT NULL,
`tax_rate_compound` int(1) NOT NULL DEFAULT '0',
`tax_rate_shipping` int(1) NOT NULL DEFAULT '1',
`tax_rate_order` bigint(20) unsigned NOT NULL,
`tax_rate_class` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
PRIMARY KEY (`tax_rate_id`),
KEY `tax_rate_country` (`tax_rate_country`),
KEY `tax_rate_state` (`tax_rate_state`(2)),
KEY `tax_rate_class` (`tax_rate_class`(10)),
KEY `tax_rate_priority` (`tax_rate_priority`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_woocommerce_tax_rates`
--
LOCK TABLES `wp_woocommerce_tax_rates` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_tax_rates` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_tax_rates` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2018-07-17 12:22:06