Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-stable
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
emulab
emulab-stable
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
Hide 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` (
...
@@ -587,7 +587,7 @@ CREATE TABLE `experiment_resources` (
`thumbnail`
mediumblob
,
`thumbnail`
mediumblob
,
PRIMARY
KEY
(
`idx`
),
PRIMARY
KEY
(
`idx`
),
KEY
`exptidx`
(
`exptidx`
),
KEY
`exptidx`
(
`exptidx`
),
KEY
`lastidx`
(
`lastidx`
)
KEY
`lastidx`
(
`lastidx`
)
,
KEY
`inputdata`
(
`input_data_idx`
)
KEY
`inputdata`
(
`input_data_idx`
)
)
ENGINE
=
MyISAM
DEFAULT
CHARSET
=
latin1
;
)
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);
...
@@ -4154,3 +4154,4 @@ last_net_act,last_cpu_act,last_ext_act);
./nsfiles.pl
./nsfiles.pl
4.129: Minor fix to previous revision; skip to next entry.
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