Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ensembl
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ensembl-gh-mirror
ensembl
Commits
8f4b7ef8
Commit
8f4b7ef8
authored
14 years ago
by
Andreas Kusalananda Kähäri
Browse files
Options
Downloads
Patches
Plain Diff
Apply patch_59_60_b.sql to table.sql
parent
e7bf8990
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sql/table.sql
+5
-4
5 additions, 4 deletions
sql/table.sql
with
5 additions
and
4 deletions
sql/table.sql
+
5
−
4
View file @
8f4b7ef8
...
...
@@ -664,16 +664,16 @@ CREATE TABLE identity_xref (
################################################################################
#
#
Table
structure
for
table
'
g
o_xref'
#
Table
structure
for
table
'o
ntology
_xref'
#
CREATE
TABLE
g
o_xref
(
CREATE
TABLE
o
ntology
_xref
(
object_xref_id
INT
(
10
)
UNSIGNED
DEFAULT
'0'
NOT
NULL
,
source_xref_id
INT
(
10
)
UNSIGNED
DEFAULT
NULL
,
linkage_type
ENUM
(
'IC'
,
'IDA'
,
'IEA'
,
'IEP'
,
'IGI'
,
'IMP'
,
'IPI'
,
'ISS'
,
'NAS'
,
'ND'
,
'TAS'
,
'NR'
,
'RCA'
,
'EXP'
,
'ISO'
,
'ISA'
,
'ISM'
,
'IGC'
),
source_xref_id
INT
(
10
)
UNSIGNED
DEFAULT
NULL
,
KEY
source_idx
(
source_xref_id
),
UNIQUE
KEY
object_source_type_idx
(
object_xref_id
,
source_xref_id
,
linkage_type
)
...
...
@@ -843,7 +843,8 @@ INSERT INTO meta (species_id, meta_key, meta_value) VALUES
#
NOTE
:
At
start
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_59_60_a.sql|schema_version'
);
(
NULL
,
'patch'
,
'patch_59_60_a.sql|schema_version'
),
(
NULL
,
'patch'
,
'patch_59_60_b.sql|rename_go_xref_table'
);
################################################################################
#
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment