|
@@ -1,4 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -118,7 +117,6 @@ CREATE OR REPLACE FUNCTION store_dbxref (VARCHAR,VARCHAR)
|
|
|
END;
|
|
|
' LANGUAGE 'plpgsql';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -984,7 +982,6 @@ BEGIN
|
|
|
END;
|
|
|
'
|
|
|
LANGUAGE 'plpgsql';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -1120,7 +1117,6 @@ create index pubprop_idx1 on pubprop (pub_id);
|
|
|
create index pubprop_idx2 on pubprop (type_id);
|
|
|
|
|
|
COMMENT ON TABLE pubprop IS 'Property-value pairs for a pub. Follows standard chado pattern.';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -1248,7 +1244,6 @@ CREATE OR REPLACE FUNCTION store_organism (VARCHAR,VARCHAR,VARCHAR)
|
|
|
END;
|
|
|
' LANGUAGE 'plpgsql';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -38328,7 +38323,6 @@ BEGIN
|
|
|
END;
|
|
|
'
|
|
|
LANGUAGE 'plpgsql';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -38463,7 +38457,6 @@ CREATE OR REPLACE FUNCTION store_analysis (VARCHAR,VARCHAR,VARCHAR)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -38546,7 +38539,6 @@ CREATE INDEX feature_phenotype_idx1 ON feature_phenotype (feature_id);
|
|
|
CREATE INDEX feature_phenotype_idx2 ON feature_phenotype (phenotype_id);
|
|
|
|
|
|
COMMENT ON TABLE feature_phenotype IS NULL;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -38775,7 +38767,6 @@ create table genotypeprop (
|
|
|
);
|
|
|
create index genotypeprop_idx1 on genotypeprop (genotype_id);
|
|
|
create index genotypeprop_idx2 on genotypeprop (type_id);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -38870,7 +38861,6 @@ create table featuremap_pub (
|
|
|
);
|
|
|
create index featuremap_pub_idx1 on featuremap_pub (featuremap_id);
|
|
|
create index featuremap_pub_idx2 on featuremap_pub (pub_id);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -39102,7 +39092,6 @@ CREATE OR REPLACE FUNCTION phylonode_height(INT)
|
|
|
'
|
|
|
LANGUAGE 'sql';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -39152,7 +39141,6 @@ COMMENT ON TABLE contact_relationship IS 'Model relationships between contacts';
|
|
|
COMMENT ON COLUMN contact_relationship.subject_id IS 'The subject of the subj-predicate-obj sentence. In a DAG, this corresponds to the child node.';
|
|
|
COMMENT ON COLUMN contact_relationship.object_id IS 'The object of the subj-predicate-obj sentence. In a DAG, this corresponds to the parent node.';
|
|
|
COMMENT ON COLUMN contact_relationship.type_id IS 'Relationship type between subject and object. This is a cvterm, typically from the OBO relationship ontology, although other relationship types are allowed.';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -39431,7 +39419,6 @@ create index project_contact_idx1 on project_contact (project_id);
|
|
|
create index project_contact_idx2 on project_contact (contact_id);
|
|
|
|
|
|
COMMENT ON TABLE project_contact IS 'Linking project(s) to contact(s)';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -40256,7 +40243,6 @@ CREATE TABLE studyprop_feature (
|
|
|
create index studyprop_feature_idx1 on studyprop_feature (studyprop_id);
|
|
|
create index studyprop_feature_idx2 on studyprop_feature (feature_id);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -40632,7 +40618,6 @@ hardcoding a list of columns in the relational schema, and is
|
|
|
completely extensible. There is a unique constraint, stock_dbxrefprop_c1, for
|
|
|
the combination of stock_dbxref_id, rank, and type_id. Multivalued property-value pairs must be differentiated by rank.';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|