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
e0644cbb
Commit
e0644cbb
authored
Feb 21, 2007
by
Leigh B. Stoller
Browse files
Kill off some whitespace that is confusing schemacheck.
parent
1319683d
Changes
2
Hide whitespace changes
Inline
Side-by-side
sql/database-create.sql
View file @
e0644cbb
...
...
@@ -716,7 +716,7 @@ CREATE TABLE `experiment_template_metadata` (
`metadata_vers`
smallint
(
5
)
unsigned
NOT
NULL
default
'0'
,
`internal`
tinyint
(
1
)
NOT
NULL
default
'0'
,
`hidden`
tinyint
(
1
)
NOT
NULL
default
'0'
,
`metadata_type`
enum
(
'tid'
,
'template_description'
,
'parameter_description'
,
'annotation'
,
'instance_description'
,
'run_description'
)
default
NULL
,
`metadata_type`
enum
(
'tid'
,
'template_description'
,
'parameter_description'
,
'annotation'
,
'instance_description'
,
'run_description'
)
default
NULL
,
PRIMARY
KEY
(
`parent_guid`
,
`parent_vers`
,
`metadata_guid`
,
`metadata_vers`
)
)
ENGINE
=
MyISAM
DEFAULT
CHARSET
=
latin1
;
...
...
sql/database-migrate.txt
View file @
e0644cbb
...
...
@@ -3901,3 +3901,5 @@ last_net_act,last_cpu_act,last_ext_act);
metadata_type enum('tid','template_description',
'parameter_description', 'annotation',
'instance_description', 'run_description') default NULL;
4.107: Fix to previous revision; skip to next entry.
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