Skip to content
Snippets Groups Projects
Commit 7b1e325d authored by Glenn Proctor's avatar Glenn Proctor
Browse files

Extend type enum in regulatory_search_region to try to provide some...

Extend type enum in regulatory_search_region to try to provide some future-proofing for CisRed changes.
parent 1f09bcec
No related branches found
No related tags found
No related merge requests found
......@@ -1310,7 +1310,7 @@ CREATE TABLE regulatory_search_region (
seq_region_strand TINYINT NOT NULL,
ensembl_object_type ENUM( 'Transcript', 'Translation', 'Gene') NOT NULL,
ensembl_object_id INT, # FK to gene/transcript/translation
type ENUM('cisred', 'unknown'),
type ENUM('cisred_search', 'cisred_mask', 'unknown'),
PRIMARY KEY (regulatory_search_region_id),
KEY rsr_idx (regulatory_search_region_id),
......
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