Skip to content

Commit

Permalink
Bindu | BAH-1136 | change the changeset id to fix liquibase migration…
Browse files Browse the repository at this point in the history
… failure issue (Bahmni#53)
  • Loading branch information
binduak authored Feb 5, 2021
1 parent 1bdd81c commit 09ecca2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/src/main/resources/liquibase.xml
Original file line number Diff line number Diff line change
Expand Up @@ -347,15 +347,15 @@
<sqlFile path="patientPastAppointments.sql"/>
</changeSet>

<changeSet id="global-property-upcoming-appointments-sql" author="Maharjun, Shireesha">
<changeSet id="global-property-upcoming-appointments-sql-04022021" author="Maharjun, Shireesha">
<preConditions onFail="MARK_RAN">
<sqlCheck expectedResult="0">select count(*) from global_property where property='bahmni.sqlGet.upComingAppointments'</sqlCheck>
</preConditions>
<comment>Adding query to fetch upcoming appointments for patient</comment>
<sqlFile path="patientUpcomingAppointments.sql"/>
</changeSet>

<changeSet id="global-property-upcoming-appointments-sql-update" author="Shankar, Mahesh">
<changeSet id="global-property-upcoming-appointments-sql-update-04022021" author="Shankar, Mahesh">
<preConditions onFail="MARK_RAN">
<sqlCheck expectedResult="1">select count(*) from global_property where property='bahmni.sqlGet.upComingAppointments'</sqlCheck>
</preConditions>
Expand Down

0 comments on commit 09ecca2

Please sign in to comment.