Skip to content
GitLab
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
f759d77a
Commit
f759d77a
authored
Jan 19, 2006
by
Leigh B. Stoller
Browse files
Add Fedora as an OS, rather then using Linux.
parent
d7a529c0
Changes
2
Hide whitespace changes
Inline
Side-by-side
sql/database-create.sql
View file @
f759d77a
...
...
@@ -1532,7 +1532,7 @@ CREATE TABLE os_info (
creator
varchar
(
8
)
default
NULL
,
created
datetime
default
NULL
,
description
tinytext
NOT
NULL
,
OS
enum
(
'Unknown'
,
'Linux'
,
'FreeBSD'
,
'NetBSD'
,
'OSKit'
,
'Windows'
,
'TinyOS'
,
'Other'
)
default
'Unknown'
,
OS
enum
(
'Unknown'
,
'Linux'
,
'
Fedora'
,
'
FreeBSD'
,
'NetBSD'
,
'OSKit'
,
'Windows'
,
'TinyOS'
,
'Other'
)
default
'Unknown'
,
version
varchar
(
12
)
default
''
,
path
tinytext
,
magic
tinytext
,
...
...
sql/database-migrate.txt
View file @
f759d77a
...
...
@@ -3111,3 +3111,9 @@ last_net_act,last_cpu_act,last_ext_act);
alter table archive_views add branch_tag varchar(64) default NULL;
alter table archive_views add parent_view varchar(64) default NULL;
4.32: Add Fedora as an OS to the os_info table.
alter table os_info change column OS OS \
enum('Unknown','Linux','Fedora','FreeBSD','NetBSD',\
'OSKit','Windows','TinyOS','Other') default 'Unknown';
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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