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
29c597cd
Commit
29c597cd
authored
Jun 09, 2010
by
Robert Ricci
Browse files
Add table_regex entries for openflow in the update
parent
d276254f
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/updates/4/211
View file @
29c597cd
...
...
@@ -15,5 +15,12 @@ sub DoUpdate($$$)
DBQueryFatal("ALTER TABLE virt_lans ADD ".
" `ofcontroller` tinytext");
}
DBQueryFatal("REPLACE INTO table_regex VALUES" .
" ('virt_lans', 'ofenabled', 'int', 'redirect', ".
" 'default:boolean', 0,0,NULL)");
DBQueryFatal("REPLACE INTO table_regex VALUES" .
" ('virt_lans', 'ofcontroller', 'int', 'redirect', ".
" 'default:tinytext', 0,0,NULL)");
}
1;
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