Skip to content
GitLab
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
6c2bcc55
Commit
6c2bcc55
authored
Dec 17, 2009
by
Leigh B. Stoller
Browse files
Fix typo.
parent
ca85281f
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/updates/11
View file @
6c2bcc55
...
...
@@ -23,13 +23,13 @@ sub DoUpdate($$$)
elsif (!DBSlotExists("geni_crls", "DN")) {
DBQueryFatal("alter table geni_crls add `DN` text");
}
if (
!
DBSlotExists("ticket_history", "target_uuid")) {
if (DBSlotExists("ticket_history", "target_uuid")) {
DBQueryFatal("alter table ticket_history drop target_uuid");
}
if (
!
DBSlotExists("ticket_history", "target_hrn")) {
if (DBSlotExists("ticket_history", "target_hrn")) {
DBQueryFatal("alter table ticket_history drop target_hrn");
}
if (
!
DBSlotExists("aggregate_history", "aggregate_uuid")) {
if (DBSlotExists("aggregate_history", "aggregate_uuid")) {
DBQueryFatal("alter table aggregate_history drop aggregate_uuid");
}
if (!DBTableExists("manifest_history")) {
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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