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

Add an index to the seq_region_id column in seq_region_synonym.

parent fafbeabd
No related branches found
No related tags found
No related merge requests found
# patch_61_62_e.sql
#
# Title: Index for seq_region_synonym.seq_region_id
#
# Description:
# Add an index to the seq_region_id column in seq_region_synonym
CREATE INDEX seq_region_idx ON seq_region_synonym(seq_region_id);
# Patch identifier
INSERT INTO meta (species_id, meta_key, meta_value)
VALUES (NULL, 'patch', 'patch_61_62_e.sql|seq_region_synonym_seq_region_idx');
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