Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-stable
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
emulab
emulab-stable
Commits
068b410b
Commit
068b410b
authored
Apr 15, 2005
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More minor tweaks for ElabInElab.
parent
1d5adf6a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
sql/database-create.sql
sql/database-create.sql
+1
-1
sql/database-migrate.txt
sql/database-migrate.txt
+4
-0
No files found.
sql/database-create.sql
View file @
068b410b
...
@@ -2366,7 +2366,7 @@ CREATE TABLE widearea_updates (
...
@@ -2366,7 +2366,7 @@ CREATE TABLE widearea_updates (
CREATE
TABLE
wires
(
CREATE
TABLE
wires
(
cable
smallint
(
3
)
unsigned
default
NULL
,
cable
smallint
(
3
)
unsigned
default
NULL
,
len
tinyint
(
3
)
unsigned
NOT
NULL
default
'0'
,
len
tinyint
(
3
)
unsigned
NOT
NULL
default
'0'
,
type
enum
(
'Node'
,
'Serial'
,
'Power'
,
'Dnard'
,
'Control'
,
'Trunk'
)
NOT
NULL
default
'Node'
,
type
enum
(
'Node'
,
'Serial'
,
'Power'
,
'Dnard'
,
'Control'
,
'Trunk'
,
'OuterControl'
)
NOT
NULL
default
'Node'
,
node_id1
char
(
32
)
NOT
NULL
default
''
,
node_id1
char
(
32
)
NOT
NULL
default
''
,
card1
tinyint
(
3
)
unsigned
NOT
NULL
default
'0'
,
card1
tinyint
(
3
)
unsigned
NOT
NULL
default
'0'
,
port1
tinyint
(
3
)
unsigned
NOT
NULL
default
'0'
,
port1
tinyint
(
3
)
unsigned
NOT
NULL
default
'0'
,
...
...
sql/database-migrate.txt
View file @
068b410b
...
@@ -2616,3 +2616,7 @@ last_net_act,last_cpu_act,last_ext_act);
...
@@ -2616,3 +2616,7 @@ last_net_act,last_cpu_act,last_ext_act);
alter table reserved add inner_elab_boot tinyint(1) default '0' \
alter table reserved add inner_elab_boot tinyint(1) default '0' \
after inner_elab_role;
after inner_elab_role;
1.333: Some minor changes for elabinelab support of newnodes.
alter table wires change column type type enum('Node','Serial','Power','Dnard','Control','Trunk','OuterControl') NOT NULL default 'Node';
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