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
8be7575c
Commit
8be7575c
authored
Jun 18, 2004
by
Leigh B. Stoller
Browse files
Change node_types:class to length 30 instead of 10.
parent
7196f795
Changes
2
Hide whitespace changes
Inline
Side-by-side
sql/database-create.sql
View file @
8be7575c
...
...
@@ -858,7 +858,7 @@ CREATE TABLE node_type_features (
--
CREATE
TABLE
node_types
(
class
varchar
(
1
0
)
default
NULL
,
class
varchar
(
3
0
)
default
NULL
,
type
varchar
(
30
)
NOT
NULL
default
''
,
proc
varchar
(
30
)
default
NULL
,
speed
smallint
(
5
)
unsigned
default
NULL
,
...
...
sql/database-migrate.txt
View file @
8be7575c
...
...
@@ -1702,3 +1702,7 @@ last_net_act,last_cpu_act,last_ext_act);
alter table node_types add isdynamic tinyint(1) NOT NULL \
default '0' after isphantom;
1.257: Change node_types:class to length 30 instead of 10.
alter table node_types change class class varchar(30) default NULL;
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