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
105a0526
Commit
105a0526
authored
Oct 27, 2009
by
Michael Schuster
Browse files
Added patch_56_57c, which adds ALT_GENE to the external_db.type enumeration.
parent
b9dc5742
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
sql/patch_56_57_c.sql
sql/patch_56_57_c.sql
+12
-0
sql/table.sql
sql/table.sql
+2
-0
No files found.
sql/patch_56_57_c.sql
0 → 100644
View file @
105a0526
#
patch_56_57_c
.
sql
#
#
title
:
Modify
the
external_db
.
type
enumeration
#
#
description
:
#
Modify
the
external_db
.
type
enumeration
so
that
it
also
includes
'ALT_GENE'
.
ALTER
TABLE
external_db
MODIFY
type
ENUM
(
'ARRAY'
,
'ALT_TRANS'
,
'ALT_GENE'
,
'MISC'
,
'LIT'
,
'PRIMARY_DB_SYNONYM'
,
'ENSEMBL'
);
#
patch
identifier
INSERT
INTO
meta
(
species_id
,
meta_key
,
meta_value
)
VALUES
(
NULL
,
'patch'
,
'patch_56_57_c.sql|external_db_type_enum'
);
sql/table.sql
View file @
105a0526
...
@@ -835,8 +835,10 @@ INSERT INTO meta (species_id, meta_key, meta_value) VALUES (NULL, "schema_versio
...
@@ -835,8 +835,10 @@ INSERT INTO meta (species_id, meta_key, meta_value) VALUES (NULL, "schema_versio
#
patches
included
in
this
schema
file
#
patches
included
in
this
schema
file
#
NOTE
:
at
beginning
of
release
cycle
,
remove
patch
entries
from
last
release
#
NOTE
:
at
beginning
of
release
cycle
,
remove
patch
entries
from
last
release
#
NOTE
:
Avoid
line
breaks
in
values
INSERT
INTO
meta
(
species_id
,
meta_key
,
meta_value
)
VALUES
(
NULL
,
'patch'
,
'patch_56_57_a.sql|schema_version'
);
INSERT
INTO
meta
(
species_id
,
meta_key
,
meta_value
)
VALUES
(
NULL
,
'patch'
,
'patch_56_57_a.sql|schema_version'
);
INSERT
INTO
meta
(
species_id
,
meta_key
,
meta_value
)
VALUES
(
NULL
,
'patch'
,
'patch_56_57_b.sql|affy_analysis_tidy'
);
INSERT
INTO
meta
(
species_id
,
meta_key
,
meta_value
)
VALUES
(
NULL
,
'patch'
,
'patch_56_57_b.sql|affy_analysis_tidy'
);
INSERT
INTO
meta
(
species_id
,
meta_key
,
meta_value
)
VALUES
(
NULL
,
'patch'
,
'patch_56_57_c.sql|external_db_type_enum'
);
################################################################################
################################################################################
...
...
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