|
@@ -1,4 +1,4 @@
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
@@ -131,7 +131,7 @@ CREATE OR REPLACE FUNCTION store_dbxref (VARCHAR,VARCHAR)
|
|
|
END;
|
|
|
' LANGUAGE 'plpgsql';
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
@@ -947,7 +947,7 @@ BEGIN
|
|
|
END;
|
|
|
'
|
|
|
LANGUAGE 'plpgsql';
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
@@ -1083,7 +1083,7 @@ 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.';
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
@@ -1211,7 +1211,7 @@ CREATE OR REPLACE FUNCTION store_organism (VARCHAR,VARCHAR,VARCHAR)
|
|
|
END;
|
|
|
' LANGUAGE 'plpgsql';
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
@@ -33779,7 +33779,7 @@ BEGIN
|
|
|
END;
|
|
|
'
|
|
|
LANGUAGE 'plpgsql';
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
@@ -33914,7 +33914,7 @@ CREATE OR REPLACE FUNCTION store_analysis (VARCHAR,VARCHAR,VARCHAR)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
@@ -33994,7 +33994,7 @@ 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;
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
@@ -34201,7 +34201,7 @@ CREATE TABLE phenotype_comparison_cvterm (
|
|
|
);
|
|
|
CREATE INDEX phenotype_comparison_cvterm_idx1 on phenotype_comparison_cvterm (phenotype_comparison_id);
|
|
|
CREATE INDEX phenotype_comparison_cvterm_idx2 on phenotype_comparison_cvterm (cvterm_id);
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
@@ -34296,7 +34296,7 @@ create table featuremap_pub (
|
|
|
);
|
|
|
create index featuremap_pub_idx1 on featuremap_pub (featuremap_id);
|
|
|
create index featuremap_pub_idx2 on featuremap_pub (pub_id);
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
@@ -34528,7 +34528,7 @@ CREATE OR REPLACE FUNCTION phylonode_height(INT)
|
|
|
'
|
|
|
LANGUAGE 'sql';
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
@@ -34578,7 +34578,7 @@ 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.';
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
@@ -34771,7 +34771,7 @@ create table expression_image (
|
|
|
);
|
|
|
create index expression_image_idx1 on expression_image (expression_id);
|
|
|
create index expression_image_idx2 on expression_image (eimage_id);
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
@@ -35596,7 +35596,7 @@ CREATE TABLE studyprop_feature (
|
|
|
create index studyprop_feature_idx1 on studyprop_feature (studyprop_id);
|
|
|
create index studyprop_feature_idx2 on studyprop_feature (feature_id);
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
@@ -35884,7 +35884,7 @@ create index stockcollection_stock_idx2 on stockcollection_stock (stock_id);
|
|
|
|
|
|
COMMENT ON TABLE stockcollection_stock IS 'stockcollection_stock links
|
|
|
a stock collection to the stocks which are contained in the collection.';
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|