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 Jan 14, 2024
1 parent 4843584 commit c5f4f28
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 c5f4f28

Please sign in to comment.