Skip to content
Snippets Groups Projects
Commit 0d996173 authored by Monika Komorowska's avatar Monika Komorowska
Browse files

drop stable ID views

parent 0ea54b3b
No related branches found
No related tags found
No related merge requests found
# patch_66_67_b.sql
#
# Title: Drop stable ID views.
#
# Description:
# The stable ID views, introduced for release 65 as a way of providing a
# degree of backward compatibility, are dropped with this release.
DROP VIEW exon_stable_id;
DROP VIEW gene_stable_id;
DROP VIEW operon_stable_id;
DROP VIEW operon_transcript_stable_id;
DROP VIEW translation_stable_id;
DROP VIEW transcript_stable_id;
# Patch identifier:
INSERT INTO meta (species_id, meta_key, meta_value)
VALUES (NULL, 'patch', 'patch_66_67_b.sql|drop_stable_id_views');
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