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
27819e26
Commit
27819e26
authored
Apr 15, 2004
by
Leigh B. Stoller
Browse files
Add "wirelesslans" slot to experiment_resources table.
parent
a79623f1
Changes
2
Hide whitespace changes
Inline
Side-by-side
sql/database-create.sql
View file @
27819e26
...
...
@@ -187,6 +187,7 @@ CREATE TABLE experiment_resources (
lans
smallint
(
5
)
unsigned
default
'0'
,
shapedlinks
smallint
(
5
)
unsigned
default
'0'
,
shapedlans
smallint
(
5
)
unsigned
default
'0'
,
wirelesslans
smallint
(
5
)
unsigned
default
'0'
,
minlinks
tinyint
(
3
)
unsigned
default
'0'
,
maxlinks
tinyint
(
3
)
unsigned
default
'0'
,
thumbnail
mediumblob
,
...
...
sql/database-migrate.txt
View file @
27819e26
...
...
@@ -1474,3 +1474,7 @@ last_net_act,last_cpu_act,last_ext_act);
PRIMARY KEY (pid,eid,vname,capkey)
) TYPE=MyISAM;
1.239: Add "wirelesslans" slot to experiment_resources table.
alter table experiment_resources add
wirelesslans smallint(5) unsigned default '0' after shapedlans;
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