From 3f6d976b9eb3e3f30090810e21347c53c9498919 Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Tue, 8 Mar 2011 11:46:50 -0500 Subject: [PATCH] FR 3110938 - Mandatory Incorrectly Spelled http://sourceforge.net/support/tracker.php?aid=3110938 --- migration/360lts-release/oracle/748_BF3110938.sql | 5 +++++ migration/360lts-release/postgresql/748_BF3110938.sql | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 migration/360lts-release/oracle/748_BF3110938.sql create mode 100644 migration/360lts-release/postgresql/748_BF3110938.sql 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 +; +