From 5eb7012cd3eabd370b76d6613c2e3a3c847c1ff3 Mon Sep 17 00:00:00 2001 From: githubmamatha Date: Wed, 30 Oct 2024 05:24:24 -0700 Subject: [PATCH] Expiry date set to NULL for requirement type code MI. --- .../1.0/V1.0.106__DML-UPDATE_DATA-requirement_type_code.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 api/src/main/resources/db/migration/1.0/V1.0.106__DML-UPDATE_DATA-requirement_type_code.sql diff --git a/api/src/main/resources/db/migration/1.0/V1.0.106__DML-UPDATE_DATA-requirement_type_code.sql b/api/src/main/resources/db/migration/1.0/V1.0.106__DML-UPDATE_DATA-requirement_type_code.sql new file mode 100644 index 0000000..98fc1f0 --- /dev/null +++ b/api/src/main/resources/db/migration/1.0/V1.0.106__DML-UPDATE_DATA-requirement_type_code.sql @@ -0,0 +1,3 @@ +UPDATE REQUIREMENT_TYPE_CODE +SET EXPIRY_DATE=NULL , UPDATE_USER='API_GRAD_PROGRAM' , UPDATE_DATE=SYSTIMESTAMP +WHERE REQUIREMENT_TYPE_CODE='MI'; \ No newline at end of file