diff --git a/migration/i2.0/oracle/201402111757_IDEMPIERE-1724.sql b/migration/i2.0/oracle/201402111757_IDEMPIERE-1724.sql new file mode 100644 index 0000000000..08bbab32ad --- /dev/null +++ b/migration/i2.0/oracle/201402111757_IDEMPIERE-1724.sql @@ -0,0 +1,11 @@ +SET SQLBLANKLINES ON +SET DEFINE OFF + +-- Feb 11, 2014 5:56:46 PM COT +-- IDEMPIERE-1724 Field C_Charge_ID in table C_OrderLine has wrong dynamic Validation +UPDATE AD_Column SET AD_Val_Rule_ID=52030,Updated=TO_DATE('2014-02-11 17:56:46','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=3050 +; + +SELECT register_migration_script('201402111757_IDEMPIERE-1724.sql') FROM dual +; + diff --git a/migration/i2.0/postgresql/201402111757_IDEMPIERE-1724.sql b/migration/i2.0/postgresql/201402111757_IDEMPIERE-1724.sql new file mode 100644 index 0000000000..ba3bf43412 --- /dev/null +++ b/migration/i2.0/postgresql/201402111757_IDEMPIERE-1724.sql @@ -0,0 +1,8 @@ +-- Feb 11, 2014 5:56:46 PM COT +-- IDEMPIERE-1724 Field C_Charge_ID in table C_OrderLine has wrong dynamic Validation +UPDATE AD_Column SET AD_Val_Rule_ID=52030,Updated=TO_TIMESTAMP('2014-02-11 17:56:46','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=3050 +; + +SELECT register_migration_script('201402111757_IDEMPIERE-1724.sql') FROM dual +; +