diff --git a/migration/360lts-release/oracle/748_BF3110938.sql b/migration/360lts-release/oracle/748_BF3110938.sql new file mode 100644 index 0000000000..0ae6f9943f --- /dev/null +++ b/migration/360lts-release/oracle/748_BF3110938.sql @@ -0,0 +1,5 @@ +-- Nov 17, 2010 10:04:25 PM CST +-- BF3110938-Mandatory Incorrectly Spelled +UPDATE AD_Ref_List SET Name='Not Mandatory',Updated=TO_DATE('2010-11-17 22:04:25','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Ref_List_ID=681 +; + diff --git a/migration/360lts-release/postgresql/748_BF3110938.sql b/migration/360lts-release/postgresql/748_BF3110938.sql new file mode 100644 index 0000000000..9bebf04e25 --- /dev/null +++ b/migration/360lts-release/postgresql/748_BF3110938.sql @@ -0,0 +1,5 @@ +-- Nov 17, 2010 10:04:25 PM CST +-- BF3110938-Mandatory Incorrectly Spelled +UPDATE AD_Ref_List SET Name='Not Mandatory',Updated=TO_TIMESTAMP('2010-11-17 22:04:25','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Ref_List_ID=681 +; +