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
820e540b
Commit
820e540b
authored
Aug 25, 2003
by
Leigh B. Stoller
Browse files
A silly change to avoid confusing schemacheck.
parent
2968a2c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/database-create.sql
View file @
820e540b
...
...
@@ -451,7 +451,7 @@ CREATE TABLE interfaces (
IPaliases
text
,
interface_type
varchar
(
30
)
default
NULL
,
iface
text
NOT
NULL
,
role
enum
(
'ctrl'
,
'expt'
,
'jail'
,
'fake'
,
'other'
)
NOT
NULL
default
'other'
,
role
enum
(
'ctrl'
,
'expt'
,
'jail'
,
'fake'
,
'other'
)
NOT
NULL
default
'other'
,
current_speed
enum
(
'100'
,
'10'
,
'1000'
)
NOT
NULL
default
'100'
,
duplex
enum
(
'full'
,
'half'
)
NOT
NULL
default
'full'
,
PRIMARY
KEY
(
node_id
,
card
,
port
),
...
...
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