Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding script for data exchange config #20

Merged
merged 15 commits into from
Oct 2, 2024
Merged
3 changes: 3 additions & 0 deletions liquibase-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ COPY liquibase-service/src/main/resources/db/master/routines /liquibase/changelo
COPY liquibase-service/src/main/resources/db/odse /liquibase/changelog
COPY liquibase-service/src/main/resources/db/odse/routines /liquibase/changelog
COPY liquibase-service/src/main/resources/db/odse/views /liquibase/changelog
COPY liquibase-service/src/main/resources/db/rdb_modern /liquibase/changelog
COPY liquibase-service/src/main/resources/db/rdb_modern/routines /liquibase/changelog
COPY liquibase-service/src/main/resources/db/rdb_modern/tables /liquibase/changelog
COPY liquibase-service/src/main/resources/db/rdb /liquibase/changelog
COPY liquibase-service/src/main/resources/db/rdb/routines /liquibase/changelog
COPY liquibase-service/src/main/resources/db/rdb/tables /liquibase/changelog
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,327 +11,5 @@ databaseChangeLog:
author: liquibase
changes:
- sqlFile:
path: 001-create_nrt_organization-001.sql
splitStatements: false
- changeSet:
id: 2
author: liquibase
changes:
- sqlFile:
path: 002-create_nrt_organization_key-001.sql
splitStatements: false
- changeSet:
id: 3
author: liquibase
changes:
- sqlFile:
path: 003-create_nrt_provider-001.sql
splitStatements: false
- changeSet:
id: 4
author: liquibase
changes:
- sqlFile:
path: 004-create_nrt_provider_key.sql
splitStatements: false
- changeSet:
id: 5
author: liquibase
changes:
- sqlFile:
path: 005-create_nrt_patient-001.sql
splitStatements: false
- changeSet:
id: 6
author: liquibase
changes:
- sqlFile:
path: 006-create_nrt_patient_key-001.sql
splitStatements: false
- changeSet:
id: 7
author: liquibase
changes:
- sqlFile:
path: 007-create_nrt_investigation-001.sql
splitStatements: false
- changeSet:
id: 8
author: liquibase
changes:
- sqlFile:
path: 008-create_nrt_investigation_key-001.sql
splitStatements: false
- changeSet:
id: 9
author: liquibase
changes:
- sqlFile:
path: 009-create_nrt_investigation_confirmation-001.sql
splitStatements: false
- changeSet:
id: 10
author: liquibase
changes:
- sqlFile:
path: 010-create_nrt_confirmation_method_key-001.sql
splitStatements: false
- changeSet:
id: 11
author: liquibase
changes:
- sqlFile:
path: 011-create_nrt_investigation_observation-001.sql
splitStatements: false
- changeSet:
id: 12
author: liquibase
changes:
- sqlFile:
path: 012-create_nrt_investigation_notification-001.sql
splitStatements: false
- changeSet:
id: 13
author: liquibase
changes:
- sqlFile:
path: 012-create-nrt-investigation-notification-002.sql
splitStatements: false
- changeSet:
id: 14
author: liquibase
changes:
- sqlFile:
path: 013-create_nrt_notification_key-001.sql
splitStatements: false
- changeSet:
id: 15
author: liquibase
changes:
- sqlFile:
path: 014-create_nrt_page_case_answer-001.sql
splitStatements: false
- changeSet:
id: 16
author: liquibase
changes:
- sqlFile:
path: 015-create_nrt_ldf_data_key-001.sql
splitStatements: false
- changeSet:
id: 17
author: liquibase
changes:
- sqlFile:
path: 016-create_nrt_ldf_group_key-001.sql
splitStatements: false
- changeSet:
id: 18
author: liquibase
changes:
- sqlFile:
path: 017-create_nrt_observation-001.sql
splitStatements: false
- changeSet:
id: 19
author: liquibase
changes:
- sqlFile:
path: 017-create_nrt_observation-002.sql
splitStatements: false
- changeSet:
id: 20
author: liquibase
changes:
- sqlFile:
path: 001-fn_get_record_status-001.sql
splitStatements: false
- changeSet:
id: 21
author: liquibase
changes:
- sqlFile:
path: 002-sp_nrt_organization_postprocessing-001.sql
splitStatements: false
- changeSet:
id: 22
author: liquibase
changes:
- sqlFile:
path: 003-sp_nrt_provider_postprocessing-001.sql
splitStatements: false
- changeSet:
id: 23
author: liquibase
changes:
- sqlFile:
path: 004-sp_nrt_patient_postprocessing-001.sql
splitStatements: false
- changeSet:
id: 24
author: liquibase
changes:
- sqlFile:
path: 005-sp_nrt_investigation_postprocessing-001.sql
splitStatements: false
- changeSet:
id: 25
author: liquibase
changes:
- sqlFile:
path: 006-sp_nrt_notification_postprocessing-001.sql
splitStatements: false
- changeSet:
id: 26
author: liquibase
changes:
- sqlFile:
path: 007-sp_s_pagebuilder_postprocessing-001.sql
splitStatements: false
- changeSet:
id: 27
author: liquibase
changes:
- sqlFile:
path: 008-sp_l_pagebuilder_postprocessing-001.sql
splitStatements: false
- changeSet:
id: 28
author: liquibase
changes:
- sqlFile:
path: 009-sp_d_pagebuilder_postprocessing-001.sql
splitStatements: false
- changeSet:
id: 29
author: liquibase
changes:
- sqlFile:
path: 010-sp_sld_investigation_repeat_postprocessing-001.sql
splitStatements: false
- changeSet:
id: 30
author: liquibase
changes:
- sqlFile:
path: 011-sp_page_builder_postprocessing-001.sql
splitStatements: false
- changeSet:
id: 31
author: liquibase
changes:
- sqlFile:
path: 012-sp_f_page_case_postprocessing-001.sql
splitStatements: false
- changeSet:
id: 32
author: liquibase
changes:
- sqlFile:
path: 013-sp_hepatitis_datamart_postprocessing-001.sql
splitStatements: false
- changeSet:
id: 33
author: liquibase
changes:
- sqlFile:
path: 019-create_nrt_datamart_metadata-001.sql
splitStatements: false
- changeSet:
id: 34
author: liquibase
changes:
- sqlFile:
path: 014-sp_get_date_dim-001.sql
splitStatements: false
- changeSet:
id: 35
author: liquibase
changes:
- sqlFile:
path: 018-create-nrt_ldf_data-001.sql
splitStatements: false
- changeSet:
id: 36
author: liquibase
changes:
- sqlFile:
path: 015-sp_nrt_ldf_postprocessing-001.sql
splitStatements: false
- changeSet:
id: 37
author: liquibase
changes:
- sqlFile:
path: 017-create_nrt_observation-003.sql
splitStatements: false
- changeSet:
id: 38
author: liquibase
changes:
- sqlFile:
path: 007-sp_s_pagebuilder_postprocessing-002.sql
splitStatements: false
- changeSet:
id: 39
author: liquibase
changes:
- sqlFile:
path: 010-sp_sld_investigation_repeat_postprocessing-002.sql
splitStatements: false
- changeSet:
id: 40
author: liquibase
changes:
- sqlFile:
path: 013-sp_hepatitis_datamart_postprocessing-002.sql
splitStatements: false
- changeSet:
id: 41
author: liquibase
changes:
- sqlFile:
path: 017-create_nrt_observation_coded-001.sql
splitStatements: false
- changeSet:
id: 42
author: liquibase
changes:
- sqlFile:
path: 017-create_nrt_observation_date-001.sql
splitStatements: false
- changeSet:
id: 43
author: liquibase
changes:
- sqlFile:
path: 017-create_nrt_observation_edx-001.sql
splitStatements: false
- changeSet:
id: 44
author: liquibase
changes:
- sqlFile:
path: 017-create_nrt_observation_material-001.sql
splitStatements: false
- changeSet:
id: 45
author: liquibase
changes:
- sqlFile:
path: 017-create_nrt_observation_numeric-001.sql
splitStatements: false
- changeSet:
id: 46
author: liquibase
changes:
- sqlFile:
path: 017-create_nrt_observation_reason-001.sql
splitStatements: false
- changeSet:
id: 47
author: liquibase
changes:
- sqlFile:
path: 017-create_nrt_observation_txt-001.sql
splitStatements: false
path: 001-create_data_sync_config-001.sql
splitStatements: false
Loading