2023-09-04_17-11-02Z_Monday database changed

This commit is contained in:
Ken Fallon 2023-09-04 19:11:02 +02:00
parent 7d41dd995d
commit 22e9bd84c9

View File

@ -12422,7 +12422,7 @@ CREATE TABLE `comments` (
`last_changed` datetime NOT NULL DEFAULT current_timestamp(),
PRIMARY KEY (`id`),
KEY `comments_eps_id_idx` (`eps_id`)
) ENGINE=MyISAM AUTO_INCREMENT=3807 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci COMMENT='New comments table populated from c5t_* tables';
) ENGINE=MyISAM AUTO_INCREMENT=3808 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci COMMENT='New comments table populated from c5t_* tables';
/*!40101 SET character_set_client = @saved_cs_client */;
--
@ -16232,7 +16232,8 @@ INSERT INTO `comments` (`id`, `eps_id`, `comment_timestamp`, `comment_author_nam
(3803,3926,'2023-08-28 01:28:41','Hipernike','You\'re Welcome!','You\'re Welcome!','2023-08-28 10:24:21'),
(3804,3919,'2023-08-28 08:02:27','tuturto','you\'re welcome','You\'re welcome dnt. I\'m glad you found this episode interesting. That youtube channel goes much deeper in the details and there\'s a cool video where she\'s playing back voice samples from the past.','2023-08-28 10:24:21'),
(3805,3933,'2023-08-30 16:14:53','Trey','Thank you for sharing.','I love the way people like you all stay so organized.\r\n\r\nI have struggled with organization all my life. I have tried everything from cheap planners to Franklin (expensive), with little success. I eventually converted my Franklin planner to keep flight notes and checklists from my general aviation days.\r\n\r\nThe best I can do now is using Google Calendar, Google Keep (Please keep the flames to a minimum), and good old steno pads for note taking (From which I transcribe the important bits later).\r\n\r\nThank you for sharing so much excellent advice. You both ROCK!!','2023-08-30 16:42:11'),
(3806,3933,'2023-08-31 19:13:40','Kinghezy','Interesting topic','I enjoyed this like Trey. I have note-taking down at work but realized (again) with this episode, like Trey that notes&planning for my personal life is lacking. I like the idea of using a planner for both the planning and note-taking, and may try that.','2023-08-31 19:54:22');
(3806,3933,'2023-08-31 19:13:40','Kinghezy','Interesting topic','I enjoyed this like Trey. I have note-taking down at work but realized (again) with this episode, like Trey that notes&planning for my personal life is lacking. I like the idea of using a planner for both the planning and note-taking, and may try that.','2023-08-31 19:54:22'),
(3807,3934,'2023-09-04 14:52:43','Kevin O\'Brien','Loved the show','I was really happy to listen to this show. This is a kind of game I need to explore more.','2023-09-04 15:06:12');
/*!40000 ALTER TABLE `comments` ENABLE KEYS */;
UNLOCK TABLES;
/*!50003 SET @saved_cs_client = @@character_set_client */ ;
@ -20642,7 +20643,7 @@ INSERT INTO `hosts` (`hostid`, `host`, `email`, `profile`, `license`, `local_ima
(361,'Aaressaar','sundaryourfriend.nospam@nospam.gmail.com','','CC-BY-SA',0,'',1,'Aaressaar'),
(362,'MPardo','mpardohpr.nospam@nospam.gmail.com','','CC-0',0,'',1,'MPardo'),
(363,'the_remora','HPR+the_remora.nospam@nospam.theremora.me','<p>\r\nI enjoy messing with Linux, Playing Board Games, Role-Playing Games and LARPING\r\n</p>','CC-BY-SA',1,'',1,'the_remora'),
(364,'tuturto','tuukka.turto.nospam@nospam.oktaeder.net','<!-- test --><p>\r\nEternal tinkerer of code, who occasionally writes things down at <a href=\"https://engineersjourney.wordpress.com/\">https://engineersjourney.wordpress.com/</a>\r\n or contributes to hylang project at <a href=\"https://github.com/hylang/hy\">https://github.com/hylang/hy</a>\r\n</p>','CC-BY-SA',0,'',1,'tuku toor o toe'),
(364,'Tuula','tuukka.turto.nospam@nospam.oktaeder.net','<!-- test --><p>\r\nEternal tinkerer of code, who occasionally writes things down at <a href=\"https://engineersjourney.wordpress.com/\">https://engineersjourney.wordpress.com/</a>\r\n or contributes to hylang project at <a href=\"https://github.com/hylang/hy\">https://github.com/hylang/hy</a>\r\n</p>','CC-BY-SA',0,'',1,'Tuula'),
(365,'Bookewyrmm','tasettle.nospam@nospam.gmail.com','A man, out, standing, in his field','CC-BY-SA',0,'',1,'bookworm'),
(381,'Nihilazo','nico.nospam@nospam.itwont.work','<p>I\'m just a person. I blog @ <a href=\"itwont.work\">https://itwont.work/</a></p>','CC-BY-SA',1,'',1,'Niel azo'),
(366,'Philip','philip.nospam@nospam.shutdown.network','','CC-BY-SA',0,'',1,'Philip'),
@ -21186,4 +21187,4 @@ UNLOCK TABLES;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2023-09-04 11:44:41
-- Dump completed on 2023-09-04 17:10:02