[evolvis-commits] r8595: Fixed problems of non-existing tables (which we don' =?UTF-8?Q?t=20care=20about=E2=86=B5=20anywa?==?UTF-8?Q?y?=). ↵

mirabilos at evolvis.org mirabilos at evolvis.org
Thu Feb 24 16:46:43 CET 2011


Author: mirabilos
Date: 2011-02-24 16:46:43 +0100 (Thu, 24 Feb 2011)
New Revision: 8595

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/deb-specific/db-convert-to-unicode.pl
Log:
Fixed problems of non-existing tables (which we don't care about
anyway).


Modified: trunk/gforge_base/evolvisforge-5.1/gforge/deb-specific/db-convert-to-unicode.pl
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/deb-specific/db-convert-to-unicode.pl	2011-02-24 15:46:42 UTC (rev 8594)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/deb-specific/db-convert-to-unicode.pl	2011-02-24 15:46:43 UTC (rev 8595)
@@ -230,14 +230,6 @@
     convert_column_to_charset ('massmail_queue', 'subject', $from, $to, -1) ;
     convert_column_to_charset ('massmail_queue', 'message', $from, $to, -1) ;
 
-    convert_column_to_charset ('activity_log_old_old', 'browser', $from, $to, 8) ;
-    convert_column_to_charset ('activity_log_old_old', 'platform', $from, $to, 8) ;
-    convert_column_to_charset ('activity_log_old_old', 'page', $from, $to, -1) ;
-
-    convert_column_to_charset ('activity_log_old', 'browser', $from, $to, 8) ;
-    convert_column_to_charset ('activity_log_old', 'platform', $from, $to, 8) ;
-    convert_column_to_charset ('activity_log_old', 'page', $from, $to, -1) ;
-
     convert_column_to_charset ('activity_log', 'browser', $from, $to, 8) ;
     convert_column_to_charset ('activity_log', 'platform', $from, $to, 8) ;
     convert_column_to_charset ('activity_log', 'page', $from, $to, -1) ;



More information about the evolvis-commits mailing list