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
def3181b
Commit
def3181b
authored
Mar 20, 2019
by
Marek Szuba
Browse files
table.sql: Add stable_id_event.type enum extension to the docstring
parent
5835de02
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sql/table.sql
sql/table.sql
+1
-1
No files found.
sql/table.sql
View file @
def3181b
...
...
@@ -1994,7 +1994,7 @@ This includes which IDs where deleted, created and related to each other. Each e
@column new_stable_id Gene/transcript/translation stable id for the current release.
@column new_version Stable id version.
@column mapping_session_id Foreign key references to the @link mapping_session table.
@column type ENUM('gene', 'transcript', 'translation') NOT NULL,
@column type ENUM('gene', 'transcript', 'translation'
, 'rnaproduct'
) NOT NULL,
@column score Combined mapping score.
@see mapping_session
...
...
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