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
ffc3b4c6
Commit
ffc3b4c6
authored
15 years ago
by
Andreas Kusalananda Kähäri
Browse files
Options
Downloads
Patches
Plain Diff
Spelling and extra description.
parent
387d1a95
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/patch_54_55_h.sql
+3
-2
3 additions, 2 deletions
sql/patch_54_55_h.sql
with
3 additions
and
2 deletions
sql/patch_54_55_h.sql
+
3
−
2
View file @
ffc3b4c6
...
...
@@ -3,10 +3,11 @@
#
title
:
Change
translation
-
related
fields
in
gene_archive
to
allow
for
NULLs
.
#
#
description
:
#
The
gene_archive
table
holds
depr
i
cated
genes
.
The
fields
#
The
gene_archive
table
holds
depr
e
cated
genes
.
The
fields
#
translation_stable_id
,
translation_version
,
peptide_archive_id
ought
#
to
be
NULL
for
genes
that
lack
a
translation
.
This
patch
fixes
these
#
fields
to
allow
for
NULLs
.
#
fields
to
allow
for
NULLs
.
The
patch
also
changes
any
entry
with
an
#
empty
string
as
translation_stable_id
into
NULLs
for
all
these
fields
.
ALTER
TABLE
gene_archive
MODIFY
COLUMN
translation_stable_id
VARCHAR
(
128
),
...
...
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