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
f6f33df7
Commit
f6f33df7
authored
Apr 17, 2002
by
Leigh B. Stoller
Browse files
Add mustclean flag to os_info.
parent
15c13c32
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/database-create.sql
View file @
f6f33df7
...
...
@@ -538,6 +538,7 @@ CREATE TABLE os_info (
osfeatures
set
(
'ping'
,
'ssh'
,
'ipod'
)
default
NULL
,
ezid
tinyint
(
4
)
NOT
NULL
default
'0'
,
shared
tinyint
(
4
)
NOT
NULL
default
'0'
,
mustclean
tinyint
(
4
)
NOT
NULL
default
'1'
,
PRIMARY
KEY
(
osname
,
pid
)
)
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