From 96dbdd2cf07f51b79a3ec4d4314ca21e6c5f829d Mon Sep 17 00:00:00 2001 From: Heng Sin Low Date: Thu, 28 Mar 2013 18:03:31 +0800 Subject: [PATCH] IDEMPIERE-808 Organization Type window - new record allows user to select System Client. --- .../i1.0a-release/oracle/201303281000_IDEMPIERE-808.sql | 8 ++++++++ .../postgresql/201303281000_IDEMPIERE-808.sql | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 migration/i1.0a-release/oracle/201303281000_IDEMPIERE-808.sql create mode 100644 migration/i1.0a-release/postgresql/201303281000_IDEMPIERE-808.sql diff --git a/migration/i1.0a-release/oracle/201303281000_IDEMPIERE-808.sql b/migration/i1.0a-release/oracle/201303281000_IDEMPIERE-808.sql new file mode 100644 index 0000000000..66f4eb5edc --- /dev/null +++ b/migration/i1.0a-release/oracle/201303281000_IDEMPIERE-808.sql @@ -0,0 +1,8 @@ +-- Mar 28, 2013 5:57:29 PM MYT +-- IDEMPIERE-808 Organization Type window - new record allows user to select System Client +UPDATE AD_Column SET AD_Val_Rule_ID=116,Updated=TO_DATE('2013-03-28 17:57:29','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=11270 +; + +SELECT register_migration_script('201303281000_IDEMPIERE-808.sql') FROM dual +; + diff --git a/migration/i1.0a-release/postgresql/201303281000_IDEMPIERE-808.sql b/migration/i1.0a-release/postgresql/201303281000_IDEMPIERE-808.sql new file mode 100644 index 0000000000..c786b09f7a --- /dev/null +++ b/migration/i1.0a-release/postgresql/201303281000_IDEMPIERE-808.sql @@ -0,0 +1,8 @@ +-- Mar 28, 2013 5:57:29 PM MYT +-- IDEMPIERE-808 Organization Type window - new record allows user to select System Client +UPDATE AD_Column SET AD_Val_Rule_ID=116,Updated=TO_TIMESTAMP('2013-03-28 17:57:29','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=11270 +; + +SELECT register_migration_script('201303281000_IDEMPIERE-808.sql') FROM dual +; +