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

UHM-6709: Support Custom liquibase files for countries #101

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
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">

<!--
This changset never appears to have run because this file was not processed prior to:
https://pihemr.atlassian.net/browse/UHM-6709
Original ticket about this here:
https://pihemr.atlassian.net/browse/UHM-5527
<changeSet id="20210628-cleanup-encounters-without-visits" author="bistenes">
<comment>Assign encounters (other than registration) that don't have visits to whatever visit is on the same day, if there is one</comment>
<sql>
Expand All @@ -19,5 +24,6 @@
and v.voided = 0;
</sql>
</changeSet>
-->
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this ever worked? I'm commenting this out because I don't what it inadvertently running at this point without further testing.


</databaseChangeLog>
</databaseChangeLog>