diff --git a/migration/354a-trunk/oracle/614_2836655-Resource Assignment _oracle.sql b/migration/354a-trunk/oracle/614_2836655-Resource Assignment _oracle.sql new file mode 100644 index 0000000000..3303ebd7f2 --- /dev/null +++ b/migration/354a-trunk/oracle/614_2836655-Resource Assignment _oracle.sql @@ -0,0 +1,5 @@ +-- Nov 29, 2009 4:56:03 PM MYT +-- 2836655-Resource Assignment always return Qty 1 +UPDATE AD_Column SET Callout='org.compiere.model.CalloutAssignment.product; org.compiere.model.CalloutOrder.amt; org.compiere.model.CalloutOrder.qty',Updated=TO_DATE('2009-11-29 16:56:03','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=6775 +; + diff --git a/migration/354a-trunk/postgresql/614_2836655-Resource Assignment _postgresql.sql b/migration/354a-trunk/postgresql/614_2836655-Resource Assignment _postgresql.sql new file mode 100644 index 0000000000..f48984f4ae --- /dev/null +++ b/migration/354a-trunk/postgresql/614_2836655-Resource Assignment _postgresql.sql @@ -0,0 +1,5 @@ +-- Nov 29, 2009 4:56:03 PM MYT +-- 2836655-Resource Assignment always return Qty 1 +UPDATE AD_Column SET Callout='org.compiere.model.CalloutAssignment.product; org.compiere.model.CalloutOrder.amt; org.compiere.model.CalloutOrder.qty',Updated=TO_TIMESTAMP('2009-11-29 16:56:03','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=6775 +; +