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
12115a3b
Commit
12115a3b
authored
Oct 22, 2003
by
Robert Ricci
Browse files
Oops, forgot to commit this file too
parent
f1b8ea4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/database-create.sql
View file @
12115a3b
...
...
@@ -1194,6 +1194,8 @@ CREATE TABLE switch_stack_types (
supports_private
tinyint
(
1
)
NOT
NULL
default
'0'
,
single_domain
tinyint
(
1
)
NOT
NULL
default
'1'
,
snmp_community
varchar
(
32
)
default
NULL
,
min_vlan
int
(
11
)
default
NULL
,
max_vlan
int
(
11
)
default
NULL
,
PRIMARY
KEY
(
stack_id
)
)
TYPE
=
MyISAM
;
...
...
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