Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl
Commits
ed185ff4
Commit
ed185ff4
authored
Jul 18, 2008
by
Glenn Proctor
Browse files
Incorporated patch_50_51_c.sql (meta index)
parent
2064820d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
sql/table.sql
sql/table.sql
+2
-1
No files found.
sql/table.sql
View file @
ed185ff4
...
...
@@ -887,6 +887,7 @@ INSERT INTO meta (meta_key, meta_value) VALUES ("schema_version", "51");
#
NOTE
:
at
beginning
of
release
cycle
,
remove
patch
entries
from
last
release
INSERT
INTO
meta
(
meta_key
,
meta_value
)
VALUES
(
'patch'
,
'patch_50_51_a.sql|schema_version'
);
INSERT
INTO
meta
(
meta_key
,
meta_value
)
VALUES
(
'patch'
,
'patch_50_51_b.sql|protein_feature_hit_name'
);
INSERT
INTO
meta
(
meta_key
,
meta_value
)
VALUES
(
'patch'
,
'patch_50_51_c.sql|meta_index'
);
################################################################################
#
...
...
@@ -1360,7 +1361,7 @@ CREATE TABLE meta_coord (
coord_system_id
INT
(
10
)
UNSIGNED
NOT
NULL
,
max_length
INT
,
UNIQUE
(
table_name
,
coord_system_id
)
UNIQUE
KEY
cs_
table_name
_idx
(
coord_system_id
,
table_name
)
)
COLLATE
=
latin1_swedish_ci
TYPE
=
MyISAM
;
...
...
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