From 96be1963fbd88a01719ee3e93cf2ad09f76b173b Mon Sep 17 00:00:00 2001 From: Carlos Augusto Sanchez Date: Wed, 5 Jun 2013 16:08:05 -0500 Subject: [PATCH] IDEMPIERE-962 Misspelled words and/or sentences --- .../i1.0b-release/oracle/20130605095600_IDEMPIERE-962.sql | 7 +++++++ .../postgresql/20130605095600_IDEMPIERE-962.sql | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 migration/i1.0b-release/oracle/20130605095600_IDEMPIERE-962.sql create mode 100644 migration/i1.0b-release/postgresql/20130605095600_IDEMPIERE-962.sql 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 +;