This is an automated email from the ASF dual-hosted git repository. machristie pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/airavata-data-catalog.git
commit 61ef2c5a8f8cdfbc16a06cbdee6fe7994ef1c65d Merge: ca3f26b eaf7692 Author: Marcus Christie <[email protected]> AuthorDate: Tue Sep 5 11:28:43 2023 -0400 Merge pull request #42 from apache/machristie/issue8 Integrate liquibase to run db init scripts and generate schema for JPA entities .../api/model/MetadataSchemaFieldEntity.java | 1 + .../custos-sharing/src/main/resources/schema.sql | 24 - .../server/service/liquibase.properties | 13 + data-catalog-api/server/service/pom.xml | 4 + .../src/main/resources/application.properties | 9 +- .../2023/08/2023-08-31-init-changelog.xml | 644 +++++++++++++++++++++ .../2023/08/2023-08-31-init-custos-changelog.xml | 184 ++++++ .../db/changelog/2023/09/2023-09-01-changelog.xml | 12 + .../resources/db/changelog/db.changelog-master.xml | 9 + .../sharing/simple/SimpleUserSharingEntity.java | 2 +- .../simple-sharing/src/main/resources/schema.sql | 80 --- docker-compose.yml | 2 + 12 files changed, 873 insertions(+), 111 deletions(-)
