diff --git a/api/src/main/resources/org/openmrs/liquibase/updates/liquibase-update-to-latest-2.7.x.xml b/api/src/main/resources/org/openmrs/liquibase/updates/liquibase-update-to-latest-2.7.x.xml index f0c0238baf8e..26c7a0168572 100644 --- a/api/src/main/resources/org/openmrs/liquibase/updates/liquibase-update-to-latest-2.7.x.xml +++ b/api/src/main/resources/org/openmrs/liquibase/updates/liquibase-update-to-latest-2.7.x.xml @@ -86,5 +86,100 @@ baseTableName="global_property" baseColumnNames="delete_privilege" referencedTableName="privilege" referencedColumnNames="privilege" /> - + + + + + + + + Adding "creator" column to role table + + + + + + + + + + + + Adding "date_created" column to role table + + + + + + + + + + + + Adding "changed_by" column to role table + + + + + + + + + + + + Adding "date_changed" column to role table + + + + + + + + + + + + Adding "retired" column to role table + + + + + + + + + + + + Adding "retired_by" column to role table + + + + + + + + + + + + Adding "date_retired" column to role table + + + + + + + + + + + + Adding "retire_reason" column to role table + + + +