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
e6950deb
Commit
e6950deb
authored
May 14, 2012
by
Leigh B Stoller
Browse files
Minor bug fix.
parent
8180fca7
Changes
1
Show whitespace changes
Inline
Side-by-side
protogeni/updates/24
View file @
e6950deb
...
...
@@ -73,7 +73,7 @@ sub DoUpdate($$$)
DBQueryFatal("ALTER TABLE `manifest_history` " .
"add index `aggregate_urn` (`aggregate_urn`(255))");
}
if (! DBKeyExists("manifest_history", "
uui
d")) {
if (! DBKeyExists("manifest_history", "
create
d")) {
DBQueryFatal("ALTER TABLE `manifest_history` " .
"add KEY `created` (`created`)");
}
...
...
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