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
5fb814ea
Commit
5fb814ea
authored
Apr 20, 2010
by
Srikanth Chikkulapelly
Browse files
It updates the sitevar protogeni/max_ticket_lifetime.
parent
7e451a72
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/updates/4/206
0 → 100644
View file @
5fb814ea
#
# This file intentionally does nothing. Leave it be.
#
use strict;
use libdb;
sub DoUpdate($$$)
{
my ($dbhandle, $dbname, $version) = @_;
# updating the sitevar name and description to make it
# more meaningful.
DBQueryFatal("update sitevariables set name = " .
"'protogeni/max_sliver_lifetime', description = " .
"'The maximum sliver lifetime. When set limits the lifetime of a " .
"sliver.' where name = 'protogeni/max_ticket_lifetime'");
return 0;
}
1;
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