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
53be9ffe
Commit
53be9ffe
authored
May 09, 2006
by
Leigh B. Stoller
Browse files
Oops, needed a default value of 1.000 instead of 1.0
parent
05d06d35
Changes
2
Hide whitespace changes
Inline
Side-by-side
sql/database-create.sql
View file @
53be9ffe
...
...
@@ -519,7 +519,7 @@ CREATE TABLE experiment_stats (
CREATE
TABLE
experiment_template_graphs
(
parent_guid
varchar
(
16
)
NOT
NULL
default
''
,
scale
float
(
10
,
3
)
NOT
NULL
default
'1.0'
,
scale
float
(
10
,
3
)
NOT
NULL
default
'1.0
00
'
,
image
mediumblob
,
imap
mediumtext
,
PRIMARY
KEY
(
parent_guid
)
...
...
sql/database-migrate.txt
View file @
53be9ffe
...
...
@@ -3341,3 +3341,4 @@ last_net_act,last_cpu_act,last_ext_act);
4.57: Changes to templates.sql. Skip this revision for now.
4.58: Fix to the schema in last revision; Skip to next extry.
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