Skip to content

Commit

Permalink
increase changeset count for greater than 2.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mherman22 committed Feb 26, 2024
1 parent b0a06ce commit 16a9173
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class DatabaseUpdaterDatabaseIT extends H2DatabaseIT {
* This constant needs to be updated when adding new Liquibase update files to openmrs-core.
*/

private static final int CHANGE_SET_COUNT_FOR_GREATER_THAN_2_1_X = 897;
private static final int CHANGE_SET_COUNT_FOR_GREATER_THAN_2_1_X = 905;

private static final int CHANGE_SET_COUNT_FOR_2_1_X = 870;

Expand Down

0 comments on commit 16a9173

Please sign in to comment.