Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
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 (
CREATE
TABLE
wires
(
cable
smallint
(
3
)
unsigned
default
NULL
,
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
''
,
card1
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);
alter table reserved add inner_elab_boot tinyint(1) default '0' \
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