-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
Feature/#26/add model version
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -160,3 +160,4 @@ cython_debug/ | |
#.idea/ | ||
**/liquibase.properties | ||
changelogs/liquibase.properties.backup.01 | ||
.vscode |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
[changelog] | ||
changeset_id = 98482 | ||
changeset_id = 125722 |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
This file was deleted.
Large diffs are not rendered by default.
This file was deleted.
Large diffs are not rendered by default.
This file was deleted.
Large diffs are not rendered by default.
This file was deleted.
This file was deleted.
Large diffs are not rendered by default.
This file was deleted.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,33 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:neo4j="http://www.liquibase.org/xml/ns/dbchangelog-ext" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-latest.xsd"> | ||
<changeSet id="25" author="MAJ"> | ||
<?xml version='1.0' encoding='us-ascii'?> | ||
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:neo4j="http://www.liquibase.org/xml/ns/dbchangelog-ext" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-latest.xsd"> | ||
<changeSet id="34" author="MAJ"> | ||
<neo4j:cypher>MERGE (:origin {name: 'CCDI', desc:'Childrens Cancer Data Initiative', url: 'https://github.com/CBIIT/ccdi-model'})</neo4j:cypher> | ||
</changeSet> | ||
<changeSet id="26" author="MAJ"> | ||
<changeSet id="35" author="MAJ"> | ||
<neo4j:cypher>MERGE (:origin {name: 'CDS', desc:'Cancer Data Service', url: 'https://github.com/CBIIT/cds-model'})</neo4j:cypher> | ||
</changeSet> | ||
<changeSet id="27" author="MAJ"> | ||
<changeSet id="36" author="MAJ"> | ||
<neo4j:cypher>MERGE (:origin {name: 'DSS', desc:'Data Standards Services', url: 'https://github.com/CBIIT/dss-model'})</neo4j:cypher> | ||
</changeSet> | ||
<changeSet id="28" author="MAJ"> | ||
<changeSet id="37" author="MAJ"> | ||
<neo4j:cypher>MERGE (:origin {name: 'GDC', desc:'Genomic Data Commons', url: 'https://github.com/CBIIT/gdc-model'})</neo4j:cypher> | ||
</changeSet> | ||
<changeSet id="29" author="MAJ"> | ||
<changeSet id="38" author="MAJ"> | ||
<neo4j:cypher>MERGE (:origin {name: 'NCIt', desc:'NCI Thesaurus', url: 'https://ncit.nci.nih.gov'})</neo4j:cypher> | ||
</changeSet> | ||
<changeSet id="30" author="MAJ"> | ||
<changeSet id="39" author="MAJ"> | ||
<neo4j:cypher>MERGE (:origin {name: 'caDSR', desc:'Cancer Data Standards Repository', url: 'https://cadsr.cancer.gov'})</neo4j:cypher> | ||
</changeSet> | ||
<changeSet id="31" author="MAJ"> | ||
<changeSet id="40" author="MAJ"> | ||
<neo4j:cypher>MERGE (:origin {name: 'MeSH', desc: 'Medical Subject Headings (NLM)', url:'https://www.ncbi.nlm.nih.gov/mesh'})</neo4j:cypher> | ||
</changeSet> | ||
<changeSet id="32" author="MAJ"> | ||
<changeSet id="41" author="MAJ"> | ||
<neo4j:cypher>MERGE (:origin {name: 'PubMedCentral', desc: 'PubMed Central', url:'https://www.ncbi.nlm.nih.gov/pmc/'})</neo4j:cypher> | ||
</changeSet> | ||
<changeSet id="33" author="MAJ"> | ||
<changeSet id="42" author="MAJ"> | ||
<neo4j:cypher>MERGE (:origin {name: 'OBI', desc: 'Ontology of Biomedical Investigations', url:'https://www.ebi.ac.uk/ols/ontologies/obi'})</neo4j:cypher> | ||
</changeSet> | ||
<changeSet id="34" author="MAJ"> | ||
<changeSet id="43" author="MAJ"> | ||
<neo4j:cypher>MERGE (:origin {name: 'HTAN', desc: 'Human Tumor Atlas Network', url:'https://humantumoratlas.org/'})</neo4j:cypher> | ||
</changeSet> | ||
</databaseChangeLog> |