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
ff8c5afe
Commit
ff8c5afe
authored
17 years ago
by
Ian Longden
Browse files
Options
Downloads
Patches
Plain Diff
new column linkage_annotation added to object_xref
parent
c5bd32c9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
sql/patch_45_46_e.sql
+14
-0
14 additions, 0 deletions
sql/patch_45_46_e.sql
sql/table.sql
+1
-0
1 addition, 0 deletions
sql/table.sql
with
15 additions
and
0 deletions
sql/patch_45_46_e.sql
0 → 100644
+
14
−
0
View file @
ff8c5afe
#
patch_45_46_e
.
sql
#
#
title
:
object_xref
linkage_annotation
#
#
description
:
#
new
column
added
to
object_xref
to
keep
info
about
teh
object_xref
ALTER
TABLE
object_xref
ADD
COLUMN
linkage_annotation
VARCHAR
(
255
)
DEFAULT
NULL
;
#
patch
identifier
INSERT
INTO
meta
(
meta_key
,
meta_value
)
VALUES
(
'patch'
,
'patch_45_46_e.sql|object_xref_linkage_annotation'
);
This diff is collapsed.
Click to expand it.
sql/table.sql
+
1
−
0
View file @
ff8c5afe
...
...
@@ -683,6 +683,7 @@ CREATE TABLE object_xref (
'regulatory_feature'
)
NOT
NULL
,
xref_id
INT
UNSIGNED
NOT
NULL
,
linkage_annotation
VARCHAR
(
255
)
DEFAULT
NULL
,
UNIQUE
(
ensembl_object_type
,
ensembl_id
,
xref_id
),
KEY
oxref_idx
(
object_xref_id
,
xref_id
,
ensembl_object_type
,
ensembl_id
),
...
...
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