[dw-free] These tables no longer exist.
[commit: http://hg.dwscoalition.org/dw-free/rev/9371c5583be4]
These tables no longer exist.
Patch by
mark.
Files modified:
These tables no longer exist.
Patch by
![[staff profile]](https://www.dreamwidth.org/img/silk/identity/user_staff.png)
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) { --------------------------------------------------------------------------------