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
3729e98e
Commit
3729e98e
authored
Jan 06, 2017
by
Leigh B Stoller
Browse files
Fix typo in previous revision.
parent
b00c26ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/updates/4/554
View file @
3729e98e
...
...
@@ -12,7 +12,7 @@ sub DoUpdate($$$)
" enum('0','10','100','1000','4000','10000',".
" '40000','100000') NOT NULL default '0'");
}
if (!DBSlotExists("interfaces", "
fixedmode
")) {
if (!DBSlotExists("interfaces", "
noportcontrol
")) {
DBQueryFatal("alter table interfaces " .
" add `noportcontrol` tinyint(1) NOT NULL default '0' ".
" after duplex");
...
...
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