<div id="error"><p class="wpdberror"><strong>WordPress database error:</strong> [Unknown storage engine &#039;MyISAM&#039;]<br /><code>CREATE TABLE IF NOT EXISTS `wp_amz_assets` (
	`id` BIGINT(15) UNSIGNED NOT NULL AUTO_INCREMENT,
	`post_id` BIGINT(20) NOT NULL,
	`asset` VARCHAR(225) NULL DEFAULT NULL,
	`thumb` VARCHAR(225) NULL DEFAULT NULL,
	`download_status` VARCHAR(20) NULL DEFAULT &#039;new&#039; COMMENT &#039;new, success, inprogress, error, remote&#039;,
	`hash` VARCHAR(32) NULL DEFAULT NULL,
	`media_id` BIGINT(20) NULL DEFAULT &#039;0&#039;,
	`msg` TEXT NULL,
	`date_added` DATETIME NULL DEFAULT NULL,
	`date_download` DATETIME NULL DEFAULT NULL,
	`image_sizes` TEXT NULL,
	PRIMARY KEY (`id`),
	INDEX `post_id` (`post_id`),
	INDEX `hash` (`hash`),
	INDEX `media_id` (`media_id`),
	INDEX `download_status` (`download_status`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci  /* From [allthebestdogstuff.com/sitemap_index.xml] in [/nas/content/live/bestdogstuff/wp-content/plugins/woozone/modules/setup_backup/default-sql.php:95] */</code></p></div><div id="error"><p class="wpdberror"><strong>WordPress database error:</strong> [Unknown storage engine &#039;MyISAM&#039;]<br /><code>CREATE TABLE IF NOT EXISTS `wp_amz_products` (
	`id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT,
	`post_id` BIGINT(20) NOT NULL,
	`post_parent` BIGINT(20) NULL DEFAULT &#039;0&#039;,
	`type` ENUM(&#039;post&#039;,&#039;variation&#039;) NULL DEFAULT &#039;post&#039;,
	`title` TEXT NULL,
	`nb_assets` INT(4) NULL DEFAULT &#039;0&#039;,
	`nb_assets_done` INT(4) NULL DEFAULT &#039;0&#039;,
	`status` ENUM(&#039;new&#039;,&#039;success&#039;) NULL DEFAULT &#039;new&#039;,
	PRIMARY KEY (`post_id`, `id`),
	UNIQUE INDEX `post_id` (`post_id`),
	INDEX `post_parent` (`post_parent`),
	INDEX `type` (`type`),
	INDEX `nb_assets` (`nb_assets`),
	INDEX `nb_assets_done` (`nb_assets_done`),
	INDEX `id` (`id`),
	INDEX `status` (`status`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci  /* From [allthebestdogstuff.com/sitemap_index.xml] in [/nas/content/live/bestdogstuff/wp-content/plugins/woozone/modules/setup_backup/default-sql.php:95] */</code></p></div><div id="error"><p class="wpdberror"><strong>WordPress database error:</strong> [Unknown storage engine &#039;MyISAM&#039;]<br /><code>CREATE TABLE IF NOT EXISTS `wp_amz_cross_sell` (
	`ASIN` VARCHAR(10) NOT NULL,
	`products` TEXT NULL,
	`nr_products` INT(11) NULL DEFAULT NULL,
	`add_date` TIMESTAMP NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
	`is_variable` CHAR(1) NULL DEFAULT &#039;N&#039;,
	`nb_tries` TINYINT(1) UNSIGNED NULL DEFAULT &#039;0&#039;,
	PRIMARY KEY (`ASIN`),
	UNIQUE INDEX `ASIN` (`ASIN`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci  /* From [allthebestdogstuff.com/sitemap_index.xml] in [/nas/content/live/bestdogstuff/wp-content/plugins/woozone/modules/setup_backup/default-sql.php:95] */</code></p></div><div id="error"><p class="wpdberror"><strong>WordPress database error:</strong> [Unknown storage engine &#039;MyISAM&#039;]<br /><code>CREATE TABLE IF NOT EXISTS `wp_amz_report_log` (
	`id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT,
	`log_id` VARCHAR(50) NULL DEFAULT NULL,
	`log_action` VARCHAR(50) NULL DEFAULT NULL,
	`desc` VARCHAR(255) NULL DEFAULT NULL,
	`log_data_type` VARCHAR(50) NULL DEFAULT NULL,
	`log_data` LONGTEXT NULL,
	`source` TEXT NULL,
	`date_add` TIMESTAMP NULL DEFAULT CURRENT_TIMESTAMP,
	PRIMARY KEY (`id`),
	INDEX `log_id` (`log_id`),
	INDEX `log_action` (`log_action`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci  /* From [allthebestdogstuff.com/sitemap_index.xml] in [/nas/content/live/bestdogstuff/wp-content/plugins/woozone/modules/setup_backup/default-sql.php:95] */</code></p></div><div id="error"><p class="wpdberror"><strong>WordPress database error:</strong> [Unknown storage engine &#039;MyISAM&#039;]<br /><code>CREATE TABLE IF NOT EXISTS `wp_amz_queue` (
	`id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT,
	`asin` VARCHAR(100) NOT NULL,
	`status` VARCHAR(20) NOT NULL,
	`status_msg` TEXT NOT NULL,
	`from_op` VARCHAR(30) NOT NULL,
	`created_date` TIMESTAMP NULL DEFAULT &#039;0000-00-00 00:00:00&#039;,
	`imported_date` TIMESTAMP NULL DEFAULT NULL,
	`nb_tries` SMALLINT(1) UNSIGNED NOT NULL DEFAULT &#039;0&#039;,
	`nb_tries_prev` SMALLINT(1) UNSIGNED NOT NULL DEFAULT &#039;0&#039;,
	`product_title` TEXT NULL,
	`country` VARCHAR(30) NOT NULL DEFAULT &#039;&#039;,
	`provider` VARCHAR(20) NOT NULL DEFAULT &#039;amazon&#039;,
	PRIMARY KEY (`id`),
	UNIQUE INDEX `asin_from_op` (`asin`, `from_op`),
	INDEX `nb_tries` (`nb_tries`),
	INDEX `from_op` (`from_op`),
	INDEX `status` (`status`),
	INDEX `country` (`country`),
	INDEX `provider` (`provider`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci  /* From [allthebestdogstuff.com/sitemap_index.xml] in [/nas/content/live/bestdogstuff/wp-content/plugins/woozone/modules/setup_backup/default-sql.php:95] */</code></p></div><div id="error"><p class="wpdberror"><strong>WordPress database error:</strong> [Unknown storage engine &#039;MyISAM&#039;]<br /><code>CREATE TABLE IF NOT EXISTS `wp_amz_search` (
	`id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT,
	`code` VARCHAR(32) NOT NULL,
	`publish` ENUM(&#039;Y&#039;,&#039;N&#039;) NOT NULL DEFAULT &#039;Y&#039;,
	`status` VARCHAR(20) NOT NULL,
	`status_msg` TEXT NOT NULL,
	`params` TEXT NOT NULL,
	`provider` VARCHAR(20) NOT NULL DEFAULT &#039;amazon&#039;,
	`search_title` VARCHAR(100) NOT NULL,
	`country` VARCHAR(30) NOT NULL DEFAULT &#039;&#039;,
	`recurrency` VARCHAR(10) NOT NULL,
	`created_date` TIMESTAMP NULL DEFAULT &#039;0000-00-00 00:00:00&#039;,
	`started_at` TIMESTAMP NULL DEFAULT NULL,
	`ended_at` TIMESTAMP NULL DEFAULT NULL,
	`run_date` TIMESTAMP NULL DEFAULT NULL,
	`nb_tries` SMALLINT(1) UNSIGNED NOT NULL DEFAULT &#039;0&#039;,
	PRIMARY KEY (`id`),
	UNIQUE INDEX `code` (`code`),
	INDEX `provider` (`provider`),
	INDEX `country` (`country`),
	INDEX `recurrency` (`recurrency`),
	INDEX `status` (`status`),
	INDEX `publish` (`publish`),
	INDEX `run_date` (`run_date`),
	INDEX `nb_tries` (`nb_tries`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci  /* From [allthebestdogstuff.com/sitemap_index.xml] in [/nas/content/live/bestdogstuff/wp-content/plugins/woozone/modules/setup_backup/default-sql.php:95] */</code></p></div><div id="error"><p class="wpdberror"><strong>WordPress database error:</strong> [Unknown storage engine &#039;MyISAM&#039;]<br /><code>CREATE TABLE IF NOT EXISTS `wp_amz_locale_reference` (
	`ID` INT(10) NOT NULL AUTO_INCREMENT,
	`country` VARCHAR(3) NOT NULL DEFAULT &#039;US&#039;,
	`searchIndex` VARCHAR(50) NOT NULL,
	`department` VARCHAR(100) NOT NULL,
	`browseNode` BIGINT(20) NOT NULL DEFAULT &#039;0&#039;,
	`sortValues` TEXT NOT NULL,
	`itemSearchParams` TEXT NOT NULL,
	PRIMARY KEY (`ID`),
	UNIQUE INDEX `country_searchIndex` (`country`, `searchIndex`),
	INDEX `searchIndex` (`searchIndex`),
	INDEX `department` (`department`),
	INDEX `browseNode` (`browseNode`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci  /* From [allthebestdogstuff.com/sitemap_index.xml] in [/nas/content/live/bestdogstuff/wp-content/plugins/woozone/modules/setup_backup/default-sql.php:95] */</code></p></div><div id="error"><p class="wpdberror"><strong>WordPress database error:</strong> [Unknown storage engine &#039;MyISAM&#039;]<br /><code>CREATE TABLE IF NOT EXISTS `wp_amz_amzkeys` (
	`id` MEDIUMINT(8) UNSIGNED NOT NULL AUTO_INCREMENT,
	`access_key` VARCHAR(100) NOT NULL,
	`secret_key` VARCHAR(100) NOT NULL,
	`publish` ENUM(&#039;Y&#039;,&#039;N&#039;) NOT NULL DEFAULT &#039;Y&#039;,
	`locked` CHAR(1) NOT NULL DEFAULT &#039;N&#039;,
	`lock_time` TIMESTAMP NULL DEFAULT NULL,
	`nb_requests` INT(10) UNSIGNED NOT NULL DEFAULT &#039;0&#039;,
	`nb_requests_valid` INT(10) UNSIGNED NOT NULL DEFAULT &#039;0&#039;,
	`ratio_success` FLOAT(5,2) UNSIGNED NOT NULL DEFAULT &#039;0.00&#039;,
	`last_request_time` TIMESTAMP NULL DEFAULT NULL,
	`last_request_status` VARCHAR(50) NULL DEFAULT NULL,
	`last_request_input` MEDIUMTEXT NULL,
	`last_request_output` MEDIUMTEXT NULL,
	PRIMARY KEY (`id`),
	UNIQUE INDEX `access_key_secret_key` (`access_key`, `secret_key`),
	INDEX `publish_locked_lock_time` (`publish`, `locked`, `lock_time`),
	INDEX `locked_lock_time` (`locked`, `lock_time`),
	INDEX `lock_time` (`lock_time`),
	INDEX `last_request_time` (`last_request_time`),
	INDEX `ratio_success` (`ratio_success`),
	INDEX `nb_requests` (`nb_requests`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci  /* From [allthebestdogstuff.com/sitemap_index.xml] in [/nas/content/live/bestdogstuff/wp-content/plugins/woozone/modules/setup_backup/default-sql.php:95] */</code></p></div><?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//allthebestdogstuff.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://allthebestdogstuff.com/post-sitemap.xml</loc>
		<lastmod>2024-02-22T21:31:04+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://allthebestdogstuff.com/page-sitemap.xml</loc>
		<lastmod>2024-03-16T15:44:19+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://allthebestdogstuff.com/attachment-sitemap.xml</loc>
		<lastmod>2024-02-22T17:43:04+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://allthebestdogstuff.com/product-sitemap.xml</loc>
		<lastmod>2025-01-24T10:54:11+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://allthebestdogstuff.com/category-sitemap.xml</loc>
		<lastmod>2024-02-22T21:31:04+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://allthebestdogstuff.com/product_cat-sitemap.xml</loc>
		<lastmod>2025-01-24T10:54:11+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://allthebestdogstuff.com/pa_author-sitemap.xml</loc>
		<lastmod>2025-01-22T05:29:19+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://allthebestdogstuff.com/pa_binding-sitemap.xml</loc>
		<lastmod>2025-01-24T10:54:11+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://allthebestdogstuff.com/pa_brand-sitemap.xml</loc>
		<lastmod>2025-01-24T10:54:11+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://allthebestdogstuff.com/pa_color-sitemap.xml</loc>
		<lastmod>2025-01-24T10:54:11+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://allthebestdogstuff.com/pa_department-sitemap.xml</loc>
		<lastmod>2025-01-24T10:54:11+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://allthebestdogstuff.com/pa_ean-sitemap.xml</loc>
		<lastmod>2025-01-24T10:54:11+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://allthebestdogstuff.com/pa_eanlist-sitemap.xml</loc>
		<lastmod>2025-01-24T10:54:11+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://allthebestdogstuff.com/pa_edition-sitemap.xml</loc>
		<lastmod>2025-01-22T05:29:19+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://allthebestdogstuff.com/pa_isbn-sitemap.xml</loc>
		<lastmod>2025-01-22T05:29:19+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://allthebestdogstuff.com/pa_itemdimensions-sitemap.xml</loc>
		<lastmod>2025-01-24T10:54:11+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://allthebestdogstuff.com/pa_label-sitemap.xml</loc>
		<lastmod>2025-01-22T06:50:59+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://allthebestdogstuff.com/pa_languages-sitemap.xml</loc>
		<lastmod>2025-01-22T05:29:19+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://allthebestdogstuff.com/pa_legaldisclaimer-sitemap.xml</loc>
		<lastmod>2025-01-21T10:48:04+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://allthebestdogstuff.com/pa_manufacturer-sitemap.xml</loc>
		<lastmod>2025-01-22T06:50:59+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://allthebestdogstuff.com/pa_manufacturermaximumage-sitemap.xml</loc>
		<lastmod>2025-01-07T07:08:55+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://allthebestdogstuff.com/pa_manufacturerminimumage-sitemap.xml</loc>
		<lastmod>2025-01-19T03:13:50+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://allthebestdogstuff.com/pa_model-sitemap.xml</loc>
		<lastmod>2025-01-24T10:54:11+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://allthebestdogstuff.com/pa_mpn-sitemap.xml</loc>
		<lastmod>2025-01-24T10:54:11+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://allthebestdogstuff.com/pa_numberofitems-sitemap.xml</loc>
		<lastmod>2025-01-24T10:54:11+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://allthebestdogstuff.com/pa_numberofpages-sitemap.xml</loc>
		<lastmod>2025-01-22T05:29:19+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://allthebestdogstuff.com/pa_partnumber-sitemap.xml</loc>
		<lastmod>2025-01-24T10:54:11+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://allthebestdogstuff.com/pa_productgroup-sitemap.xml</loc>
		<lastmod>2025-01-24T10:54:11+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://allthebestdogstuff.com/pa_publicationdate-sitemap.xml</loc>
		<lastmod>2025-01-22T05:29:19+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://allthebestdogstuff.com/pa_publisher-sitemap.xml</loc>
		<lastmod>2025-01-22T06:50:59+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://allthebestdogstuff.com/pa_releasedate-sitemap.xml</loc>
		<lastmod>2025-01-07T09:47:39+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://allthebestdogstuff.com/pa_size-sitemap.xml</loc>
		<lastmod>2025-01-24T10:54:11+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://allthebestdogstuff.com/pa_sku-sitemap.xml</loc>
		<lastmod>2024-12-09T13:59:00+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://allthebestdogstuff.com/pa_studio-sitemap.xml</loc>
		<lastmod>2025-01-22T06:50:59+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://allthebestdogstuff.com/pa_upc-sitemap.xml</loc>
		<lastmod>2025-01-24T10:54:11+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://allthebestdogstuff.com/pa_upclist-sitemap.xml</loc>
		<lastmod>2025-01-24T10:54:11+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://allthebestdogstuff.com/pa_warranty-sitemap.xml</loc>
		<lastmod>2025-01-24T10:54:11+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://allthebestdogstuff.com/author-sitemap.xml</loc>
		<lastmod>2024-02-21T15:06:29+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->