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
ff99b93b
Commit
ff99b93b
authored
Jan 30, 2003
by
Robert Ricci
Browse files
Added key for osid to os_info
parent
102b42ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/database-create.sql
View file @
ff99b93b
...
...
@@ -675,7 +675,8 @@ CREATE TABLE os_info (
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
)
PRIMARY
KEY
(
osname
,
pid
),
KEY
osid
(
osid
)
)
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