From 22ec8ab7fc93502ea1642e12d7ceb4765eae5d02 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 | 95 +++++++++++++++++++ 1 file changed, 95 insertions(+) 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 e505ca0f778a..dcfcf19f7e59 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 @@ -100,4 +100,99 @@ + + + + + + + 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 + + + +