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