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
6f9106bd
Commit
6f9106bd
authored
Jul 31, 2002
by
Mac Newbold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add per-os op_mode field so we know what state machine to expect it to obey.
parent
9434cb1f
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 @
6f9106bd
...
...
@@ -609,6 +609,7 @@ CREATE TABLE os_info (
ezid
tinyint
(
4
)
NOT
NULL
default
'0'
,
shared
tinyint
(
4
)
NOT
NULL
default
'0'
,
mustclean
tinyint
(
4
)
NOT
NULL
default
'1'
,
op_mode
varchar
(
20
)
NOT
NULL
default
'MINIMAL'
,
PRIMARY
KEY
(
osname
,
pid
)
)
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