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
76548635
Commit
76548635
authored
Feb 07, 2003
by
Robert Ricci
Browse files
Added allocstate and allocstate_timestamp columns
parent
114e3710
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/database-create.sql
View file @
76548635
...
...
@@ -590,6 +590,8 @@ CREATE TABLE nodes (
state_timestamp
int
(
10
)
unsigned
default
NULL
,
op_mode
varchar
(
20
)
default
NULL
,
op_mode_timestamp
int
(
10
)
unsigned
default
NULL
,
allocstate
varchar
(
20
)
default
NULL
,
allocstate_timestamp
int
(
10
)
unsigned
default
NULL
,
update_accounts
smallint
(
6
)
default
'0'
,
next_op_mode
varchar
(
20
)
NOT
NULL
default
''
,
ipodhash
varchar
(
64
)
default
NULL
,
...
...
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