diff --git a/migration/353a-trunk/oracle/471_BF2795251_QtyInvoiced_field_updatable.sql b/migration/353a-trunk/oracle/471_BF2795251_QtyInvoiced_field_updatable.sql new file mode 100644 index 0000000000..b65eda514b --- /dev/null +++ b/migration/353a-trunk/oracle/471_BF2795251_QtyInvoiced_field_updatable.sql @@ -0,0 +1,4 @@ + +UPDATE AD_Field SET IsReadOnly='Y',Updated=TO_DATE('2009-05-22 17:59:32','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=2999 +; + diff --git a/migration/353a-trunk/postgresql/471_BF2795251_QtyInvoiced_field_updatable.sql b/migration/353a-trunk/postgresql/471_BF2795251_QtyInvoiced_field_updatable.sql new file mode 100644 index 0000000000..1a4f3f1225 --- /dev/null +++ b/migration/353a-trunk/postgresql/471_BF2795251_QtyInvoiced_field_updatable.sql @@ -0,0 +1,4 @@ + +UPDATE AD_Field SET IsReadOnly='Y',Updated=TO_TIMESTAMP('2009-05-22 17:59:32','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=2999 +; +