diff --git a/migration/i1.0b-release/oracle/201305231200_IDEMPIERE-955.sql b/migration/i1.0b-release/oracle/201305231200_IDEMPIERE-955.sql new file mode 100644 index 0000000000..5deefe5122 --- /dev/null +++ b/migration/i1.0b-release/oracle/201305231200_IDEMPIERE-955.sql @@ -0,0 +1,8 @@ +-- May 23, 2013 11:43:26 AM COT +-- Proper English +UPDATE AD_Message SET MsgText='Report Wizard',Updated=TO_DATE('2013-05-23 11:43:26','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Message_ID=200090 +; + + +SELECT register_migration_script('201305231200_IDEMPIERE-955.sql') FROM dual +; diff --git a/migration/i1.0b-release/postgresql/201305231200_IDEMPIERE-955.sql b/migration/i1.0b-release/postgresql/201305231200_IDEMPIERE-955.sql new file mode 100644 index 0000000000..a0d3b401ac --- /dev/null +++ b/migration/i1.0b-release/postgresql/201305231200_IDEMPIERE-955.sql @@ -0,0 +1,8 @@ +-- May 23, 2013 11:43:26 AM COT +-- Proper English +UPDATE AD_Message SET MsgText='Report Wizard',Updated=TO_TIMESTAMP('2013-05-23 11:43:26','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Message_ID=200090 +; + + +SELECT register_migration_script('201305231200_IDEMPIERE-955.sql') FROM dual +;