diff --git a/migration/i1.0c-release/oracle/201308231451_IDEMPIERE-1299.sql b/migration/i1.0c-release/oracle/201308231451_IDEMPIERE-1299.sql new file mode 100644 index 0000000000..dcbb35112d --- /dev/null +++ b/migration/i1.0c-release/oracle/201308231451_IDEMPIERE-1299.sql @@ -0,0 +1,8 @@ +-- Aug 23, 2013 2:49:42 PM COT +-- IDEMPIERE-1299 Requisition Lines can be deleted on completed Requisitions +UPDATE AD_Tab SET ReadOnlyLogic='@Processed@=Y',Updated=TO_DATE('2013-08-23 14:49:42','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=642 +; + +SELECT register_migration_script('201308231451_IDEMPIERE-1299.sql') FROM dual +; + diff --git a/migration/i1.0c-release/postgresql/201308231451_IDEMPIERE-1299.sql b/migration/i1.0c-release/postgresql/201308231451_IDEMPIERE-1299.sql new file mode 100644 index 0000000000..52dd46408c --- /dev/null +++ b/migration/i1.0c-release/postgresql/201308231451_IDEMPIERE-1299.sql @@ -0,0 +1,7 @@ +-- Aug 23, 2013 2:49:42 PM COT +-- IDEMPIERE-1299 Requisition Lines can be deleted on completed Requisitions +UPDATE AD_Tab SET ReadOnlyLogic='@Processed@=Y',Updated=TO_TIMESTAMP('2013-08-23 14:49:42','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=642 +; + +SELECT register_migration_script('201308231451_IDEMPIERE-1299.sql') FROM dual +;