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

Added new columns to external_db.

parent dd38eef0
No related branches found
No related tags found
No related merge requests found
# Add linkable & priority columns to external_db
ALTER TABLE external_db ADD COLUMN dbprimary_acc_linkable BOOLEAN DEFAULT 1 NOT NULL;
ALTER TABLE external_db ADD COLUMN display_label_linkable BOOLEAN DEFAULT 0 NOT NULL;
ALTER TABLE external_db ADD COLUMN priority INT NOT NULL;
################################################################################
# Many changes to regulatory-feature-related tables
# Since these tables are empty it is easier to drop the existing
# tables and re-create the new ones
......@@ -80,4 +87,3 @@ CREATE TABLE regulatory_factor_transcript (
) COLLATE=latin1_swedish_ci TYPE=MyISAM;
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