Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
27819e26
Commit
27819e26
authored
Apr 15, 2004
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add "wirelesslans" slot to experiment_resources table.
parent
a79623f1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
sql/database-create.sql
sql/database-create.sql
+1
-0
sql/database-migrate.txt
sql/database-migrate.txt
+4
-0
No files found.
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
Markdown
is supported
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