From e0fd93352648f49effc3fd55ffd5b312ce74d8d4 Mon Sep 17 00:00:00 2001 From: saint Date: Mon, 19 Aug 2024 12:04:50 +1000 Subject: [PATCH] v0.48.3 Further attempts to address MariaDB challenges and make things as foolproof as possible. --- gossamer_forums.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gossamer_forums.rb b/gossamer_forums.rb index 68548e8..4539ed8 100644 --- a/gossamer_forums.rb +++ b/gossamer_forums.rb @@ -1,7 +1,7 @@ # Federated Computer, Inc. # David Sainty 2024 A.D. # Gossamer Threads to Discourse -- Migration-Import Script -# v0.48.1 Further attempts to address MariaDB challenges and make things as foolproof as possible. +# v0.48.3 Further attempts to address MariaDB challenges and make things as foolproof as possible. require 'mysql2' require 'open-uri'