diff --git a/migration/i1.0b-release/oracle/20130605095600_IDEMPIERE-962.sql b/migration/i1.0b-release/oracle/20130605095600_IDEMPIERE-962.sql new file mode 100644 index 0000000000..9b7b3928f6 --- /dev/null +++ b/migration/i1.0b-release/oracle/20130605095600_IDEMPIERE-962.sql @@ -0,0 +1,7 @@ +-- Jun 5, 2013 9:55:17 AM COT +-- IDEMPIERE-962 Misspelled words and/or sentences +UPDATE AD_Tab SET Name='Activity Dimension', Description='Maintain Activity Accounting Dimension Tree',Updated=TO_DATE('2013-06-05 09:55:17','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=517 +; + +SELECT register_migration_script('20130605095600_IDEMPIERE-962.sql') FROM dual +; diff --git a/migration/i1.0b-release/postgresql/20130605095600_IDEMPIERE-962.sql b/migration/i1.0b-release/postgresql/20130605095600_IDEMPIERE-962.sql new file mode 100644 index 0000000000..36a5670c60 --- /dev/null +++ b/migration/i1.0b-release/postgresql/20130605095600_IDEMPIERE-962.sql @@ -0,0 +1,7 @@ +-- Jun 5, 2013 9:55:17 AM COT +-- IDEMPIERE-962 Misspelled words and/or sentences +UPDATE AD_Tab SET Name='Activity Dimension', Description='Maintain Activity Accounting Dimension Tree',Updated=TO_TIMESTAMP('2013-06-05 09:55:17','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=517 +; + +SELECT register_migration_script('20130605095600_IDEMPIERE-962.sql') FROM dual +;