Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
911262e2
Commit
911262e2
authored
Jul 31, 2007
by
Russ Fish
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix missing comma in experiment_resources.
parent
1c8c6e3b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
sql/database-create.sql
sql/database-create.sql
+1
-1
sql/database-migrate.txt
sql/database-migrate.txt
+1
-0
No files found.
sql/database-create.sql
View file @
911262e2
...
...
@@ -587,7 +587,7 @@ CREATE TABLE `experiment_resources` (
`thumbnail`
mediumblob
,
PRIMARY
KEY
(
`idx`
),
KEY
`exptidx`
(
`exptidx`
),
KEY
`lastidx`
(
`lastidx`
)
KEY
`lastidx`
(
`lastidx`
)
,
KEY
`inputdata`
(
`input_data_idx`
)
)
ENGINE
=
MyISAM
DEFAULT
CHARSET
=
latin1
;
...
...
sql/database-migrate.txt
View file @
911262e2
...
...
@@ -4154,3 +4154,4 @@ last_net_act,last_cpu_act,last_ext_act);
./nsfiles.pl
4.129: Minor fix to previous revision; skip to next entry.
4.130: Minor fix to previous revision; skip to next entry.
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