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
c71ceb05
Commit
c71ceb05
authored
Aug 13, 2002
by
Leigh B. Stoller
Browse files
Add ipodhash to nodes table.
parent
7fcc15c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/database-create.sql
View file @
c71ceb05
...
...
@@ -470,6 +470,7 @@ CREATE TABLE node_types (
pxe_boot_path
text
,
isvirtnode
tinyint
(
4
)
NOT
NULL
default
'0'
,
isremotenode
tinyint
(
4
)
NOT
NULL
default
'0'
,
named_root
varchar
(
10
)
default
NULL
,
PRIMARY
KEY
(
type
)
)
TYPE
=
MyISAM
;
...
...
@@ -533,6 +534,7 @@ CREATE TABLE nodes (
op_mode_timestamp
int
(
10
)
unsigned
default
NULL
,
update_accounts
smallint
(
6
)
default
'0'
,
next_op_mode
varchar
(
20
)
default
NULL
,
ipodhash
varchar
(
64
)
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