diff --git a/migration/352a-trunk/324_BF2308332.sql b/migration/352a-trunk/324_BF2308332.sql new file mode 100644 index 0000000000..11eb501289 --- /dev/null +++ b/migration/352a-trunk/324_BF2308332.sql @@ -0,0 +1 @@ +-- 18.11.2008 09:46:47 EET -- UPDATE AD_Field SET IsMandatory='Y',Updated=TO_DATE('2008-11-18 09:46:47','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Field_ID=2200 ; /* Records with errors: select bp.AD_Client_ID, bp.Value, bp.Name, ba.AccountNo from C_BP_BankAccount ba inner join C_BPartner bp on (bp.c_bpartner_id= ba.c_bpartner_id) where ba.C_Bank_ID IS NULL AND IsACH='Y' order by bp.AD_Client_ID, bp.Value; */ \ No newline at end of file diff --git a/migration/352a-trunk/postgresql/324_BF2308332.sql b/migration/352a-trunk/postgresql/324_BF2308332.sql new file mode 100644 index 0000000000..1133e3d697 --- /dev/null +++ b/migration/352a-trunk/postgresql/324_BF2308332.sql @@ -0,0 +1,5 @@ +-- 18.11.2008 09:46:47 EET +-- +UPDATE AD_Field SET IsMandatory='Y',Updated=TO_TIMESTAMP('2008-11-18 09:46:47','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Field_ID=2200 +; +