Skip to content

Instantly share code, notes, and snippets.

@walterjaworski
Created April 1, 2019 14:22
Show Gist options
  • Save walterjaworski/86c7a63c04572679e42ceebb1bf8334c to your computer and use it in GitHub Desktop.
Save walterjaworski/86c7a63c04572679e42ceebb1bf8334c to your computer and use it in GitHub Desktop.
-- phpMyAdmin SQL Dump
-- version 4.8.5
-- https://www.phpmyadmin.net/
--
-- Host: localhost:8889
-- Generation Time: Apr 01, 2019 at 02:21 PM
-- Server version: 5.7.25
-- PHP Version: 7.3.1
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
--
-- Database: `hotsitesky`
--
-- --------------------------------------------------------
--
-- Table structure for table `wp_commentmeta`
--
CREATE TABLE `wp_commentmeta` (
`meta_id` bigint(20) UNSIGNED NOT NULL,
`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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
-- --------------------------------------------------------
--
-- Table structure for table `wp_comments`
--
CREATE TABLE `wp_comments` (
`comment_ID` bigint(20) UNSIGNED NOT NULL,
`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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
-- --------------------------------------------------------
--
-- Table structure for table `wp_links`
--
CREATE TABLE `wp_links` (
`link_id` bigint(20) UNSIGNED NOT NULL,
`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 ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
-- --------------------------------------------------------
--
-- Table structure for table `wp_mlw_qm_audit_trail`
--
CREATE TABLE `wp_mlw_qm_audit_trail` (
`trail_id` mediumint(9) NOT NULL,
`action_user` text NOT NULL,
`action` text NOT NULL,
`time` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `wp_mlw_qm_audit_trail`
--
INSERT INTO `wp_mlw_qm_audit_trail` (`trail_id`, `action_user`, `action`, `time`) VALUES
(1, 'admin', 'New Quiz/Survey Has Been Created: Teste', '08:02:13 PM 03/20/2019'),
(2, 'admin', 'Settings Have Been Edited', '08:06:27 PM 03/20/2019');
-- --------------------------------------------------------
--
-- Table structure for table `wp_mlw_questions`
--
CREATE TABLE `wp_mlw_questions` (
`question_id` mediumint(9) NOT NULL,
`quiz_id` int(11) NOT NULL,
`question_name` text NOT NULL,
`answer_array` text NOT NULL,
`answer_one` text NOT NULL,
`answer_one_points` int(11) NOT NULL,
`answer_two` text NOT NULL,
`answer_two_points` int(11) NOT NULL,
`answer_three` text NOT NULL,
`answer_three_points` int(11) NOT NULL,
`answer_four` text NOT NULL,
`answer_four_points` int(11) NOT NULL,
`answer_five` text NOT NULL,
`answer_five_points` int(11) NOT NULL,
`answer_six` text NOT NULL,
`answer_six_points` int(11) NOT NULL,
`correct_answer` int(11) NOT NULL,
`question_answer_info` text NOT NULL,
`comments` int(11) NOT NULL,
`hints` text NOT NULL,
`question_order` int(11) NOT NULL,
`question_type` int(11) NOT NULL,
`question_type_new` text NOT NULL,
`question_settings` text NOT NULL,
`category` text NOT NULL,
`deleted` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `wp_mlw_questions`
--
INSERT INTO `wp_mlw_questions` (`question_id`, `quiz_id`, `question_name`, `answer_array`, `answer_one`, `answer_one_points`, `answer_two`, `answer_two_points`, `answer_three`, `answer_three_points`, `answer_four`, `answer_four_points`, `answer_five`, `answer_five_points`, `answer_six`, `answer_six_points`, `correct_answer`, `question_answer_info`, `comments`, `hints`, `question_order`, `question_type`, `question_type_new`, `question_settings`, `category`, `deleted`) VALUES
(1, 1, 'Se a pergunta é 1, a resposta é?', 'a:4:{i:0;a:3:{i:0;s:1:\"1\";i:1;d:1;i:2;i:1;}i:1;a:3:{i:0;s:1:\"2\";i:1;d:0;i:2;i:0;}i:2;a:3:{i:0;s:1:\"3\";i:1;d:0;i:2;i:0;}i:3;a:3:{i:0;s:1:\"4\";i:1;d:0;i:2;i:0;}}', '', 0, '', 0, '', 0, '', 0, '', 0, '', 0, 0, 'Correct Answer Info', 1, 'Hint', 1, 0, '1', 'a:1:{s:8:\"required\";s:1:\"0\";}', '', 0),
(2, 1, 'Se a pergunta é 2, a resposta é?', 'a:4:{i:0;a:3:{i:0;s:1:\"1\";i:1;d:0;i:2;i:0;}i:1;a:3:{i:0;s:1:\"2\";i:1;d:1;i:2;i:1;}i:2;a:3:{i:0;s:1:\"3\";i:1;d:0;i:2;i:0;}i:3;a:3:{i:0;s:1:\"4\";i:1;d:0;i:2;i:0;}}', '', 0, '', 0, '', 0, '', 0, '', 0, '', 0, 0, '2', 1, 'Hint', 1, 0, '0', 'a:1:{s:8:\"required\";s:1:\"0\";}', '', 0);
-- --------------------------------------------------------
--
-- Table structure for table `wp_mlw_quizzes`
--
CREATE TABLE `wp_mlw_quizzes` (
`quiz_id` mediumint(9) NOT NULL,
`quiz_name` text NOT NULL,
`message_before` text NOT NULL,
`message_after` text NOT NULL,
`message_comment` text NOT NULL,
`message_end_template` text NOT NULL,
`user_email_template` text NOT NULL,
`admin_email_template` text NOT NULL,
`submit_button_text` text NOT NULL,
`name_field_text` text NOT NULL,
`business_field_text` text NOT NULL,
`email_field_text` text NOT NULL,
`phone_field_text` text NOT NULL,
`comment_field_text` text NOT NULL,
`email_from_text` text NOT NULL,
`question_answer_template` text NOT NULL,
`leaderboard_template` text NOT NULL,
`system` int(11) NOT NULL,
`randomness_order` int(11) NOT NULL,
`loggedin_user_contact` int(11) NOT NULL,
`show_score` int(11) NOT NULL,
`send_user_email` int(11) NOT NULL,
`send_admin_email` int(11) NOT NULL,
`contact_info_location` int(11) NOT NULL,
`user_name` int(11) NOT NULL,
`user_comp` int(11) NOT NULL,
`user_email` int(11) NOT NULL,
`user_phone` int(11) NOT NULL,
`admin_email` text NOT NULL,
`comment_section` int(11) NOT NULL,
`question_from_total` int(11) NOT NULL,
`total_user_tries` int(11) NOT NULL,
`total_user_tries_text` text NOT NULL,
`certificate_template` text NOT NULL,
`social_media` int(11) NOT NULL,
`social_media_text` text NOT NULL,
`pagination` int(11) NOT NULL,
`pagination_text` text NOT NULL,
`timer_limit` int(11) NOT NULL,
`quiz_stye` text NOT NULL,
`question_numbering` int(11) NOT NULL,
`quiz_settings` text NOT NULL,
`theme_selected` text NOT NULL,
`last_activity` datetime NOT NULL,
`require_log_in` int(11) NOT NULL,
`require_log_in_text` text NOT NULL,
`limit_total_entries` int(11) NOT NULL,
`limit_total_entries_text` text NOT NULL,
`scheduled_timeframe` text NOT NULL,
`scheduled_timeframe_text` text NOT NULL,
`disable_answer_onselect` int(11) NOT NULL,
`ajax_show_correct` int(11) NOT NULL,
`quiz_views` int(11) NOT NULL,
`quiz_taken` int(11) NOT NULL,
`deleted` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `wp_mlw_quizzes`
--
INSERT INTO `wp_mlw_quizzes` (`quiz_id`, `quiz_name`, `message_before`, `message_after`, `message_comment`, `message_end_template`, `user_email_template`, `admin_email_template`, `submit_button_text`, `name_field_text`, `business_field_text`, `email_field_text`, `phone_field_text`, `comment_field_text`, `email_from_text`, `question_answer_template`, `leaderboard_template`, `system`, `randomness_order`, `loggedin_user_contact`, `show_score`, `send_user_email`, `send_admin_email`, `contact_info_location`, `user_name`, `user_comp`, `user_email`, `user_phone`, `admin_email`, `comment_section`, `question_from_total`, `total_user_tries`, `total_user_tries_text`, `certificate_template`, `social_media`, `social_media_text`, `pagination`, `pagination_text`, `timer_limit`, `quiz_stye`, `question_numbering`, `quiz_settings`, `theme_selected`, `last_activity`, `require_log_in`, `require_log_in_text`, `limit_total_entries`, `limit_total_entries_text`, `scheduled_timeframe`, `scheduled_timeframe_text`, `disable_answer_onselect`, `ajax_show_correct`, `quiz_views`, `quiz_taken`, `deleted`) VALUES
(1, 'Teste', 'Welcome to your %QUIZ_NAME%', 'a:2:{i:0;a:3:{s:10:\"conditions\";a:1:{i:0;a:3:{s:8:\"criteria\";s:6:\"points\";s:8:\"operator\";s:7:\"greater\";s:5:\"value\";s:1:\"2\";}}s:4:\"page\";s:7:\"Acertou\";s:8:\"redirect\";b:0;}i:1;a:3:{s:10:\"conditions\";a:1:{i:0;a:3:{s:8:\"criteria\";s:6:\"points\";s:8:\"operator\";s:5:\"equal\";s:5:\"value\";s:1:\"0\";}}s:4:\"page\";s:15:\"Errowwwwwwwwwww\";s:8:\"redirect\";b:0;}}', 'Please fill in the comment box below.', '', 'a:2:{i:0;a:5:{s:10:\"conditions\";a:0:{}s:7:\"content\";s:19:\"%QUESTIONS_ANSWERS%\";s:7:\"subject\";s:28:\"Quiz results for %QUIZ_NAME%\";s:7:\"replyTo\";b:0;s:2:\"to\";s:12:\"%USER_EMAIL%\";}i:1;a:5:{s:10:\"conditions\";a:0:{}s:7:\"content\";s:19:\"%QUESTIONS_ANSWERS%\";s:7:\"subject\";s:28:\"Quiz results for %QUIZ_NAME%\";s:7:\"replyTo\";b:0;s:2:\"to\";s:31:\"walter.jaworski@mirumagency.com\";}}', '%QUESTIONS_ANSWERS%', 'Submit', 'Name', 'Business', 'Email', 'Phone Number', 'Comments', 'Wordpress', '%QUESTION%<br /> Answer Provided: %USER_ANSWER%<br /> Correct Answer: %CORRECT_ANSWER%<br /> Comments Entered: %USER_COMMENTS%<br />', '', 0, 0, 0, 0, 0, 0, 0, 2, 2, 2, 2, 'walter.jaworski@mirumagency.com', 1, 0, 0, 'You are only allowed 1 try and have already submitted your quiz.', '', 0, 'I just scored %CORRECT_SCORE%% on %QUIZ_NAME%!', 0, 'Next', 0, '', 0, 'a:4:{s:17:\"quiz_leaderboards\";s:28:\"a:1:{s:8:\"template\";s:0:\"\";}\";s:12:\"quiz_options\";s:691:\"a:23:{s:6:\"system\";s:1:\"1\";s:12:\"progress_bar\";s:1:\"1\";s:14:\"require_log_in\";s:1:\"0\";s:10:\"pagination\";i:0;s:11:\"timer_limit\";i:0;s:16:\"total_user_tries\";i:0;s:19:\"limit_total_entries\";i:0;s:19:\"question_from_total\";i:0;s:20:\"scheduled_time_start\";s:0:\"\";s:18:\"scheduled_time_end\";s:0:\"\";s:16:\"randomness_order\";s:1:\"0\";s:21:\"contact_info_location\";s:1:\"0\";s:21:\"loggedin_user_contact\";s:1:\"0\";s:15:\"comment_section\";s:1:\"1\";s:18:\"question_numbering\";s:1:\"0\";s:15:\"store_responses\";s:1:\"1\";s:12:\"social_media\";s:1:\"0\";s:23:\"disable_answer_onselect\";s:1:\"0\";s:17:\"ajax_show_correct\";s:1:\"0\";s:9:\"user_name\";s:1:\"2\";s:9:\"user_comp\";s:1:\"2\";s:10:\"user_email\";s:1:\"2\";s:10:\"user_phone\";s:1:\"2\";}\";s:9:\"quiz_text\";s:1463:\"a:23:{s:14:\"message_before\";s:27:\"Welcome to your %QUIZ_NAME%\";s:15:\"message_comment\";s:37:\"Please fill in the comment box below.\";s:20:\"message_end_template\";s:0:\"\";s:18:\"comment_field_text\";s:8:\"Comments\";s:24:\"question_answer_template\";s:132:\"%QUESTION%<br /> Answer Provided: %USER_ANSWER%<br /> Correct Answer: %CORRECT_ANSWER%<br /> Comments Entered: %USER_COMMENTS%<br />\";s:18:\"submit_button_text\";s:6:\"Submit\";s:15:\"name_field_text\";s:4:\"Name\";s:19:\"business_field_text\";s:8:\"Business\";s:16:\"email_field_text\";s:5:\"Email\";s:16:\"phone_field_text\";s:12:\"Phone Number\";s:21:\"total_user_tries_text\";s:64:\"You are only allowed 1 try and have already submitted your quiz.\";s:20:\"twitter_sharing_text\";s:46:\"I just scored %CORRECT_SCORE%% on %QUIZ_NAME%!\";s:21:\"facebook_sharing_text\";s:46:\"I just scored %CORRECT_SCORE%% on %QUIZ_NAME%!\";s:20:\"previous_button_text\";s:8:\"Previous\";s:16:\"next_button_text\";s:4:\"Next\";s:19:\"require_log_in_text\";s:38:\"This quiz is for logged in users only.\";s:24:\"limit_total_entries_text\";s:107:\"Unfortunately, this quiz has a limited amount of entries it can recieve and has already reached that limit.\";s:24:\"scheduled_timeframe_text\";s:0:\"\";s:9:\"hint_text\";s:4:\"Hint\";s:16:\"empty_error_text\";s:36:\"Please complete all required fields!\";s:16:\"email_error_text\";s:27:\"Not a valid e-mail address!\";s:17:\"number_error_text\";s:28:\"This field must be a number!\";s:20:\"incorrect_error_text\";s:32:\"The entered text is not correct!\";}\";s:5:\"pages\";s:40:\"a:1:{i:0;a:2:{i:0;s:1:\"1\";i:1;s:1:\"2\";}}\";}', 'primary', '2019-03-20 17:02:13', 0, 'This quiz is for logged in users only.', 0, 'Unfortunately, this quiz has a limited amount of entries it can recieve and has already reached that limit.', '', '', 0, 0, 2, 1, 0);
-- --------------------------------------------------------
--
-- Table structure for table `wp_mlw_results`
--
CREATE TABLE `wp_mlw_results` (
`result_id` mediumint(9) NOT NULL,
`quiz_id` int(11) NOT NULL,
`quiz_name` text NOT NULL,
`quiz_system` int(11) NOT NULL,
`point_score` int(11) NOT NULL,
`correct_score` int(11) NOT NULL,
`correct` int(11) NOT NULL,
`total` int(11) NOT NULL,
`name` text NOT NULL,
`business` text NOT NULL,
`email` text NOT NULL,
`phone` text NOT NULL,
`user` int(11) NOT NULL,
`user_ip` text NOT NULL,
`time_taken` text NOT NULL,
`time_taken_real` datetime NOT NULL,
`quiz_results` text NOT NULL,
`deleted` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Dumping data for table `wp_mlw_results`
--
INSERT INTO `wp_mlw_results` (`result_id`, `quiz_id`, `quiz_name`, `quiz_system`, `point_score`, `correct_score`, `correct`, `total`, `name`, `business`, `email`, `phone`, `user`, `user_ip`, `time_taken`, `time_taken_real`, `quiz_results`, `deleted`) VALUES
(1, 1, 'Teste', 1, 2, 100, 2, 2, 'None', 'None', 'None', 'None', 1, '::1', '05:52:07 PM 03/20/2019', '2019-03-20 17:52:07', 'a:4:{i:0;i:34;i:1;a:2:{i:0;a:8:{i:0;s:34:\"Se a pergunta é 1, a resposta é?\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:0:\"\";s:7:\"correct\";s:7:\"correct\";s:2:\"id\";s:1:\"1\";s:6:\"points\";d:1;s:8:\"category\";s:0:\"\";}i:1;a:8:{i:0;s:34:\"Se a pergunta é 2, a resposta é?\";i:1;s:1:\"2\";i:2;s:1:\"2\";i:3;s:0:\"\";s:7:\"correct\";s:7:\"correct\";s:2:\"id\";s:1:\"2\";s:6:\"points\";d:1;s:8:\"category\";s:0:\"\";}}i:2;s:0:\"\";s:7:\"contact\";a:0:{}}', 0);
-- --------------------------------------------------------
--
-- Table structure for table `wp_options`
--
CREATE TABLE `wp_options` (
`option_id` bigint(20) UNSIGNED NOT NULL,
`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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
--
-- Dumping data for table `wp_options`
--
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'http://localhost:8888/hotsitesky', 'yes'),
(2, 'home', 'http://localhost:8888/hotsitesky', 'yes'),
(3, 'blogname', 'Hotsite SKY - Game Of Thrones', 'yes'),
(4, 'blogdescription', 'Game Of Thrones', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'walter.jaworski@mirumagency.com', 'yes'),
(7, 'start_of_week', '0', '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', '1', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'j \\d\\e F \\d\\e Y', 'yes'),
(24, 'time_format', 'H:i', 'yes'),
(25, 'links_updated_date_format', 'j \\d\\e F \\d\\e Y, H:i', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%category%/%postname%/', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:6:{i:0;s:30:\"advanced-custom-fields/acf.php\";i:1;s:25:\"calculadora-got/index.php\";i:2;s:39:\"disable-gutenberg/disable-gutenberg.php\";i:3;s:36:\"quiz-master-next/mlw_quizmaster2.php\";i:4;s:24:\"wordpress-seo/wp-seo.php\";i:5;s:39:\"wp-file-manager/file_folder_manager.php\";}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', 'a:2:{i:0;s:80:\"/Applications/MAMP/htdocs/hotsitesky/wp-content/themes/FoundationPress/style.css\";i:2;s:0:\"\";}', 'no'),
(40, 'template', 'foundationpress_2019-03-29_17-20', 'yes'),
(41, 'stylesheet', 'foundationpress_2019-03-29_17-20', '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', '44719', 'yes'),
(49, 'uploads_use_yearmonth_folders', '1', 'yes'),
(50, 'upload_path', '', 'yes'),
(51, 'blog_public', '1', 'yes'),
(52, 'default_link_category', '2', 'yes'),
(53, 'show_on_front', 'page', '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:0:{}', 'no'),
(82, 'timezone_string', 'America/Sao_Paulo', 'yes'),
(83, 'page_for_posts', '0', 'yes'),
(84, 'page_on_front', '7', '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, 'show_comments_cookies_opt_in', '1', 'yes'),
(93, 'initial_db_version', '44719', 'yes'),
(94, 'wp_user_roles', 'a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{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:20:\"wpseo_manage_options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{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:15:\"wpseo_bulk_edit\";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:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:37:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:36:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}', 'yes'),
(95, 'fresh_site', '0', 'yes'),
(96, 'WPLANG', 'pt_BR', 'yes'),
(97, 'widget_search', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(98, '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'),
(99, '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'),
(100, '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'),
(101, 'widget_meta', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(102, 'sidebars_widgets', 'a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:15:\"sidebar-widgets\";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:14:\"footer-widgets\";a:0:{}s:13:\"array_version\";i:3;}', 'yes'),
(103, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(104, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(105, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(106, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(107, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'nonce_key', '$c9iZ9F6*c,WB,1c9lo+3c6K)M]E$7NLID1]zq&w%/-N=nl8/M2BHLjuX J>@1H3', 'no'),
(110, 'nonce_salt', 'XI{W^tNe:DR;<j;4Qu:RYZ4u>fS{Z~Ex57R,ZN/JgeYJ#/:q$tH))jKW qnWNU3u', 'no'),
(111, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(112, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(113, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(114, 'cron', 'a:8:{i:1553891894;a:1:{s:19:\"wpseo-reindex-links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1553893931;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:1553897511;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"cfdc1bee7d6996ba5306dacc5c100f2b\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:67;}}}}i:1553898059;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"2b8c7f2cec272332aa887b58e7ba4bee\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:68;}}}}i:1553908331;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:1553951543;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:1553951544;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;}}}s:7:\"version\";i:2;}', 'yes'),
(115, 'theme_mods_twentynineteen', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1553002419;s:4:\"data\";a:2:{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\";}}}}', 'yes'),
(123, 'auth_key', 'IfY,Yp>h80M)?.s(uLeE `2HmJ4>,c2tl19@Pq;16HWmbpS>@o02_,YIjI&yR<j2', 'no'),
(124, 'auth_salt', '^ 6)XVo;`(ukxruSR15eDq5yMPaaQ-0$?c>]6QPFVk;jS71G=dNKlC~{eT8AX9Ny', 'no'),
(125, 'logged_in_key', '7!X&fNz8akSZ9$8Fs$c@%*<C?v-CaK)y7)XF8,Ein.G>`$RL^70Wr)*,jr+v&S#=', 'no'),
(126, 'logged_in_salt', 'N7I|=E%s@B8m,Wt<1gMLc/.xQ7jafDeSp=;<Z5g0=+6ZmQc<:~/u+>Rdc)8,?1(:', 'no'),
(138, 'can_compress_scripts', '1', 'no'),
(149, 'new_admin_email', 'walter.jaworski@mirumagency.com', 'yes'),
(156, 'recently_activated', 'a:1:{s:21:\"safe-svg/safe-svg.php\";i:1553633172;}', 'yes'),
(161, 'current_theme', 'FoundationPress', 'yes'),
(162, 'theme_mods_FoundationPress', 'a:5:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:9:\"top-bar-r\";i:2;s:10:\"mobile-nav\";i:2;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1553890863;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:15:\"sidebar-widgets\";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:14:\"footer-widgets\";a:0:{}}}s:22:\"wpt_mobile_menu_layout\";s:6:\"topbar\";}', 'yes'),
(163, 'theme_switched', '', 'yes'),
(167, 'theme_mods_wpbrasil-odin-3fa0943', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1553004671;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:12:\"main-sidebar\";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\";}}}}', 'yes'),
(168, 'widget_odin_facebook_like_box', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(179, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'yes'),
(192, 'bodhi_svgs_plugin_version', '2.3.15', 'yes'),
(212, 'acf_version', '5.7.12', 'yes'),
(220, 'qmn_original_version', '6.2.2', 'yes'),
(221, 'qmn-settings', 'a:1:{s:24:\"results_details_template\";s:565:\"<h2>Quiz Results for %QUIZ_NAME%</h2>\n <p>%CONTACT_ALL%</p>\n <p>Name Provided: %USER_NAME%</p>\n <p>Business Provided: %USER_BUSINESS%</p>\n <p>Phone Provided: %USER_PHONE%</p>\n <p>Email Provided: %USER_EMAIL%</p>\n <p>Score Received: %AMOUNT_CORRECT%/%TOTAL_QUESTIONS% or %CORRECT_SCORE%% or %POINT_SCORE% points</p>\n <h2>Answers Provided:</h2>\n <p>The user took %TIMER% to complete quiz.</p>\n <p>Comments entered were: %COMMENT_SECTION%</p>\n <p>The answers were as follows:</p>\n %QUESTIONS_ANSWERS%\";}', 'yes'),
(222, 'mlw_quiz_master_version', '6.2.2', 'yes'),
(223, 'mlw_advert_shows', 'true', 'yes'),
(224, 'qmn_review_message_trigger', '20', 'yes'),
(225, 'qmn-tracking-notice', '1', 'yes'),
(227, 'category_children', 'a:0:{}', 'yes'),
(247, 'calc_use_api', '1', 'yes'),
(248, 'calc_api_callback', 'alpha', 'yes'),
(267, '_site_transient_timeout_browser_88ab3312542a3465cf4f20fdd7f66966', '1554236561', 'no'),
(268, '_site_transient_browser_88ab3312542a3465cf4f20fdd7f66966', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"73.0.3683.86\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}', 'no'),
(269, '_site_transient_timeout_php_check_90e738eca301c4d89366b1a4d15fe37f', '1554236562', 'no'),
(270, '_site_transient_php_check_90e738eca301c4d89366b1a4d15fe37f', 'a:5:{s:19:\"recommended_version\";s:3:\"7.3\";s:15:\"minimum_version\";s:5:\"5.2.4\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}', 'no'),
(279, 'wpseo', 'a:20:{s:15:\"ms_defaults_set\";b:0;s:7:\"version\";s:6:\"10.0.1\";s:20:\"disableadvanced_meta\";b:1;s:19:\"onpage_indexability\";b:1;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1553632693;s:13:\"myyoast-oauth\";a:2:{s:6:\"config\";a:2:{s:8:\"clientId\";N;s:6:\"secret\";N;}s:13:\"access_tokens\";a:0:{}}}', 'yes'),
(280, 'wpseo_titles', 'a:83:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:23:\"is-media-purge-relevant\";b:0;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"&raquo;\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:0:\"\";s:17:\"stripcategorybase\";b:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:13:\"showdate-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:13:\"showdate-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:19:\"showdate-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:17:\"title-slider_home\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:20:\"metadesc-slider_home\";s:0:\"\";s:19:\"noindex-slider_home\";b:0;s:20:\"showdate-slider_home\";b:0;s:30:\"display-metabox-pt-slider_home\";b:1;s:30:\"post_types-slider_home-maintax\";i:0;s:10:\"title-quiz\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-quiz\";s:0:\"\";s:12:\"noindex-quiz\";b:0;s:13:\"showdate-quiz\";b:0;s:23:\"display-metabox-pt-quiz\";b:1;s:23:\"post_types-quiz-maintax\";i:0;s:20:\"title-ptarchive-quiz\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:23:\"metadesc-ptarchive-quiz\";s:0:\"\";s:22:\"bctitle-ptarchive-quiz\";s:0:\"\";s:22:\"noindex-ptarchive-quiz\";b:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;}', 'yes'),
(281, 'wpseo_social', 'a:20:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:14:\"plus-publisher\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:15:\"google_plus_url\";s:0:\"\";s:10:\"fbadminapp\";s:0:\"\";}', 'yes'),
(282, 'wpseo_flush_rewrite', '1', 'yes'),
(283, '_transient_timeout_wpseo_link_table_inaccessible', '1585168694', 'no'),
(284, '_transient_wpseo_link_table_inaccessible', '0', 'no'),
(285, '_transient_timeout_wpseo_meta_table_inaccessible', '1585168694', 'no'),
(286, '_transient_wpseo_meta_table_inaccessible', '0', 'no'),
(290, 'rewrite_rules', 'a:141:{s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:25:\"index.php?xsl=$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:7:\"quiz/?$\";s:24:\"index.php?post_type=quiz\";s:37:\"quiz/feed/(feed|rdf|rss|rss2|atom)/?$\";s:41:\"index.php?post_type=quiz&feed=$matches[1]\";s:32:\"quiz/(feed|rdf|rss|rss2|atom)/?$\";s:41:\"index.php?post_type=quiz&feed=$matches[1]\";s:24:\"quiz/page/([0-9]{1,})/?$\";s:42:\"index.php?post_type=quiz&paged=$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: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: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:39:\"slider_home/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"slider_home/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"slider_home/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"slider_home/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"slider_home/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"slider_home/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"slider_home/([^/]+)/embed/?$\";s:44:\"index.php?slider_home=$matches[1]&embed=true\";s:32:\"slider_home/([^/]+)/trackback/?$\";s:38:\"index.php?slider_home=$matches[1]&tb=1\";s:40:\"slider_home/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?slider_home=$matches[1]&paged=$matches[2]\";s:47:\"slider_home/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?slider_home=$matches[1]&cpage=$matches[2]\";s:36:\"slider_home/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?slider_home=$matches[1]&page=$matches[2]\";s:28:\"slider_home/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"slider_home/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"slider_home/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"slider_home/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"slider_home/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"slider_home/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"qmn_log_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?qmn_log_type=$matches[1]&feed=$matches[2]\";s:48:\"qmn_log_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?qmn_log_type=$matches[1]&feed=$matches[2]\";s:29:\"qmn_log_type/([^/]+)/embed/?$\";s:45:\"index.php?qmn_log_type=$matches[1]&embed=true\";s:41:\"qmn_log_type/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?qmn_log_type=$matches[1]&paged=$matches[2]\";s:23:\"qmn_log_type/([^/]+)/?$\";s:34:\"index.php?qmn_log_type=$matches[1]\";s:32:\"quiz/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"quiz/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"quiz/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"quiz/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"quiz/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"quiz/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:21:\"quiz/([^/]+)/embed/?$\";s:37:\"index.php?quiz=$matches[1]&embed=true\";s:25:\"quiz/([^/]+)/trackback/?$\";s:31:\"index.php?quiz=$matches[1]&tb=1\";s:45:\"quiz/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?quiz=$matches[1]&feed=$matches[2]\";s:40:\"quiz/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?quiz=$matches[1]&feed=$matches[2]\";s:33:\"quiz/([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?quiz=$matches[1]&paged=$matches[2]\";s:40:\"quiz/([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?quiz=$matches[1]&cpage=$matches[2]\";s:29:\"quiz/([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?quiz=$matches[1]&page=$matches[2]\";s:21:\"quiz/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:31:\"quiz/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:51:\"quiz/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"quiz/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"quiz/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:27:\"quiz/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";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:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=7&cpage=$matches[1]\";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: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: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: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: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: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:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";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:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:31:\".+?/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\".+?/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\".+?/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\".+?/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\".+?/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\".+?/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"(.+?)/([^/]+)/embed/?$\";s:63:\"index.php?category_name=$matches[1]&name=$matches[2]&embed=true\";s:26:\"(.+?)/([^/]+)/trackback/?$\";s:57:\"index.php?category_name=$matches[1]&name=$matches[2]&tb=1\";s:46:\"(.+?)/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:69:\"index.php?category_name=$matches[1]&name=$matches[2]&feed=$matches[3]\";s:41:\"(.+?)/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:69:\"index.php?category_name=$matches[1]&name=$matches[2]&feed=$matches[3]\";s:34:\"(.+?)/([^/]+)/page/?([0-9]{1,})/?$\";s:70:\"index.php?category_name=$matches[1]&name=$matches[2]&paged=$matches[3]\";s:41:\"(.+?)/([^/]+)/comment-page-([0-9]{1,})/?$\";s:70:\"index.php?category_name=$matches[1]&name=$matches[2]&cpage=$matches[3]\";s:30:\"(.+?)/([^/]+)(?:/([0-9]+))?/?$\";s:69:\"index.php?category_name=$matches[1]&name=$matches[2]&page=$matches[3]\";s:20:\".+?/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:30:\".+?/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:50:\".+?/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:45:\".+?/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:45:\".+?/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:26:\".+?/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:33:\"(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:14:\"(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:26:\"(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(.+?)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&cpage=$matches[2]\";s:8:\"(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";}', 'yes'),
(296, '_transient_timeout_filemanager_cancel_lk_popup_1', '1556225290', 'no'),
(297, '_transient_filemanager_cancel_lk_popup_1', 'filemanager_cancel_lk_popup_1', 'no'),
(298, 'filemanager_email_verified_1', 'yes', 'yes'),
(299, '_transient_timeout_mk_fm_close_fm_help_c', '1554929301', 'no'),
(300, '_transient_mk_fm_close_fm_help_c', 'mk_fm_close_fm_help_c', 'no'),
(306, '_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:65:\"https://downloads.wordpress.org/release/pt_BR/wordpress-5.1.1.zip\";s:6:\"locale\";s:5:\"pt_BR\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/pt_BR/wordpress-5.1.1.zip\";s:10:\"no_content\";b:0;s:11:\"new_bundled\";b:0;s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.1.1\";s:7:\"version\";s:5:\"5.1.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1553890861;s:15:\"version_checked\";s:5:\"5.1.1\";s:12:\"translations\";a:0:{}}', 'no'),
(307, '_site_transient_update_plugins', 'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1553890861;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:8:{s:30:\"advanced-custom-fields/acf.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:36:\"w.org/plugins/advanced-custom-fields\";s:4:\"slug\";s:22:\"advanced-custom-fields\";s:6:\"plugin\";s:30:\"advanced-custom-fields/acf.php\";s:11:\"new_version\";s:6:\"5.7.12\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/advanced-custom-fields/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/advanced-custom-fields.5.7.12.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/advanced-custom-fields/assets/icon-256x256.png?rev=1082746\";s:2:\"1x\";s:75:\"https://ps.w.org/advanced-custom-fields/assets/icon-128x128.png?rev=1082746\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/advanced-custom-fields/assets/banner-1544x500.jpg?rev=1729099\";s:2:\"1x\";s:77:\"https://ps.w.org/advanced-custom-fields/assets/banner-772x250.jpg?rev=1729102\";}s:11:\"banners_rtl\";a:0:{}}s:19:\"akismet/akismet.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.1.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.1.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}}s:39:\"disable-gutenberg/disable-gutenberg.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:31:\"w.org/plugins/disable-gutenberg\";s:4:\"slug\";s:17:\"disable-gutenberg\";s:6:\"plugin\";s:39:\"disable-gutenberg/disable-gutenberg.php\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/disable-gutenberg/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/disable-gutenberg.1.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/disable-gutenberg/assets/icon-256x256.png?rev=1925990\";s:2:\"1x\";s:70:\"https://ps.w.org/disable-gutenberg/assets/icon-128x128.png?rev=1925990\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}}s:36:\"quiz-master-next/mlw_quizmaster2.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:30:\"w.org/plugins/quiz-master-next\";s:4:\"slug\";s:16:\"quiz-master-next\";s:6:\"plugin\";s:36:\"quiz-master-next/mlw_quizmaster2.php\";s:11:\"new_version\";s:5:\"6.2.2\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/quiz-master-next/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/quiz-master-next.6.2.2.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/quiz-master-next/assets/icon-128x128.png?rev=1876099\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:21:\"safe-svg/safe-svg.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:22:\"w.org/plugins/safe-svg\";s:4:\"slug\";s:8:\"safe-svg\";s:6:\"plugin\";s:21:\"safe-svg/safe-svg.php\";s:11:\"new_version\";s:5:\"1.9.3\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/safe-svg/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/safe-svg.1.9.3.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:61:\"https://ps.w.org/safe-svg/assets/icon-256x256.png?rev=1706191\";s:2:\"1x\";s:53:\"https://ps.w.org/safe-svg/assets/icon.svg?rev=1706191\";s:3:\"svg\";s:53:\"https://ps.w.org/safe-svg/assets/icon.svg?rev=1706191\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/safe-svg/assets/banner-1544x500.png?rev=1706191\";s:2:\"1x\";s:63:\"https://ps.w.org/safe-svg/assets/banner-772x250.png?rev=1706191\";}s:11:\"banners_rtl\";a:0:{}}s:39:\"wp-file-manager/file_folder_manager.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:29:\"w.org/plugins/wp-file-manager\";s:4:\"slug\";s:15:\"wp-file-manager\";s:6:\"plugin\";s:39:\"wp-file-manager/file_folder_manager.php\";s:11:\"new_version\";s:3:\"4.4\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/wp-file-manager/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/wp-file-manager.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/wp-file-manager/assets/icon-128x128.png?rev=1846029\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/wp-file-manager/assets/banner-772x250.jpg?rev=1846030\";}s:11:\"banners_rtl\";a:0:{}}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:6:\"10.0.1\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wordpress-seo.10.0.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.png?rev=1834347\";s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=1946641\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=1946641\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=1843435\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=1843435\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=1843435\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=1843435\";}}}}', 'no'),
(324, 'theme_mods_foundationpress_2019-03-27_11-03', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:9:\"top-bar-r\";i:2;s:10:\"mobile-nav\";i:2;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1553708470;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:15:\"sidebar-widgets\";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:14:\"footer-widgets\";a:0:{}}}}', 'yes'),
(342, 'theme_mods_foundationpress_2019-03-28_09-13', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:9:\"top-bar-r\";i:2;s:10:\"mobile-nav\";i:2;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1553790973;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:15:\"sidebar-widgets\";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:14:\"footer-widgets\";a:0:{}}}}', 'yes'),
(366, 'theme_mods_foundationpress_2019-03-29_12-31', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:9:\"top-bar-r\";i:2;s:10:\"mobile-nav\";i:2;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1553877674;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:15:\"sidebar-widgets\";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:14:\"footer-widgets\";a:0:{}}}}', 'yes'),
(375, '_site_transient_timeout_theme_roots', '1553892660', 'no'),
(376, '_site_transient_theme_roots', 'a:5:{s:15:\"FoundationPress\";s:7:\"/themes\";s:32:\"foundationpress_2019-03-29_17-20\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}', 'no'),
(381, 'theme_mods_foundationpress_2019-03-29_17-11', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:9:\"top-bar-r\";i:2;s:10:\"mobile-nav\";i:2;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1553890804;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:15:\"sidebar-widgets\";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:14:\"footer-widgets\";a:0:{}}}}', 'yes'),
(387, 'theme_mods_foundationpress_2019-03-29_17-20', 'a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:9:\"top-bar-r\";i:2;s:10:\"mobile-nav\";i:2;}}', 'yes'),
(388, '_site_transient_update_themes', 'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1553890865;s:7:\"checked\";a:5:{s:15:\"FoundationPress\";s:6:\"2.10.4\";s:32:\"foundationpress_2019-03-29_17-20\";s:6:\"2.10.4\";s:14:\"twentynineteen\";s:3:\"1.3\";s:15:\"twentyseventeen\";s:3:\"2.1\";s:13:\"twentysixteen\";s:3:\"1.9\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}', 'no');
-- --------------------------------------------------------
--
-- Table structure for table `wp_postmeta`
--
CREATE TABLE `wp_postmeta` (
`meta_id` bigint(20) UNSIGNED NOT NULL,
`post_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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
--
-- Dumping data for table `wp_postmeta`
--
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9, 7, '_edit_lock', '1553632746:1'),
(10, 7, '_edit_last', '1'),
(11, 9, '_edit_last', '1'),
(12, 9, '_edit_lock', '1553009430:1'),
(13, 11, '_edit_last', '1'),
(14, 11, '_edit_lock', '1553001610:1'),
(17, 7, '_wp_page_template', 'page-templates/front.php'),
(18, 14, '_edit_last', '1'),
(19, 14, '_edit_lock', '1553030320:1'),
(20, 14, '_wp_page_template', 'page-templates/kitchen-sink.php'),
(21, 16, '_wp_trash_meta_status', 'publish'),
(22, 16, '_wp_trash_meta_time', '1553009286'),
(23, 17, '_wp_trash_meta_status', 'publish'),
(24, 17, '_wp_trash_meta_time', '1553009304'),
(25, 18, '_menu_item_type', 'post_type'),
(26, 18, '_menu_item_menu_item_parent', '0'),
(27, 18, '_menu_item_object_id', '11'),
(28, 18, '_menu_item_object', 'page'),
(29, 18, '_menu_item_target', ''),
(30, 18, '_menu_item_classes', 'a:1:{i:0;s:11:\"menu-assine\";}'),
(31, 18, '_menu_item_xfn', ''),
(32, 18, '_menu_item_url', ''),
(34, 19, '_menu_item_type', 'post_type'),
(35, 19, '_menu_item_menu_item_parent', '0'),
(36, 19, '_menu_item_object_id', '9'),
(37, 19, '_menu_item_object', 'page'),
(38, 19, '_menu_item_target', ''),
(39, 19, '_menu_item_classes', 'a:1:{i:0;s:17:\"menu-maratona-got\";}'),
(40, 19, '_menu_item_xfn', ''),
(41, 19, '_menu_item_url', ''),
(43, 20, '_menu_item_type', 'post_type'),
(44, 20, '_menu_item_menu_item_parent', '0'),
(45, 20, '_menu_item_object_id', '7'),
(46, 20, '_menu_item_object', 'page'),
(47, 20, '_menu_item_target', ''),
(48, 20, '_menu_item_classes', 'a:1:{i:0;s:9:\"menu-home\";}'),
(49, 20, '_menu_item_xfn', ''),
(50, 20, '_menu_item_url', ''),
(52, 9, '_wp_page_template', 'default'),
(53, 23, '_edit_last', '1'),
(54, 23, '_wp_page_template', 'default'),
(55, 23, '_edit_lock', '1553009449:1'),
(56, 25, '_edit_last', '1'),
(57, 25, '_wp_page_template', 'default'),
(58, 25, '_edit_lock', '1553009455:1'),
(59, 27, '_edit_last', '1'),
(60, 27, '_wp_page_template', 'default'),
(61, 27, '_edit_lock', '1553009470:1'),
(89, 32, '_wp_trash_meta_status', 'publish'),
(90, 32, '_wp_trash_meta_time', '1553009658'),
(91, 33, '_wp_trash_meta_status', 'publish'),
(92, 33, '_wp_trash_meta_time', '1553009672'),
(93, 34, '_wp_attached_file', '2019/03/logo_sky_branco.svg'),
(94, 34, '_wp_attachment_metadata', 'a:4:{s:5:\"width\";i:63;s:6:\"height\";i:24;s:4:\"file\";s:28:\"/2019/03/logo_sky_branco.svg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";s:1:\"1\";s:4:\"file\";s:19:\"logo_sky_branco.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;s:4:\"file\";s:19:\"logo_sky_branco.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:1:\"0\";s:4:\"crop\";b:0;s:4:\"file\";s:19:\"logo_sky_branco.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;s:4:\"file\";s:19:\"logo_sky_branco.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"featured-small\";a:5:{s:5:\"width\";i:640;s:6:\"height\";i:200;s:4:\"crop\";i:1;s:4:\"file\";s:19:\"logo_sky_branco.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:15:\"featured-medium\";a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:400;s:4:\"crop\";i:1;s:4:\"file\";s:19:\"logo_sky_branco.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:14:\"featured-large\";a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:400;s:4:\"crop\";i:1;s:4:\"file\";s:19:\"logo_sky_branco.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:15:\"featured-xlarge\";a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:400;s:4:\"crop\";i:1;s:4:\"file\";s:19:\"logo_sky_branco.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:8:\"fp-small\";a:5:{s:5:\"width\";i:640;s:6:\"height\";i:0;s:4:\"crop\";i:0;s:4:\"file\";s:19:\"logo_sky_branco.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"fp-medium\";a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:0;s:4:\"crop\";i:0;s:4:\"file\";s:19:\"logo_sky_branco.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:8:\"fp-large\";a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:0;s:4:\"crop\";i:0;s:4:\"file\";s:19:\"logo_sky_branco.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"fp-xlarge\";a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:0;s:4:\"crop\";i:0;s:4:\"file\";s:19:\"logo_sky_branco.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),
(95, 37, '_edit_last', '1'),
(96, 37, '_edit_lock', '1553115198:1'),
(97, 38, '_edit_last', '1'),
(98, 38, '_edit_lock', '1553114567:1'),
(101, 42, '_wp_attached_file', '2019/03/bg-home-desk-1.jpg'),
(102, 42, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1583;s:6:\"height\";i:874;s:4:\"file\";s:26:\"2019/03/bg-home-desk-1.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"bg-home-desk-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"bg-home-desk-1-300x166.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"bg-home-desk-1-768x424.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:424;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"bg-home-desk-1-1024x565.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:565;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured-small\";a:4:{s:4:\"file\";s:26:\"bg-home-desk-1-640x200.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"featured-medium\";a:4:{s:4:\"file\";s:27:\"bg-home-desk-1-1280x400.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured-large\";a:4:{s:4:\"file\";s:27:\"bg-home-desk-1-1440x400.jpg\";s:5:\"width\";i:1440;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"featured-xlarge\";a:4:{s:4:\"file\";s:27:\"bg-home-desk-1-1583x400.jpg\";s:5:\"width\";i:1583;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"fp-small\";a:4:{s:4:\"file\";s:26:\"bg-home-desk-1-640x353.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"fp-medium\";a:4:{s:4:\"file\";s:27:\"bg-home-desk-1-1024x565.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:565;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"fp-large\";a:4:{s:4:\"file\";s:27:\"bg-home-desk-1-1200x663.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:663;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(103, 43, '_wp_attached_file', '2019/03/bg-home-mobile.jpg'),
(104, 43, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:879;s:6:\"height\";i:485;s:4:\"file\";s:26:\"2019/03/bg-home-mobile.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"bg-home-mobile-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"bg-home-mobile-300x166.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"bg-home-mobile-768x424.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:424;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured-small\";a:4:{s:4:\"file\";s:26:\"bg-home-mobile-640x200.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"featured-medium\";a:4:{s:4:\"file\";s:26:\"bg-home-mobile-879x400.jpg\";s:5:\"width\";i:879;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured-large\";a:4:{s:4:\"file\";s:26:\"bg-home-mobile-879x400.jpg\";s:5:\"width\";i:879;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"featured-xlarge\";a:4:{s:4:\"file\";s:26:\"bg-home-mobile-879x400.jpg\";s:5:\"width\";i:879;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"fp-small\";a:4:{s:4:\"file\";s:26:\"bg-home-mobile-640x353.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(105, 37, 'imagem_desk', '42'),
(106, 37, '_imagem_desk', 'field_5c927035d2602'),
(107, 37, 'imagem_mobile', '50'),
(108, 37, '_imagem_mobile', 'field_5c927076d2603'),
(109, 37, '_wp_old_slug', 'teste'),
(110, 44, '_edit_last', '1'),
(111, 44, '_edit_lock', '1553111948:1'),
(112, 45, '_wp_attached_file', '2019/03/imagem-teste.jpg'),
(113, 45, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1788;s:6:\"height\";i:1029;s:4:\"file\";s:24:\"2019/03/imagem-teste.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"imagem-teste-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"imagem-teste-300x173.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"imagem-teste-768x442.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:442;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"imagem-teste-1024x589.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:589;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured-small\";a:4:{s:4:\"file\";s:24:\"imagem-teste-640x200.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"featured-medium\";a:4:{s:4:\"file\";s:25:\"imagem-teste-1280x400.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured-large\";a:4:{s:4:\"file\";s:25:\"imagem-teste-1440x400.jpg\";s:5:\"width\";i:1440;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"featured-xlarge\";a:4:{s:4:\"file\";s:25:\"imagem-teste-1788x400.jpg\";s:5:\"width\";i:1788;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"fp-small\";a:4:{s:4:\"file\";s:24:\"imagem-teste-640x368.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"fp-medium\";a:4:{s:4:\"file\";s:25:\"imagem-teste-1024x589.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:589;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"fp-large\";a:4:{s:4:\"file\";s:25:\"imagem-teste-1200x691.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:691;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(114, 44, 'imagem_desk', '45'),
(115, 44, '_imagem_desk', 'field_5c927035d2602'),
(116, 44, 'imagem_mobile', '52'),
(117, 44, '_imagem_mobile', 'field_5c927076d2603'),
(118, 37, 'alt_imagem', 'Imagem Contador Game Of Thrones'),
(119, 37, '_alt_imagem', 'field_5c9281be1a630'),
(120, 37, 'title_imagem', 'Veja quanto tempo falta para a próxima temporada de GoT'),
(121, 37, '_title_imagem', 'field_5c9281fc1a631'),
(122, 44, 'alt_imagem', 'Imagem Slider 02 GoT'),
(123, 44, '_alt_imagem', 'field_5c9281be1a630'),
(124, 44, 'title_imagem', 'Slider 02 GoT'),
(125, 44, '_title_imagem', 'field_5c9281fc1a631'),
(126, 48, '_wp_attached_file', '2019/03/bg-home2-mobile.jpg'),
(127, 48, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:272;s:6:\"height\";i:472;s:4:\"file\";s:27:\"2019/03/bg-home2-mobile.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"bg-home2-mobile-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"bg-home2-mobile-173x300.jpg\";s:5:\"width\";i:173;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured-small\";a:4:{s:4:\"file\";s:27:\"bg-home2-mobile-272x200.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"featured-medium\";a:4:{s:4:\"file\";s:27:\"bg-home2-mobile-272x400.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured-large\";a:4:{s:4:\"file\";s:27:\"bg-home2-mobile-272x400.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"featured-xlarge\";a:4:{s:4:\"file\";s:27:\"bg-home2-mobile-272x400.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(128, 49, '_wp_attached_file', '2019/03/bg-home-mobile-1.jpg'),
(129, 49, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:272;s:6:\"height\";i:472;s:4:\"file\";s:28:\"2019/03/bg-home-mobile-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"bg-home-mobile-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"bg-home-mobile-1-173x300.jpg\";s:5:\"width\";i:173;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured-small\";a:4:{s:4:\"file\";s:28:\"bg-home-mobile-1-272x200.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"featured-medium\";a:4:{s:4:\"file\";s:28:\"bg-home-mobile-1-272x400.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured-large\";a:4:{s:4:\"file\";s:28:\"bg-home-mobile-1-272x400.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"featured-xlarge\";a:4:{s:4:\"file\";s:28:\"bg-home-mobile-1-272x400.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(130, 50, '_wp_attached_file', '2019/03/bg-home-mobile-2.jpg'),
(131, 50, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:320;s:6:\"height\";i:472;s:4:\"file\";s:28:\"2019/03/bg-home-mobile-2.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"bg-home-mobile-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"bg-home-mobile-2-203x300.jpg\";s:5:\"width\";i:203;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured-small\";a:4:{s:4:\"file\";s:28:\"bg-home-mobile-2-320x200.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"featured-medium\";a:4:{s:4:\"file\";s:28:\"bg-home-mobile-2-320x400.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured-large\";a:4:{s:4:\"file\";s:28:\"bg-home-mobile-2-320x400.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"featured-xlarge\";a:4:{s:4:\"file\";s:28:\"bg-home-mobile-2-320x400.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(132, 52, '_wp_attached_file', '2019/03/bg-home2-mobile-1.jpg'),
(133, 52, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:320;s:6:\"height\";i:472;s:4:\"file\";s:29:\"2019/03/bg-home2-mobile-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"bg-home2-mobile-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"bg-home2-mobile-1-203x300.jpg\";s:5:\"width\";i:203;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured-small\";a:4:{s:4:\"file\";s:29:\"bg-home2-mobile-1-320x200.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"featured-medium\";a:4:{s:4:\"file\";s:29:\"bg-home2-mobile-1-320x400.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured-large\";a:4:{s:4:\"file\";s:29:\"bg-home2-mobile-1-320x400.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"featured-xlarge\";a:4:{s:4:\"file\";s:29:\"bg-home2-mobile-1-320x400.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(134, 53, 'quiz_id', '1'),
(139, 55, '_edit_last', '1'),
(140, 55, '_edit_lock', '1553115454:1'),
(145, 57, '_edit_last', '1'),
(146, 57, '_edit_lock', '1553114704:1'),
(147, 62, '_wp_attached_file', '2019/03/background-quiz-01.jpg'),
(148, 62, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:694;s:6:\"height\";i:355;s:4:\"file\";s:30:\"2019/03/background-quiz-01.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"background-quiz-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"background-quiz-01-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured-small\";a:4:{s:4:\"file\";s:30:\"background-quiz-01-640x200.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"fp-small\";a:4:{s:4:\"file\";s:30:\"background-quiz-01-640x327.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(151, 55, 'imagem', '62'),
(152, 55, '_imagem', 'field_5c92a5c53aaac'),
(153, 55, 'alt_imagem', 'Imagem Quiz 01'),
(154, 55, '_alt_imagem', 'field_5c92a6043aaad'),
(155, 55, 'title_imagem', 'Quiz 01'),
(156, 55, '_title_imagem', 'field_5c92a6193aaae'),
(157, 63, 'imagem', '62'),
(158, 63, '_imagem', 'field_5c92a5c53aaac'),
(159, 63, 'alt_imagem', 'Imagem Quiz 01'),
(160, 63, '_alt_imagem', 'field_5c92a6043aaad'),
(161, 63, 'title_imagem', 'Quiz 01'),
(162, 63, '_title_imagem', 'field_5c92a6193aaae'),
(163, 7, '_yoast_wpseo_content_score', '30'),
(164, 65, '_menu_item_type', 'post_type'),
(165, 65, '_menu_item_menu_item_parent', '0'),
(166, 65, '_menu_item_object_id', '23'),
(167, 65, '_menu_item_object', 'page'),
(168, 65, '_menu_item_target', ''),
(169, 65, '_menu_item_classes', 'a:1:{i:0;s:13:\"menu-sorteios\";}'),
(170, 65, '_menu_item_xfn', ''),
(171, 65, '_menu_item_url', '');
-- --------------------------------------------------------
--
-- Table structure for table `wp_posts`
--
CREATE TABLE `wp_posts` (
`ID` bigint(20) UNSIGNED NOT NULL,
`post_author` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish',
`comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
`ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
`post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`pinged` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content_filtered` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`menu_order` int(11) NOT NULL DEFAULT '0',
`post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post',
`post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_count` bigint(20) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
--
-- Dumping data for table `wp_posts`
--
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(7, 1, '2019-03-19 10:21:20', '2019-03-19 13:21:20', '', 'Home', '', 'publish', 'closed', 'closed', '', 'inicial', '', '', '2019-03-26 17:41:11', '2019-03-26 20:41:11', '', 0, 'http://localhost:8888/hotsitesky/?page_id=7', 0, 'page', '', 0),
(8, 1, '2019-03-19 10:18:55', '2019-03-19 13:18:55', '', 'Inicial', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2019-03-19 10:18:55', '2019-03-19 13:18:55', '', 7, 'http://localhost:8888/hotsitesky/sem-categoria/7-revision-v1/', 0, 'revision', '', 0),
(9, 1, '2019-03-19 10:22:07', '2019-03-19 13:22:07', '', 'Maratona GOT', '', 'publish', 'closed', 'closed', '', 'maratona-got', '', '', '2019-03-19 12:32:48', '2019-03-19 15:32:48', '', 0, 'http://localhost:8888/hotsitesky/?page_id=9', 0, 'page', '', 0),
(10, 1, '2019-03-19 10:22:07', '2019-03-19 13:22:07', '', 'Maratone', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2019-03-19 10:22:07', '2019-03-19 13:22:07', '', 9, 'http://localhost:8888/hotsitesky/sem-categoria/9-revision-v1/', 0, 'revision', '', 0),
(11, 1, '2019-03-19 10:22:26', '2019-03-19 13:22:26', '', 'Assine', '', 'publish', 'closed', 'closed', '', 'assine', '', '', '2019-03-19 10:22:26', '2019-03-19 13:22:26', '', 0, 'http://localhost:8888/hotsitesky/?page_id=11', 0, 'page', '', 0),
(12, 1, '2019-03-19 10:22:26', '2019-03-19 13:22:26', '', 'Assine', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2019-03-19 10:22:26', '2019-03-19 13:22:26', '', 11, 'http://localhost:8888/hotsitesky/sem-categoria/11-revision-v1/', 0, 'revision', '', 0),
(14, 1, '2019-03-19 11:39:33', '2019-03-19 14:39:33', '', 'kitchen-sink', '', 'publish', 'closed', 'closed', '', 'kitchen-sink', '', '', '2019-03-19 11:39:33', '2019-03-19 14:39:33', '', 0, 'http://localhost:8888/hotsitesky/?page_id=14', 0, 'page', '', 0),
(15, 1, '2019-03-19 11:39:33', '2019-03-19 14:39:33', '', 'kitchen-sink', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2019-03-19 11:39:33', '2019-03-19 14:39:33', '', 14, 'http://localhost:8888/hotsitesky/sem-categoria/14-revision-v1/', 0, 'revision', '', 0),
(16, 1, '2019-03-19 12:28:06', '2019-03-19 15:28:06', '{\n \"FoundationPress::wpt_mobile_menu_layout\": {\n \"value\": \"offcanvas\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-03-19 15:28:06\"\n }\n}', '', '', 'trash', 'closed', 'closed', '', '53484ff7-b3be-452c-a7e1-d6ef5c39881d', '', '', '2019-03-19 12:28:06', '2019-03-19 15:28:06', '', 0, 'http://localhost:8888/hotsitesky/sem-categoria/53484ff7-b3be-452c-a7e1-d6ef5c39881d/', 0, 'customize_changeset', '', 0),
(17, 1, '2019-03-19 12:28:23', '2019-03-19 15:28:23', '{\n \"FoundationPress::wpt_mobile_menu_layout\": {\n \"value\": \"topbar\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-03-19 15:28:23\"\n }\n}', '', '', 'trash', 'closed', 'closed', '', '3a096be2-ee53-414d-bed9-be10cdf41043', '', '', '2019-03-19 12:28:23', '2019-03-19 15:28:23', '', 0, 'http://localhost:8888/hotsitesky/sem-categoria/3a096be2-ee53-414d-bed9-be10cdf41043/', 0, 'customize_changeset', '', 0),
(18, 1, '2019-03-19 12:31:57', '2019-03-19 15:31:57', ' ', '', 'Assine', 'publish', 'closed', 'closed', '', '18', '', '', '2019-03-27 18:49:46', '2019-03-27 21:49:46', '', 0, 'http://localhost:8888/hotsitesky/?p=18', 4, 'nav_menu_item', '', 0),
(19, 1, '2019-03-19 12:31:57', '2019-03-19 15:31:57', ' ', '', 'Maratona Game Of Thrones', 'publish', 'closed', 'closed', '', '19', '', '', '2019-03-27 18:49:46', '2019-03-27 21:49:46', '', 0, 'http://localhost:8888/hotsitesky/?p=19', 2, 'nav_menu_item', '', 0),
(20, 1, '2019-03-19 12:31:57', '2019-03-19 15:31:57', ' ', '', 'Home', 'publish', 'closed', 'closed', '', '20', '', '', '2019-03-27 18:49:46', '2019-03-27 21:49:46', '', 0, 'http://localhost:8888/hotsitesky/?p=20', 1, 'nav_menu_item', '', 0),
(21, 1, '2019-03-19 12:32:16', '2019-03-19 15:32:16', '', 'Home', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2019-03-19 12:32:16', '2019-03-19 15:32:16', '', 7, 'http://localhost:8888/hotsitesky/sem-categoria/7-revision-v1/', 0, 'revision', '', 0),
(22, 1, '2019-03-19 12:32:35', '2019-03-19 15:32:35', '', 'Maratona GOT', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2019-03-19 12:32:35', '2019-03-19 15:32:35', '', 9, 'http://localhost:8888/hotsitesky/sem-categoria/9-revision-v1/', 0, 'revision', '', 0),
(23, 1, '2019-03-19 12:33:06', '2019-03-19 15:33:06', '', 'Sorteios', '', 'publish', 'closed', 'closed', '', 'sorteios', '', '', '2019-03-19 12:33:06', '2019-03-19 15:33:06', '', 0, 'http://localhost:8888/hotsitesky/?page_id=23', 0, 'page', '', 0),
(24, 1, '2019-03-19 12:33:06', '2019-03-19 15:33:06', '', 'Sorteios', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2019-03-19 12:33:06', '2019-03-19 15:33:06', '', 23, 'http://localhost:8888/hotsitesky/sem-categoria/23-revision-v1/', 0, 'revision', '', 0),
(25, 1, '2019-03-19 12:33:16', '2019-03-19 15:33:16', '', 'Brindes', '', 'publish', 'closed', 'closed', '', 'brindes', '', '', '2019-03-19 12:33:16', '2019-03-19 15:33:16', '', 0, 'http://localhost:8888/hotsitesky/?page_id=25', 0, 'page', '', 0),
(26, 1, '2019-03-19 12:33:16', '2019-03-19 15:33:16', '', 'Brindes', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2019-03-19 12:33:16', '2019-03-19 15:33:16', '', 25, 'http://localhost:8888/hotsitesky/sem-categoria/25-revision-v1/', 0, 'revision', '', 0),
(27, 1, '2019-03-19 12:33:23', '2019-03-19 15:33:23', '', 'Curiosidades', '', 'publish', 'closed', 'closed', '', 'curiosidades', '', '', '2019-03-19 12:33:23', '2019-03-19 15:33:23', '', 0, 'http://localhost:8888/hotsitesky/?page_id=27', 0, 'page', '', 0),
(28, 1, '2019-03-19 12:33:23', '2019-03-19 15:33:23', '', 'Curiosidades', '', 'inherit', 'closed', 'closed', '', '27-revision-v1', '', '', '2019-03-19 12:33:23', '2019-03-19 15:33:23', '', 27, 'http://localhost:8888/hotsitesky/sem-categoria/27-revision-v1/', 0, 'revision', '', 0),
(32, 1, '2019-03-19 12:34:18', '2019-03-19 15:34:18', '{\n \"FoundationPress::wpt_mobile_menu_layout\": {\n \"value\": \"offcanvas\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-03-19 15:34:18\"\n }\n}', '', '', 'trash', 'closed', 'closed', '', '805c2b0d-a32d-46b2-9466-fad50ffbe5ac', '', '', '2019-03-19 12:34:18', '2019-03-19 15:34:18', '', 0, 'http://localhost:8888/hotsitesky/sem-categoria/805c2b0d-a32d-46b2-9466-fad50ffbe5ac/', 0, 'customize_changeset', '', 0),
(33, 1, '2019-03-19 12:34:32', '2019-03-19 15:34:32', '{\n \"FoundationPress::wpt_mobile_menu_layout\": {\n \"value\": \"topbar\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-03-19 15:34:32\"\n }\n}', '', '', 'trash', 'closed', 'closed', '', 'c3dfb64f-41df-487f-9242-75415abde8f1', '', '', '2019-03-19 12:34:32', '2019-03-19 15:34:32', '', 0, 'http://localhost:8888/hotsitesky/sem-categoria/c3dfb64f-41df-487f-9242-75415abde8f1/', 0, 'customize_changeset', '', 0),
(34, 1, '2019-03-19 18:06:23', '2019-03-19 21:06:23', '', 'logo_sky_branco', '', 'inherit', 'open', 'closed', '', 'logo_sky_branco', '', '', '2019-03-19 18:06:23', '2019-03-19 21:06:23', '', 0, 'http://localhost:8888/hotsitesky/wp-content/uploads/2019/03/logo_sky_branco.svg', 0, 'attachment', 'image/svg+xml', 0),
(37, 1, '2019-03-20 13:41:12', '2019-03-20 16:41:12', 'Contador GoT', 'Contador', '', 'publish', 'closed', 'closed', '', 'contador', '', '', '2019-03-20 16:40:32', '2019-03-20 19:40:32', '', 0, 'http://localhost:8888/hotsitesky/?post_type=slider_home&#038;p=37', 0, 'slider_home', '', 0),
(38, 1, '2019-03-20 13:55:41', '2019-03-20 16:55:41', 'a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:11:\"slider_home\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}', 'Imagens Sliders', 'imagens-sliders', 'publish', 'closed', 'closed', '', 'group_5c92701407fb3', '', '', '2019-03-20 17:45:04', '2019-03-20 20:45:04', '', 0, 'http://localhost:8888/hotsitesky/?post_type=acf-field-group&#038;p=38', 0, 'acf-field-group', '', 0),
(39, 1, '2019-03-20 13:55:41', '2019-03-20 16:55:41', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:14:\"Imagem Desktop\";s:8:\"required\";i:1;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'Imagem Desk', 'imagem_desk', 'publish', 'closed', 'closed', '', 'field_5c927035d2602', '', '', '2019-03-20 15:11:06', '2019-03-20 18:11:06', '', 38, 'http://localhost:8888/hotsitesky/?post_type=acf-field&#038;p=39', 0, 'acf-field', '', 0),
(40, 1, '2019-03-20 13:55:41', '2019-03-20 16:55:41', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:12:\"Imagm Mobile\";s:8:\"required\";i:1;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'Imagem Mobile', 'imagem_mobile', 'publish', 'closed', 'closed', '', 'field_5c927076d2603', '', '', '2019-03-20 15:11:06', '2019-03-20 18:11:06', '', 38, 'http://localhost:8888/hotsitesky/?post_type=acf-field&#038;p=40', 1, 'acf-field', '', 0),
(42, 1, '2019-03-20 13:57:57', '2019-03-20 16:57:57', '', 'bg-home-desk', '', 'inherit', 'open', 'closed', '', 'bg-home-desk-2', '', '', '2019-03-20 13:57:57', '2019-03-20 16:57:57', '', 37, 'http://localhost:8888/hotsitesky/wp-content/uploads/2019/03/bg-home-desk-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(43, 1, '2019-03-20 13:58:19', '2019-03-20 16:58:19', '', 'bg-home-mobile', '', 'inherit', 'open', 'closed', '', 'bg-home-mobile', '', '', '2019-03-20 13:58:19', '2019-03-20 16:58:19', '', 37, 'http://localhost:8888/hotsitesky/wp-content/uploads/2019/03/bg-home-mobile.jpg', 0, 'attachment', 'image/jpeg', 0),
(44, 1, '2019-03-20 14:51:57', '2019-03-20 17:51:57', 'Slider 02 GoT', 'Slider 02', '', 'publish', 'closed', 'closed', '', 'slider-02', '', '', '2019-03-20 16:41:02', '2019-03-20 19:41:02', '', 0, 'http://localhost:8888/hotsitesky/?post_type=slider_home&#038;p=44', 0, 'slider_home', '', 0),
(45, 1, '2019-03-20 14:51:48', '2019-03-20 17:51:48', '', 'imagem-teste', '', 'inherit', 'open', 'closed', '', 'imagem-teste', '', '', '2019-03-20 14:51:48', '2019-03-20 17:51:48', '', 44, 'http://localhost:8888/hotsitesky/wp-content/uploads/2019/03/imagem-teste.jpg', 0, 'attachment', 'image/jpeg', 0),
(46, 1, '2019-03-20 15:11:06', '2019-03-20 18:11:06', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:28:\"Texto alternativo da imagem.\";s:8:\"required\";i:1;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Alt Imagem', 'alt_imagem', 'publish', 'closed', 'closed', '', 'field_5c9281be1a630', '', '', '2019-03-20 17:45:04', '2019-03-20 20:45:04', '', 38, 'http://localhost:8888/hotsitesky/?post_type=acf-field&#038;p=46', 2, 'acf-field', '', 0),
(47, 1, '2019-03-20 15:11:06', '2019-03-20 18:11:06', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:16:\"Title da imagem.\";s:8:\"required\";i:1;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Title Imagem', 'title_imagem', 'publish', 'closed', 'closed', '', 'field_5c9281fc1a631', '', '', '2019-03-20 17:45:04', '2019-03-20 20:45:04', '', 38, 'http://localhost:8888/hotsitesky/?post_type=acf-field&#038;p=47', 3, 'acf-field', '', 0),
(48, 1, '2019-03-20 16:37:22', '2019-03-20 19:37:22', '', 'bg-home2-mobile', '', 'inherit', 'open', 'closed', '', 'bg-home2-mobile', '', '', '2019-03-20 16:37:22', '2019-03-20 19:37:22', '', 44, 'http://localhost:8888/hotsitesky/wp-content/uploads/2019/03/bg-home2-mobile.jpg', 0, 'attachment', 'image/jpeg', 0),
(49, 1, '2019-03-20 16:37:52', '2019-03-20 19:37:52', '', 'bg-home-mobile', '', 'inherit', 'open', 'closed', '', 'bg-home-mobile-2', '', '', '2019-03-20 16:37:52', '2019-03-20 19:37:52', '', 37, 'http://localhost:8888/hotsitesky/wp-content/uploads/2019/03/bg-home-mobile-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(50, 1, '2019-03-20 16:40:28', '2019-03-20 19:40:28', '', 'bg-home-mobile', '', 'inherit', 'open', 'closed', '', 'bg-home-mobile-3', '', '', '2019-03-20 16:40:28', '2019-03-20 19:40:28', '', 37, 'http://localhost:8888/hotsitesky/wp-content/uploads/2019/03/bg-home-mobile-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(52, 1, '2019-03-20 16:40:58', '2019-03-20 19:40:58', '', 'bg-home2-mobile', '', 'inherit', 'open', 'closed', '', 'bg-home2-mobile-2', '', '', '2019-03-20 16:40:58', '2019-03-20 19:40:58', '', 44, 'http://localhost:8888/hotsitesky/wp-content/uploads/2019/03/bg-home2-mobile-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(53, 1, '2019-03-20 17:02:13', '2019-03-20 20:02:13', '[mlw_quizmaster quiz=1]', 'Teste', '', 'publish', 'open', 'closed', '', 'teste', '', '', '2019-03-20 17:02:13', '2019-03-20 20:02:13', '', 0, 'http://localhost:8888/hotsitesky/quiz/teste/', 0, 'quiz', '', 0),
(55, 1, '2019-03-20 17:08:44', '2019-03-20 20:08:44', '[qsm quiz=1]', 'Quiz 01', 'Lorem ipsum dolor sit amet', 'publish', 'open', 'open', '', 'quiz-01', '', '', '2019-03-20 17:57:32', '2019-03-20 20:57:32', '', 0, 'http://localhost:8888/hotsitesky/?p=55', 0, 'post', '', 0),
(56, 1, '2019-03-20 17:08:44', '2019-03-20 20:08:44', '[qsm quiz=1]', 'Quiz 01', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2019-03-20 17:08:44', '2019-03-20 20:08:44', '', 55, 'http://localhost:8888/hotsitesky/sem-categoria/55-revision-v1/', 0, 'revision', '', 0),
(57, 1, '2019-03-20 17:44:24', '2019-03-20 20:44:24', 'a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"post\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}', 'Imagens Quizes', 'imagens-quizes', 'publish', 'closed', 'closed', '', 'group_5c92a5bb50ba2', '', '', '2019-03-20 17:45:30', '2019-03-20 20:45:30', '', 0, 'http://localhost:8888/hotsitesky/?post_type=acf-field-group&#038;p=57', 0, 'acf-field-group', '', 0),
(58, 1, '2019-03-20 17:44:24', '2019-03-20 20:44:24', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:142:\"Imagem que será usada de fundo da card. Não é necessário setar uma para desktop e uma para mobile já que o ajuste será feito automático\";s:8:\"required\";i:1;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'Imagem', 'imagem', 'publish', 'closed', 'closed', '', 'field_5c92a5c53aaac', '', '', '2019-03-20 17:44:24', '2019-03-20 20:44:24', '', 57, 'http://localhost:8888/hotsitesky/?post_type=acf-field&p=58', 0, 'acf-field', '', 0),
(59, 1, '2019-03-20 17:44:24', '2019-03-20 20:44:24', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:32:\"Texto alternativo para a imagem.\";s:8:\"required\";i:1;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Alt Imagem', 'alt_imagem', 'publish', 'closed', 'closed', '', 'field_5c92a6043aaad', '', '', '2019-03-20 17:45:19', '2019-03-20 20:45:19', '', 57, 'http://localhost:8888/hotsitesky/?post_type=acf-field&#038;p=59', 1, 'acf-field', '', 0),
(60, 1, '2019-03-20 17:44:24', '2019-03-20 20:44:24', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:20:\"Title para a imagem.\";s:8:\"required\";i:1;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Title Imagem', 'title_imagem', 'publish', 'closed', 'closed', '', 'field_5c92a6193aaae', '', '', '2019-03-20 17:45:30', '2019-03-20 20:45:30', '', 57, 'http://localhost:8888/hotsitesky/?post_type=acf-field&#038;p=60', 2, 'acf-field', '', 0),
(61, 1, '2019-03-20 17:48:38', '2019-03-20 20:48:38', '[qsm quiz=1]', 'Quiz 01', 'Lorem ipsum dolor sit amet', 'inherit', 'closed', 'closed', '', '55-autosave-v1', '', '', '2019-03-20 17:48:38', '2019-03-20 20:48:38', '', 55, 'http://localhost:8888/hotsitesky/sem-categoria/55-autosave-v1/', 0, 'revision', '', 0),
(62, 1, '2019-03-20 17:56:58', '2019-03-20 20:56:58', '', 'background-quiz-01', '', 'inherit', 'open', 'closed', '', 'background-quiz-01', '', '', '2019-03-20 17:56:58', '2019-03-20 20:56:58', '', 55, 'http://localhost:8888/hotsitesky/wp-content/uploads/2019/03/background-quiz-01.jpg', 0, 'attachment', 'image/jpeg', 0),
(63, 1, '2019-03-20 17:57:32', '2019-03-20 20:57:32', '[qsm quiz=1]', 'Quiz 01', 'Lorem ipsum dolor sit amet', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2019-03-20 17:57:32', '2019-03-20 20:57:32', '', 55, 'http://localhost:8888/hotsitesky/sem-categoria/55-revision-v1/', 0, 'revision', '', 0),
(64, 1, '2019-03-26 17:22:42', '0000-00-00 00:00:00', '', 'Rascunho automático', '', 'auto-draft', 'open', 'open', '', '', '', '', '2019-03-26 17:22:42', '0000-00-00 00:00:00', '', 0, 'http://localhost:8888/hotsitesky/?p=64', 0, 'post', '', 0),
(65, 1, '2019-03-27 15:16:42', '2019-03-27 18:16:42', ' ', '', 'Sorteios', 'publish', 'closed', 'closed', '', '65', '', '', '2019-03-27 18:49:46', '2019-03-27 21:49:46', '', 0, 'http://localhost:8888/hotsitesky/?p=65', 3, 'nav_menu_item', '', 0);
-- --------------------------------------------------------
--
-- Table structure for table `wp_termmeta`
--
CREATE TABLE `wp_termmeta` (
`meta_id` bigint(20) UNSIGNED NOT NULL,
`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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
-- --------------------------------------------------------
--
-- Table structure for table `wp_terms`
--
CREATE TABLE `wp_terms` (
`term_id` bigint(20) UNSIGNED NOT NULL,
`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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
--
-- Dumping data for table `wp_terms`
--
INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Sem categoria', 'sem-categoria', 0),
(2, 'Main', 'main', 0),
(3, 'error', 'error', 0),
(4, 'event', 'event', 0),
(5, 'Quiz', 'quiz', 0);
-- --------------------------------------------------------
--
-- Table structure for table `wp_term_relationships`
--
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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
--
-- Dumping data for table `wp_term_relationships`
--
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(18, 2, 0),
(19, 2, 0),
(20, 2, 0),
(55, 5, 0),
(65, 2, 0);
-- --------------------------------------------------------
--
-- Table structure for table `wp_term_taxonomy`
--
CREATE TABLE `wp_term_taxonomy` (
`term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
`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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
--
-- Dumping data for table `wp_term_taxonomy`
--
INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 0),
(2, 2, 'nav_menu', '', 0, 4),
(3, 3, 'qmn_log_type', '', 0, 0),
(4, 4, 'qmn_log_type', '', 0, 0),
(5, 5, 'category', '', 0, 1);
-- --------------------------------------------------------
--
-- Table structure for table `wp_usermeta`
--
CREATE TABLE `wp_usermeta` (
`umeta_id` bigint(20) UNSIGNED NOT NULL,
`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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
--
-- Dumping data for table `wp_usermeta`
--
INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'admin'),
(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', 'false'),
(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', '0'),
(16, 1, 'session_tokens', 'a:5:{s:64:\"9c2ccedac81bbb583a92d312abccdbfa7ffc9210c98857f9d61936f648862f54\";a:4:{s:10:\"expiration\";i:1554210742;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36\";s:5:\"login\";i:1553001142;}s:64:\"bc9eadca80fcedfc15ba35274d25f0a921ac9e07a6430266833a6c8e548cc28e\";a:4:{s:10:\"expiration\";i:1554238475;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36\";s:5:\"login\";i:1553028875;}s:64:\"f36548ab4a0b6720d622248eb3c26217cd172ab0063c0a0e8ec0a3718fc2cfe6\";a:4:{s:10:\"expiration\";i:1553876601;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36\";s:5:\"login\";i:1553703801;}s:64:\"f952cbad461de9c81578388cd38430670b3c6a966f831d8e09896ec3f4c69f80\";a:4:{s:10:\"expiration\";i:1553947864;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36\";s:5:\"login\";i:1553775064;}s:64:\"0573bdc72bdfde2f4fb31292c1749ccd15eb9e3111abd22720dc0b4b20049a84\";a:4:{s:10:\"expiration\";i:1554046278;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36\";s:5:\"login\";i:1553873478;}}'),
(17, 1, 'wp_dashboard_quick_press_last_post_id', '64'),
(18, 1, 'managenav-menuscolumnshidden', 'a:3:{i:0;s:11:\"link-target\";i:1;s:3:\"xfn\";i:2;s:11:\"description\";}'),
(19, 1, 'metaboxhidden_nav-menus', 'a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),
(20, 1, 'nav_menu_recently_edited', '2'),
(21, 1, 'closedpostboxes_dashboard', 'a:1:{i:0;s:24:\"wpseo-dashboard-overview\";}'),
(22, 1, 'metaboxhidden_dashboard', 'a:3:{i:0;s:18:\"dashboard_activity\";i:1;s:21:\"dashboard_quick_press\";i:2;s:17:\"dashboard_primary\";}'),
(23, 1, 'wp_user-settings', 'libraryContent=upload&editor=tinymce'),
(24, 1, 'wp_user-settings-time', '1553115077'),
(25, 1, 'closedpostboxes_post', 'a:0:{}'),
(26, 1, 'metaboxhidden_post', 'a:8:{i:0;s:9:\"formatdiv\";i:1;s:16:\"tagsdiv-post_tag\";i:2;s:12:\"postimagediv\";i:3;s:13:\"trackbacksdiv\";i:4;s:16:\"commentstatusdiv\";i:5;s:11:\"commentsdiv\";i:6;s:7:\"slugdiv\";i:7;s:9:\"authordiv\";}'),
(27, 1, 'meta-box-order_dashboard', 'a:4:{s:6:\"normal\";s:38:\"dashboard_right_now,dashboard_activity\";s:4:\"side\";s:59:\"dashboard_quick_press,dashboard_primary,qmn_snapshot_widget\";s:7:\"column3\";s:24:\"wpseo-dashboard-overview\";s:7:\"column4\";s:0:\"\";}'),
(30, 1, 'wp_wpseo-dismiss-gsc', 'seen'),
(31, 1, 'wp_wpseo-suggested-plugin-yoast-acf-analysis', 'seen'),
(32, 1, 'wp_i18nModuleTranslationAssistance', 'seen'),
(33, 1, '_yoast_wpseo_profile_updated', '1553890864'),
(34, 1, 'wp_yoast_notifications', 'a:2:{i:0;a:2:{s:7:\"message\";s:196:\"Não deixe escapar seus erros de rastreamento: <a href=\"http://localhost:8888/hotsitesky/wp-admin/admin.php?page=wpseo_search_console&tab=settings\">conecte-se com o Google Search Console aqui</a>.\";s:7:\"options\";a:9:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:17:\"wpseo-dismiss-gsc\";s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:1;a:2:{s:7:\"message\";s:557:\"Yoast SEO e Advanced Custom Fields podem trabalhar juntos muito melhor adicionando um plugin auxiliar. Por favor, instale <a href=\"http://localhost:8888/hotsitesky/wp-admin/update.php?action=install-plugin&amp;plugin=acf-content-analysis-for-yoast-seo&amp;_wpnonce=109568ad4b\">ACF Content Analysis for Yoast SEO</a> para fazer sua vida melhor. <a href=\"https://wordpress.org/plugins/acf-content-analysis-for-yoast-seo/\" aria-label=\"Mais informação sobre ACF Content Analysis for Yoast SEO\" target=\"_blank\" rel=\"noopener noreferrer\">Mais informações</a>.\";s:7:\"options\";a:9:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:41:\"wpseo-suggested-plugin-yoast-acf-analysis\";s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";a:1:{i:0;s:15:\"install_plugins\";}s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}');
-- --------------------------------------------------------
--
-- Table structure for table `wp_users`
--
CREATE TABLE `wp_users` (
`ID` bigint(20) UNSIGNED NOT NULL,
`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 ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
--
-- Dumping data for table `wp_users`
--
INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'admin', '$P$BKqkB4SXt0QMP/.tThslH1kpNRb1eX.', 'admin', 'walter.jaworski@mirumagency.com', '', '2019-03-19 13:12:10', '', 0, 'admin');
-- --------------------------------------------------------
--
-- Table structure for table `wp_yoast_seo_links`
--
CREATE TABLE `wp_yoast_seo_links` (
`id` bigint(20) UNSIGNED NOT NULL,
`url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_id` bigint(20) UNSIGNED NOT NULL,
`target_post_id` bigint(20) UNSIGNED NOT NULL,
`type` varchar(8) COLLATE utf8mb4_unicode_520_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
-- --------------------------------------------------------
--
-- Table structure for table `wp_yoast_seo_meta`
--
CREATE TABLE `wp_yoast_seo_meta` (
`object_id` bigint(20) UNSIGNED NOT NULL,
`internal_link_count` int(10) UNSIGNED DEFAULT NULL,
`incoming_link_count` int(10) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
--
-- Dumping data for table `wp_yoast_seo_meta`
--
INSERT INTO `wp_yoast_seo_meta` (`object_id`, `internal_link_count`, `incoming_link_count`) VALUES
(7, 0, 0),
(35, 0, 0),
(36, 0, 0),
(51, 0, 0),
(65, 0, 0),
(66, 0, 0),
(67, 0, 0),
(68, 0, 0);
--
-- Indexes for dumped tables
--
--
-- Indexes for table `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
ADD PRIMARY KEY (`meta_id`),
ADD KEY `comment_id` (`comment_id`),
ADD KEY `meta_key` (`meta_key`(191));
--
-- Indexes for table `wp_comments`
--
ALTER TABLE `wp_comments`
ADD PRIMARY KEY (`comment_ID`),
ADD KEY `comment_post_ID` (`comment_post_ID`),
ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
ADD KEY `comment_date_gmt` (`comment_date_gmt`),
ADD KEY `comment_parent` (`comment_parent`),
ADD KEY `comment_author_email` (`comment_author_email`(10));
--
-- Indexes for table `wp_links`
--
ALTER TABLE `wp_links`
ADD PRIMARY KEY (`link_id`),
ADD KEY `link_visible` (`link_visible`);
--
-- Indexes for table `wp_mlw_qm_audit_trail`
--
ALTER TABLE `wp_mlw_qm_audit_trail`
ADD PRIMARY KEY (`trail_id`);
--
-- Indexes for table `wp_mlw_questions`
--
ALTER TABLE `wp_mlw_questions`
ADD PRIMARY KEY (`question_id`);
--
-- Indexes for table `wp_mlw_quizzes`
--
ALTER TABLE `wp_mlw_quizzes`
ADD PRIMARY KEY (`quiz_id`);
--
-- Indexes for table `wp_mlw_results`
--
ALTER TABLE `wp_mlw_results`
ADD PRIMARY KEY (`result_id`);
--
-- Indexes for table `wp_options`
--
ALTER TABLE `wp_options`
ADD PRIMARY KEY (`option_id`),
ADD UNIQUE KEY `option_name` (`option_name`);
--
-- Indexes for table `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
ADD PRIMARY KEY (`meta_id`),
ADD KEY `post_id` (`post_id`),
ADD KEY `meta_key` (`meta_key`(191));
--
-- Indexes for table `wp_posts`
--
ALTER TABLE `wp_posts`
ADD PRIMARY KEY (`ID`),
ADD KEY `post_name` (`post_name`(191)),
ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
ADD KEY `post_parent` (`post_parent`),
ADD KEY `post_author` (`post_author`);
--
-- Indexes for table `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
ADD PRIMARY KEY (`meta_id`),
ADD KEY `term_id` (`term_id`),
ADD KEY `meta_key` (`meta_key`(191));
--
-- Indexes for table `wp_terms`
--
ALTER TABLE `wp_terms`
ADD PRIMARY KEY (`term_id`),
ADD KEY `slug` (`slug`(191)),
ADD KEY `name` (`name`(191));
--
-- Indexes for table `wp_term_relationships`
--
ALTER TABLE `wp_term_relationships`
ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);
--
-- Indexes for table `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
ADD PRIMARY KEY (`term_taxonomy_id`),
ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
ADD KEY `taxonomy` (`taxonomy`);
--
-- Indexes for table `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
ADD PRIMARY KEY (`umeta_id`),
ADD KEY `user_id` (`user_id`),
ADD KEY `meta_key` (`meta_key`(191));
--
-- Indexes for table `wp_users`
--
ALTER TABLE `wp_users`
ADD PRIMARY KEY (`ID`),
ADD KEY `user_login_key` (`user_login`),
ADD KEY `user_nicename` (`user_nicename`),
ADD KEY `user_email` (`user_email`);
--
-- Indexes for table `wp_yoast_seo_links`
--
ALTER TABLE `wp_yoast_seo_links`
ADD PRIMARY KEY (`id`),
ADD KEY `link_direction` (`post_id`,`type`);
--
-- Indexes for table `wp_yoast_seo_meta`
--
ALTER TABLE `wp_yoast_seo_meta`
ADD UNIQUE KEY `object_id` (`object_id`);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `wp_comments`
--
ALTER TABLE `wp_comments`
MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `wp_links`
--
ALTER TABLE `wp_links`
MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `wp_mlw_qm_audit_trail`
--
ALTER TABLE `wp_mlw_qm_audit_trail`
MODIFY `trail_id` mediumint(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `wp_mlw_questions`
--
ALTER TABLE `wp_mlw_questions`
MODIFY `question_id` mediumint(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `wp_mlw_quizzes`
--
ALTER TABLE `wp_mlw_quizzes`
MODIFY `quiz_id` mediumint(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `wp_mlw_results`
--
ALTER TABLE `wp_mlw_results`
MODIFY `result_id` mediumint(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `wp_options`
--
ALTER TABLE `wp_options`
MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=389;
--
-- AUTO_INCREMENT for table `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=172;
--
-- AUTO_INCREMENT for table `wp_posts`
--
ALTER TABLE `wp_posts`
MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=66;
--
-- AUTO_INCREMENT for table `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `wp_terms`
--
ALTER TABLE `wp_terms`
MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
--
-- AUTO_INCREMENT for table `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
--
-- AUTO_INCREMENT for table `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=35;
--
-- AUTO_INCREMENT for table `wp_users`
--
ALTER TABLE `wp_users`
MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `wp_yoast_seo_links`
--
ALTER TABLE `wp_yoast_seo_links`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment