forked from HPR/hpr_hub
		
	database changed
This commit is contained in:
		| @@ -12178,7 +12178,7 @@ CREATE TABLE `comments` ( | |||||||
|   `last_changed` datetime NOT NULL DEFAULT current_timestamp(), |   `last_changed` datetime NOT NULL DEFAULT current_timestamp(), | ||||||
|   PRIMARY KEY (`id`), |   PRIMARY KEY (`id`), | ||||||
|   KEY `comments_eps_id_idx` (`eps_id`) |   KEY `comments_eps_id_idx` (`eps_id`) | ||||||
| ) ENGINE=MyISAM AUTO_INCREMENT=3770 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci COMMENT='New comments table populated from c5t_* tables'; | ) ENGINE=MyISAM AUTO_INCREMENT=3771 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci COMMENT='New comments table populated from c5t_* tables'; | ||||||
| /*!40101 SET character_set_client = @saved_cs_client */; | /*!40101 SET character_set_client = @saved_cs_client */; | ||||||
| 
 | 
 | ||||||
| -- | -- | ||||||
| @@ -15953,7 +15953,8 @@ INSERT INTO `comments` (`id`, `eps_id`, `comment_timestamp`, `comment_author_nam | |||||||
| (3766,3891,'2023-07-03 16:04:59','norrist','solocast updates','@reto, thanks for mentioning solocast.   I have made a few updates since hpr3496.  The biggest changes are\r\n\r\n- You can now install solocast from the Python Packing Index - https://pypi.org/project/solocast/\r\n- solocast now works with Markdown scripts as requested by Ken - https://gitlab.com/norrist/solocast/-/issues/1','2023-07-03 16:14:02'), | (3766,3891,'2023-07-03 16:04:59','norrist','solocast updates','@reto, thanks for mentioning solocast.   I have made a few updates since hpr3496.  The biggest changes are\r\n\r\n- You can now install solocast from the Python Packing Index - https://pypi.org/project/solocast/\r\n- solocast now works with Markdown scripts as requested by Ken - https://gitlab.com/norrist/solocast/-/issues/1','2023-07-03 16:14:02'), | ||||||
| (3767,3891,'2023-07-04 17:51:29','Kevin O\'Brien','My truck','The short answer is that we bought the truck and the RV as a package from a close friend, but we are very glad to have a truck that we don\'t need to worry about when towing.','2023-07-08 15:27:36'), | (3767,3891,'2023-07-04 17:51:29','Kevin O\'Brien','My truck','The short answer is that we bought the truck and the RV as a package from a close friend, but we are very glad to have a truck that we don\'t need to worry about when towing.','2023-07-08 15:27:36'), | ||||||
| (3768,3892,'2023-07-05 02:37:03','Klaatu','I love this topic','This is such a great idea for a show. My .emacs file is an unholy mess of config options stolen from colleagues over the years...maybe recording an episode of my own about my configuration would help me clean it up.','2023-07-08 15:27:36'), | (3768,3892,'2023-07-05 02:37:03','Klaatu','I love this topic','This is such a great idea for a show. My .emacs file is an unholy mess of config options stolen from colleagues over the years...maybe recording an episode of my own about my configuration would help me clean it up.','2023-07-08 15:27:36'), | ||||||
| (3769,3889,'2023-07-08 14:40:16','Reto','KDirStat is dead, long live QDirStat!','Hi Ken, \r\n\r\nCould it be that you mixed up kdiff3 https://apps.kde.org/kdiff3/ with KDirStat, while we were talking in the \"Community News for June\" show?\r\n\r\n_____\r\nQDirStat is based on that same code from the original KDE 3 KDirStat of 2006. It\'s an 80% rewrite using a lot of newer Qt technologies. And there was a lot of cleaning up that old code base that had been long overdue. \r\n\r\n_____\r\nIf so, QDirStat is also interesting, it comes with nice features like \r\nPackage manager support:\r\n- Show what software package a system file belongs to.\r\n- Packages view showing disk usage of installed software packages and their individual files.\r\n- Unpackaged files view showing what files in system directories do not belong to any installed software package.\r\n\r\nAnd is just an apt install away :-)\r\n\r\nHowever, you helped me anyway!\r\nBecause, while in KDE Dolphin\'s kdiff3 integration can only compare two files in the same folder, I can use it in the terminal with paths to the files like:\r\n\r\nkdiff3 /home/reto/abc.txt   /media/usb/abc.txt\r\n\r\nBr,\r\nReto','2023-07-08 15:27:36'); | (3769,3889,'2023-07-08 14:40:16','Reto','KDirStat is dead, long live QDirStat!','Hi Ken, \r\n\r\nCould it be that you mixed up kdiff3 https://apps.kde.org/kdiff3/ with KDirStat, while we were talking in the \"Community News for June\" show?\r\n\r\n_____\r\nQDirStat is based on that same code from the original KDE 3 KDirStat of 2006. It\'s an 80% rewrite using a lot of newer Qt technologies. And there was a lot of cleaning up that old code base that had been long overdue. \r\n\r\n_____\r\nIf so, QDirStat is also interesting, it comes with nice features like \r\nPackage manager support:\r\n- Show what software package a system file belongs to.\r\n- Packages view showing disk usage of installed software packages and their individual files.\r\n- Unpackaged files view showing what files in system directories do not belong to any installed software package.\r\n\r\nAnd is just an apt install away :-)\r\n\r\nHowever, you helped me anyway!\r\nBecause, while in KDE Dolphin\'s kdiff3 integration can only compare two files in the same folder, I can use it in the terminal with paths to the files like:\r\n\r\nkdiff3 /home/reto/abc.txt   /media/usb/abc.txt\r\n\r\nBr,\r\nReto','2023-07-08 15:27:36'), | ||||||
|  | (3770,3894,'2023-07-08 16:02:14','Kevin O\'Brien','I loved the show','I\'m looking forward to more from this series. I would humbly suggest that aiming for a one hour show may be a bit much, I think a half-hour would be better, but maybe that is just me.','2023-07-08 16:13:41'); | ||||||
| /*!40000 ALTER TABLE `comments` ENABLE KEYS */; | /*!40000 ALTER TABLE `comments` ENABLE KEYS */; | ||||||
| UNLOCK TABLES; | UNLOCK TABLES; | ||||||
| /*!50003 SET @saved_cs_client      = @@character_set_client */ ; | /*!50003 SET @saved_cs_client      = @@character_set_client */ ; | ||||||
| @@ -20862,4 +20863,4 @@ UNLOCK TABLES; | |||||||
| /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; | /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; | ||||||
| /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; | /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; | ||||||
| 
 | 
 | ||||||
| -- Dump completed on 2023-07-08 15:28:47 | -- Dump completed on 2023-07-08 16:51:27 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user