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
d1a24c04
Commit
d1a24c04
authored
Jan 07, 2004
by
Leigh B. Stoller
Browse files
Add slot to nodes table to facilitate better stated debugging.
Well, thats the hope. Not sure it will work, but might as well try.
parent
f32486d2
Changes
2
Hide whitespace changes
Inline
Side-by-side
sql/database-create.sql
View file @
d1a24c04
...
...
@@ -864,6 +864,7 @@ CREATE TABLE nodes (
jailflag
tinyint
(
3
)
unsigned
NOT
NULL
default
'0'
,
jailip
varchar
(
15
)
default
NULL
,
sfshostid
varchar
(
128
)
default
NULL
,
stated_tag
varchar
(
32
)
default
NULL
,
PRIMARY
KEY
(
node_id
),
KEY
phys_nodeid
(
phys_nodeid
),
KEY
node_id
(
node_id
,
phys_nodeid
),
...
...
sql/database-migrate.txt
View file @
d1a24c04
...
...
@@ -1234,3 +1234,8 @@ last_net_act,last_cpu_act,last_ext_act);
default '' after def_boot_cmd_line;
alter table os_info add mfs tinyint(4) NOT NULL default '0' \
after max_concurrent;
1.217: Add slot to nodes table to facilitate better stated debugging.
alter table nodes add stated_tag varchar(32) default NULL \
after sfshostid;
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