NINS_CODE/bahmni_config/openmrs/migrations/liquibase.xml
travelershot 70dda814aa codepush
2024-12-12 22:37:39 +06:00

22 lines
1.2 KiB
XML

<?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:ext="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-2.0.xsd
http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd">
<include file = "bdshr-liquibase.xml"/>
<include file = "bdshr-observation-templates-liquibase.xml"/>
<include file = "bdshr-orders-setup-liquibase.xml"/>
<include file = "openmrs-roles-and-privileges-liquibase.xml"/>
<include file = "openmrs-users-liquibase.xml"/>
<include file = "openmrs-patient-attributes-liquibase.xml"/>
<include file = "openmrs-patient-identifiers-liquibase.xml"/>
<include file = "openmrs-visits-liquibase.xml"/>
<include file = "openmrs-misc-config-liquibase.xml"/>
<include file = "location-encounter-data-liquibase.xml"/>
<include file = "openmrs-reporting-agegroup-liquibase.xml"/>
</databaseChangeLog>