Skip to content
Snippets Groups Projects
Commit 20b7f26b authored by Magali Ruffier's avatar Magali Ruffier
Browse files

object_xref definition updated as of patch 72_73_c.sql

patch was mentioned in meta table but not actually applied
parent 2e7ce8be
No related branches found
No related tags found
No related merge requests found
......@@ -515,7 +515,7 @@ CREATE TABLE `misc_set` (
CREATE TABLE `object_xref` (
`object_xref_id` int(11) NOT NULL AUTO_INCREMENT,
`ensembl_id` int(10) unsigned NOT NULL DEFAULT '0',
`ensembl_object_type` enum('RawContig','Transcript','Gene','Translation','regulatory_factor','regulatory_feature') COLLATE latin1_bin NOT NULL DEFAULT 'RawContig',
`ensembl_object_type` enum('RawContig','Transcript','Gene','Translation','regulatory_factor','regulatory_feature', 'Marker') COLLATE latin1_bin NOT NULL DEFAULT 'RawContig',
`xref_id` int(10) unsigned NOT NULL,
`linkage_annotation` varchar(255) COLLATE latin1_bin DEFAULT NULL,
`analysis_id` smallint(5) unsigned NOT NULL,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment