From 48435845d40455b463f010fae0f99c76ccb9188a Mon Sep 17 00:00:00 2001 From: mherman22 Date: Sun, 14 Jan 2024 15:35:55 +0300 Subject: [PATCH] update with liquibase changes --- .../liquibase-update-to-latest-2.7.x.xml | 97 ++++++++++++++++++- 1 file changed, 96 insertions(+), 1 deletion(-) 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 + + + +