Skip to content

Instantly share code, notes, and snippets.

@HeadStudios
Created January 27, 2023 00:03
Show Gist options
  • Save HeadStudios/713a2096bc34ad4a9b1aa5d6971ab04e to your computer and use it in GitHub Desktop.
Save HeadStudios/713a2096bc34ad4a9b1aa5d6971ab04e to your computer and use it in GitHub Desktop.
--
-- Dumping data for table `short_url_visits`
--
LOCK TABLES `short_url_visits` WRITE;
/*!40000 ALTER TABLE `short_url_visits` DISABLE KEYS */;
INSERT INTO `short_url_visits` VALUES (1,1,'220.244.182.106','OS X','10_15_7','Chrome','108.0.0.0',NULL,'desktop','2023-01-13 11:05:29','2023-01-13 11:05:29','2023-01-13 11:05:29'),(2,2,'220.244.182.106','OS X','10_15_7','Chrome','108.0.0.0',NULL,'desktop','2023-01-13 11:06:15','2023-01-13 11:06:15','2023-01-13 11:06:15'),(3,2,'220.244.182.106','OS X','10_15_7','Chrome','108.0.0.0',NULL,'desktop','2023-01-13 11:06:54','2023-01-13 11:06:54','2023-01-13 11:06:54'),(4,3,'220.244.182.106','OS X','10_15_7','Chrome','108.0.0.0',NULL,'desktop','2023-01-13 11:09:40','2023-01-13 11:09:40','2023-01-13 11:09:40'),(5,3,'220.244.182.106','OS X','10_15_7','Chrome','108.0.0.0',NULL,'desktop','2023-01-13 11:11:15','2023-01-13 11:11:15','2023-01-13 11:11:15'),(6,3,'220.244.182.106','OS X','10_15_7','Chrome','108.0.0.0',NULL,'desktop','2023-01-13 11:11:29','2023-01-13 11:11:29','2023-01-13 11:11:29'),(7,3,'220.244.182.106','OS X','10_15_7','Chrome','108.0.0.0',NULL,'desktop','2023-01-13 11:11:57','2023-01-13 11:11:57','2023-01-13 11:11:57'),(8,4,'220.244.182.106','OS X','10_15_7','Chrome','108.0.0.0',NULL,'desktop','2023-01-13 11:16:09','2023-01-13 11:16:09','2023-01-13 11:16:09'),(9,4,'220.244.182.106','OS X','10_15_7','Chrome','108.0.0.0',NULL,'desktop','2023-01-13 11:16:43','2023-01-13 11:16:43','2023-01-13 11:16:43');
/*!40000 ALTER TABLE `short_url_visits` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Dumping data for table `short_urls`
--
LOCK TABLES `short_urls` WRITE;
/*!40000 ALTER TABLE `short_urls` DISABLE KEYS */;
INSERT INTO `short_urls` VALUES (1,'https://destination.com','k4x9e','https://dev1.rrdevours.monster/short/k4x9e',0,0,1,301,1,1,1,1,1,1,1,'2023-01-13 11:05:25',NULL,'2023-01-13 11:05:25','2023-01-13 11:05:25'),(2,'https://destination.com','custom-key','https://dev1.rrdevours.monster/short/custom-key',0,0,1,301,1,1,1,1,1,1,1,'2023-01-13 11:06:10',NULL,'2023-01-13 11:06:10','2023-01-13 11:06:10'),(3,'https://destination.com','custom-key343','https://dev1.rrdevours.monster/short/custom-key343',0,0,1,301,1,1,1,1,1,1,1,'2023-01-13 11:09:34',NULL,'2023-01-13 11:09:34','2023-01-13 11:09:34'),(4,'https://google.com','google-key','https://dev1.rrdevours.monster/short/google-key',0,0,1,301,1,1,1,1,1,1,1,'2023-01-13 11:15:54',NULL,'2023-01-13 11:15:54','2023-01-13 11:15:54');
/*!40000 ALTER TABLE `short_urls` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Dumping data for table `subscription_items`
--
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment