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
60442a01
Commit
60442a01
authored
Mar 29, 2002
by
Robert Ricci
Browse files
Renamed state column in the nodes table to eventstate .
parent
8ffb8cf4
Changes
1
Show whitespace changes
Inline
Side-by-side
sql/database-create.sql
View file @
60442a01
...
...
@@ -438,7 +438,7 @@ CREATE TABLE nodes (
next_pxe_boot_path
text
,
bios_version
varchar
(
64
)
default
NULL
,
eventstatus
tinytext
,
state
varchar
(
10
)
default
NULL
,
event
state
varchar
(
10
)
default
NULL
,
state_timestamp
int
(
10
)
unsigned
default
NULL
,
PRIMARY
KEY
(
node_id
)
)
TYPE
=
MyISAM
;
...
...
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