Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
8be7575c
Commit
8be7575c
authored
Jun 18, 2004
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change node_types:class to length 30 instead of 10.
parent
7196f795
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
sql/database-create.sql
sql/database-create.sql
+1
-1
sql/database-migrate.txt
sql/database-migrate.txt
+4
-0
No files found.
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
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