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
adc366c1
Commit
adc366c1
authored
Jun 12, 2002
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add status_timestamp to nodes table, to be set when changing the
node status.
parent
18258e06
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
sql/database-create.sql
sql/database-create.sql
+1
-0
No files found.
sql/database-create.sql
View file @
adc366c1
...
...
@@ -492,6 +492,7 @@ CREATE TABLE nodes (
priority
int
(
11
)
NOT
NULL
default
'-1'
,
bootstatus
enum
(
'okay'
,
'failed'
,
'unknown'
)
default
'unknown'
,
status
enum
(
'up'
,
'possibly down'
,
'down'
,
'unpingable'
)
default
NULL
,
status_timestamp
datetime
default
NULL
,
failureaction
enum
(
'fatal'
,
'nonfatal'
,
'ignore'
)
NOT
NULL
default
'fatal'
,
routertype
enum
(
'none'
,
'ospf'
,
'static'
,
'manual'
)
NOT
NULL
default
'none'
,
next_pxe_boot_path
text
,
...
...
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