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
05ae447a
Commit
05ae447a
authored
May 05, 2002
by
Leigh B. Stoller
Browse files
Add isremotenode boolean to node_types table.
parent
f86c0445
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/database-create.sql
View file @
05ae447a
...
...
@@ -421,6 +421,7 @@ CREATE TABLE node_types (
delay_osid
varchar
(
35
)
default
NULL
,
pxe_boot_path
text
,
isvirtnode
tinyint
(
4
)
NOT
NULL
default
'0'
,
isremotenode
tinyint
(
4
)
NOT
NULL
default
'0'
,
PRIMARY
KEY
(
type
)
)
TYPE
=
MyISAM
;
...
...
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