Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
ba8615cd
Commit
ba8615cd
authored
Jun 08, 2004
by
Leigh B. Stoller
Browse files
Commit old bug fix; rename in group table.
parent
85303108
Changes
1
Show whitespace changes
Inline
Side-by-side
db/changeuid.in
View file @
ba8615cd
...
...
@@ -162,6 +162,10 @@ print "Updating widearea_accounts table ...\n";
DBQueryFatal
("
update widearea_accounts set uid='
$newuid
'
"
.
"
where uid='
$olduid
'
");
print
"
Updating groups table ...
\n
";
DBQueryFatal
("
update groups set leader='
$newuid
'
"
.
"
where leader='
$olduid
'
");
# Auto logout old user.
print
"
Clearing logins table ...
\n
";
DBQueryFatal
("
delete from login where uid='
$olduid
'
");
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment