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-stable
Commits
5390ca4f
Commit
5390ca4f
authored
Jun 28, 2004
by
Leigh B. Stoller
Browse files
Fix typo in previous revision.
parent
9a23fe83
Changes
2
Hide whitespace changes
Inline
Side-by-side
sql/database-create.sql
View file @
5390ca4f
...
...
@@ -526,7 +526,7 @@ CREATE TABLE interfaces (
interface_type
varchar
(
30
)
default
NULL
,
iface
text
NOT
NULL
,
role
enum
(
'ctrl'
,
'expt'
,
'jail'
,
'fake'
,
'other'
,
'gw'
)
default
NULL
,
current_speed
enum
(
'0'
,
'10'
,
'100'
,
'1000'
)
NOT
NULL
default
'
10
0'
,
current_speed
enum
(
'0'
,
'10'
,
'100'
,
'1000'
)
NOT
NULL
default
'0'
,
duplex
enum
(
'full'
,
'half'
)
NOT
NULL
default
'full'
,
rtabid
smallint
(
5
)
unsigned
NOT
NULL
default
'0'
,
vnode_id
varchar
(
32
)
default
NULL
,
...
...
sql/database-migrate.txt
View file @
5390ca4f
...
...
@@ -1741,3 +1741,6 @@ last_net_act,last_cpu_act,last_ext_act);
alter table interfaces change current_speed \
current_speed enum('0','10','100','1000') \
NOT NULL default '0';
1.263: I fixed typo in previous revision; nothing to do, skip to next
entry.
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