/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
DROP TABLE IF EXISTS `wplc_redirection_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wplc_redirection_items` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `url` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `match_url` varchar(2000) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `match_data` text COLLATE utf8mb4_unicode_520_ci,
  `regex` int(10) unsigned NOT NULL DEFAULT '0',
  `position` int(10) unsigned NOT NULL DEFAULT '0',
  `last_count` int(10) unsigned NOT NULL DEFAULT '0',
  `last_access` datetime NOT NULL DEFAULT '1970-01-01 00:00:00',
  `group_id` int(11) NOT NULL DEFAULT '0',
  `status` enum('enabled','disabled') COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'enabled',
  `action_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `action_code` int(10) unsigned NOT NULL,
  `action_data` mediumtext COLLATE utf8mb4_unicode_520_ci,
  `match_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `title` text COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`id`),
  KEY `url` (`url`(191)),
  KEY `status` (`status`),
  KEY `regex` (`regex`),
  KEY `group_idpos` (`group_id`,`position`),
  KEY `group` (`group_id`),
  KEY `match_url` (`match_url`(191))
) ENGINE=InnoDB AUTO_INCREMENT=32 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

INSERT INTO `wplc_redirection_items` VALUES (1,'/shop/30/stoner-patch-dummy-cherry-gift/','/shop/30/stoner-patch-dummy-cherry-gift','{\"source\":{\"flag_regex\":false}}',0,0,6,'2023-12-20 09:33:56',1,'enabled','url',301,'/shop/25/stoner-patch-dummy-cherry-gift/','url',NULL);
INSERT INTO `wplc_redirection_items` VALUES (2,'/shop/uncategorized/stoner-patch-watermelon-gift/','/shop/uncategorized/stoner-patch-watermelon-gift','{\"source\":{\"flag_regex\":false}}',0,1,0,'1970-01-01 00:00:00',1,'enabled','url',301,'/shop/30/stoner-patch-watermelon-gift/','url',NULL);
INSERT INTO `wplc_redirection_items` VALUES (3,'/shop/30/stoner-patch-grape-gift-500mg/','/shop/30/stoner-patch-grape-gift-500mg','{\"source\":{\"flag_regex\":false}}',0,2,0,'1970-01-01 00:00:00',1,'enabled','url',301,'/shop/30/stoner-patch-grape-gift/','url',NULL);
INSERT INTO `wplc_redirection_items` VALUES (4,'/shop/30/trrili-peachy-os-gift-600mg/','/shop/30/trrili-peachy-os-gift-600mg','{\"source\":{\"flag_regex\":false}}',0,3,0,'1970-01-01 00:00:00',1,'enabled','url',301,'/shop/30/trrili-peachy-os-gift/','url',NULL);
INSERT INTO `wplc_redirection_items` VALUES (5,'/shop/30/trrili-sour-bright-octopus-gift-600mg/','/shop/30/trrili-sour-bright-octopus-gift-600mg','{\"source\":{\"flag_regex\":false}}',0,4,0,'1970-01-01 00:00:00',1,'enabled','url',301,'/shop/30/trrili-sour-bright-octopus-gift/','url',NULL);
INSERT INTO `wplc_redirection_items` VALUES (6,'/shop/30/jolly-rancher-gummy-sours-gift-600mg/','/shop/30/jolly-rancher-gummy-sours-gift-600mg','{\"source\":{\"flag_regex\":false}}',0,5,0,'1970-01-01 00:00:00',1,'enabled','url',301,'/shop/30/jolly-rancher-gummy-sours-gift/','url',NULL);
INSERT INTO `wplc_redirection_items` VALUES (7,'/shop/100/gmo-x-gelato-gift-3-5g/','/shop/100/gmo-x-gelato-gift-3-5g','{\"source\":{\"flag_regex\":false}}',0,6,0,'1970-01-01 00:00:00',1,'enabled','url',301,'/shop/50/gmo-x-gelato-gift-3-5g/','url',NULL);
INSERT INTO `wplc_redirection_items` VALUES (8,'/content-restricted/','/content-restricted','{\"source\":{\"flag_regex\":false}}',0,7,3,'2022-12-31 07:31:15',1,'disabled','url',301,'/restricted/','url',NULL);
INSERT INTO `wplc_redirection_items` VALUES (9,'/shop/uncategorized/dub-delivery-club-best-buds-membership/','/shop/uncategorized/dub-delivery-club-best-buds-membership','{\"source\":{\"flag_regex\":false}}',0,8,0,'1970-01-01 00:00:00',1,'enabled','url',301,'/shop/memberships/dub-delivery-club-best-buds-membership/','url',NULL);
INSERT INTO `wplc_redirection_items` VALUES (10,'/shop/10/premium-flower-preroll-gift/','/shop/10/premium-flower-preroll-gift','{\"source\":{\"flag_regex\":false}}',0,9,9,'2023-12-25 22:22:12',1,'enabled','url',301,'/shop/10/preroll-gift/premium-flower-preroll-gift/','url',NULL);
INSERT INTO `wplc_redirection_items` VALUES (11,'/shop/30/trolli-apple-os-gift/','/shop/30/trolli-apple-os-gift','{\"source\":{\"flag_regex\":false}}',0,10,6,'2023-12-22 11:19:41',1,'enabled','url',301,'/shop/25/trolli-apple-os-gift/','url',NULL);
INSERT INTO `wplc_redirection_items` VALUES (12,'/shop/30/doweedos-spicy-sweet-chili-gift/','/shop/30/doweedos-spicy-sweet-chili-gift','{\"source\":{\"flag_regex\":false}}',0,11,29,'2024-01-12 20:47:17',1,'enabled','url',301,'/shop/25/doweedos-spicy-sweet-chili-gift/','url',NULL);
INSERT INTO `wplc_redirection_items` VALUES (13,'/shop/50/gmo-x-gelato-gift-3-5g/','/shop/50/gmo-x-gelato-gift-3-5g','{\"source\":{\"flag_regex\":false}}',0,12,12,'2023-09-21 01:50:32',1,'enabled','url',301,'/shop/35/gmo-x-gelato-gift-3-5g/','url',NULL);
INSERT INTO `wplc_redirection_items` VALUES (14,'/shop/30/doweedos-flaming-hot-nacho-gift/','/shop/30/doweedos-flaming-hot-nacho-gift','{\"source\":{\"flag_regex\":false}}',0,13,33,'2023-11-09 23:22:05',1,'enabled','url',301,'/shop/25/doweedos-flaming-hot-nacho-gift/','url',NULL);
INSERT INTO `wplc_redirection_items` VALUES (15,'/shop/30/stoner-patch-grape-gift/','/shop/30/stoner-patch-grape-gift','{\"source\":{\"flag_regex\":false}}',0,14,4,'2023-10-16 16:51:55',1,'enabled','url',301,'/shop/25/stoner-patch-grape-gift/','url',NULL);
INSERT INTO `wplc_redirection_items` VALUES (16,'/shop/30/cheetos-crunchy-xtra-hot-gift/','/shop/30/cheetos-crunchy-xtra-hot-gift','{\"source\":{\"flag_regex\":false}}',0,15,24,'2023-10-26 06:08:39',1,'enabled','url',301,'/shop/25/cheetos-crunchy-xtra-hot-gift/','url',NULL);
INSERT INTO `wplc_redirection_items` VALUES (17,'/shop/30/doritos-cool-ranch-gift/','/shop/30/doritos-cool-ranch-gift','{\"source\":{\"flag_regex\":false}}',0,16,12,'2023-10-22 11:34:42',1,'enabled','url',301,'/shop/25/doritos-cool-ranch-gift/','url',NULL);
INSERT INTO `wplc_redirection_items` VALUES (18,'/shop/30/cheetos-crunchy-gift/','/shop/30/cheetos-crunchy-gift','{\"source\":{\"flag_regex\":false}}',0,17,7,'2023-10-27 23:16:08',1,'enabled','url',301,'/shop/25/cheetos-crunchy-gift/','url',NULL);
INSERT INTO `wplc_redirection_items` VALUES (19,'/shop/30/medibles-fritos-gift/','/shop/30/medibles-fritos-gift','{\"source\":{\"flag_regex\":false}}',0,18,5,'2023-12-13 09:33:08',1,'enabled','url',301,'/shop/25/medibles-fritos-gift/','url',NULL);
INSERT INTO `wplc_redirection_items` VALUES (20,'/shop/30/fruit-loopz-gift/','/shop/30/fruit-loopz-gift','{\"source\":{\"flag_regex\":false}}',0,19,7,'2023-10-27 04:52:47',1,'enabled','url',301,'/shop/25/fruit-loopz-gift/','url',NULL);
INSERT INTO `wplc_redirection_items` VALUES (21,'/shop/30/fruity-pebblez-gift/','/shop/30/fruity-pebblez-gift','{\"source\":{\"flag_regex\":false}}',0,20,4,'2023-10-22 08:47:23',1,'enabled','url',301,'/shop/25/fruity-pebblez-gift/','url',NULL);
INSERT INTO `wplc_redirection_items` VALUES (22,'/shop/30/lucky-charmz-gift/','/shop/30/lucky-charmz-gift','{\"source\":{\"flag_regex\":false}}',0,21,2,'2023-04-05 22:16:44',1,'enabled','url',301,'/shop/25/lucky-charmz-gift/','url',NULL);
INSERT INTO `wplc_redirection_items` VALUES (23,'/shop/30/trolli-sour-bright-crawlers-gift/','/shop/30/trolli-sour-bright-crawlers-gift','{\"source\":{\"flag_regex\":false}}',0,22,4,'2023-12-18 22:18:57',1,'enabled','url',301,'/shop/25/trolli-sour-bright-crawlers-gift/','url',NULL);
INSERT INTO `wplc_redirection_items` VALUES (24,'/shop/30/jolly-rancher-gummy-sours-gift/','/shop/30/jolly-rancher-gummy-sours-gift','{\"source\":{\"flag_regex\":false}}',0,23,4,'2023-08-07 13:02:11',1,'enabled','url',301,'/shop/25/jolly-rancher-gummy-sours-gift/','url',NULL);
INSERT INTO `wplc_redirection_items` VALUES (25,'/shop/30/trrili-peachy-os-gift/','/shop/30/trrili-peachy-os-gift','{\"source\":{\"flag_regex\":false}}',0,24,6,'2023-10-26 17:51:23',1,'enabled','url',301,'/shop/25/trrili-peachy-os-gift/','url',NULL);
INSERT INTO `wplc_redirection_items` VALUES (26,'/shop/30/stoner-patch-watermelon-gift/','/shop/30/stoner-patch-watermelon-gift','{\"source\":{\"flag_regex\":false}}',0,25,6,'2023-10-26 14:10:57',1,'enabled','url',301,'/shop/25/stoner-patch-watermelon-gift/','url',NULL);
INSERT INTO `wplc_redirection_items` VALUES (27,'/shop/30/stoner-patch-dummy-blueberry-gift/','/shop/30/stoner-patch-dummy-blueberry-gift','{\"source\":{\"flag_regex\":false}}',0,26,5,'2023-11-01 19:16:40',1,'enabled','url',301,'/shop/25/stoner-patch-dummy-blueberry-gift/','url',NULL);
INSERT INTO `wplc_redirection_items` VALUES (28,'/shop/flower/sticky-icky-sticker-chameleon-w-pre-roll-3x3/','/shop/flower/sticky-icky-sticker-chameleon-w-pre-roll-3x3','{\"source\":{\"flag_regex\":false}}',0,27,0,'1970-01-01 00:00:00',1,'enabled','url',301,'/shop/flower/2x2-sticky-icky-sticker-chameleon-w-pre-roll/','url',NULL);
INSERT INTO `wplc_redirection_items` VALUES (29,'/shop/pre-rolls/sticky-icky-sticker-chameleon-w-pre-roll-2x2/','/shop/pre-rolls/sticky-icky-sticker-chameleon-w-pre-roll-2x2','{\"source\":{\"flag_regex\":false}}',0,28,0,'1970-01-01 00:00:00',1,'enabled','url',301,'/shop/pre-rolls/1-5x1-5-sticky-icky-sticker-chameleon-w-pre-roll/','url',NULL);
INSERT INTO `wplc_redirection_items` VALUES (30,'/shop/edibles/sticky-icky-sticker-chameleon-w-pre-roll-2-5x2-5/','/shop/edibles/sticky-icky-sticker-chameleon-w-pre-roll-2-5x2-5','{\"source\":{\"flag_regex\":false}}',0,29,0,'1970-01-01 00:00:00',1,'enabled','url',301,'/shop/edibles/2-5x2-5-sticky-icky-sticker-chameleon-w-pre-roll/','url',NULL);
INSERT INTO `wplc_redirection_items` VALUES (31,'/shop/concentrate-gifts/3-branded-art-decals-concentrate-gifts/','/shop/concentrate-gifts/3-branded-art-decals-concentrate-gifts','{\"source\":{\"flag_regex\":false}}',0,30,0,'1970-01-01 00:00:00',1,'enabled','url',301,'/shop/concentrate-gifts/3-branded-art-decal-concentrate-gifts/','url',NULL);

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

