mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-05-02 04:32 am

[dw-free] These tables no longer exist.

[commit: http://hg.dwscoalition.org/dw-free/rev/9371c5583be4]

These tables no longer exist.

Patch by [staff profile] mark.

Files modified:
  • bin/renameuser.pl
--------------------------------------------------------------------------------
diff -r b57c962b1dbe -r 9371c5583be4 bin/renameuser.pl
--- a/bin/renameuser.pl	Sat May 02 00:01:08 2009 +0000
+++ b/bin/renameuser.pl	Sat May 02 04:32:44 2009 +0000
@@ -129,7 +129,7 @@ sub rename_user
         return 0;
     }
 
-    foreach my $table (qw(user useridmap overrides style))
+    foreach my $table (qw(user useridmap))
     {
         $dbh->do("UPDATE $table SET user=$qto WHERE user=$qfrom");
         if ($dbh->err) {
--------------------------------------------------------------------------------