Skip to content

Commit

Permalink
TRUNK-6280: removed liquibase changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
ManojLL committed Nov 6, 2024
1 parent 9dada87 commit 56d30d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,13 +169,5 @@
referencedTableName="obs"
referencedColumnNames="obs_id"/>
</changeSet>

<changeSet id="TRUNK-6280-2024-11-01" author="manojll">
<preConditions onFail="MARK_RAN">
<columnExists tableName="global_property" columnName="description"/>
</preConditions>
<comment>change description type TEXT to VARCHAR(1024) in 'global_property' table</comment>
<modifyDataType tableName="global_property" columnName="description" newDataType="VARCHAR(1024)"/>
</changeSet>

</databaseChangeLog>
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class DatabaseUpdaterDatabaseIT extends DatabaseIT {
* 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 = 900;
private static final int CHANGE_SET_COUNT_FOR_GREATER_THAN_2_1_X = 899;

private static final int CHANGE_SET_COUNT_FOR_2_1_X = 870;

Expand Down

0 comments on commit 56d30d6

Please sign in to comment.