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 +; +