diff --git a/migration/i1.0a-release/oracle/201211281100IDEMPIERE_390.sql b/migration/i1.0a-release/oracle/201211281100IDEMPIERE_390.sql index 39ed8fc7c1..707032cd89 100644 --- a/migration/i1.0a-release/oracle/201211281100IDEMPIERE_390.sql +++ b/migration/i1.0a-release/oracle/201211281100IDEMPIERE_390.sql @@ -982,7 +982,6 @@ WHERE storeattachmentsonfilesystem='Y' AND (windowsattachmentpath is not null or UPDATE ad_clientinfo SET ad_storageprovider_id = (SELECT ad_storageprovider_id FROM ad_storageprovider WHERE ad_storageprovider.ad_client_id=ad_clientinfo.ad_client_id) -FROM ad_storageprovider WHERE ad_clientinfo.ad_client_id IN (SELECT ad_client_id FROM ad_client WHERE storeattachmentsonfilesystem='Y' AND (windowsattachmentpath is not null or unixattachmentpath is not null)) ; diff --git a/migration/i1.0a-release/postgresql/201211281100IDEMPIERE_390.sql b/migration/i1.0a-release/postgresql/201211281100IDEMPIERE_390.sql index b7ed969ec2..104090dfd0 100644 --- a/migration/i1.0a-release/postgresql/201211281100IDEMPIERE_390.sql +++ b/migration/i1.0a-release/postgresql/201211281100IDEMPIERE_390.sql @@ -982,7 +982,6 @@ WHERE storeattachmentsonfilesystem='Y' AND (windowsattachmentpath is not null or UPDATE ad_clientinfo SET ad_storageprovider_id = (SELECT ad_storageprovider_id FROM ad_storageprovider WHERE ad_storageprovider.ad_client_id=ad_clientinfo.ad_client_id) -FROM ad_storageprovider WHERE ad_clientinfo.ad_client_id IN (SELECT ad_client_id FROM ad_client WHERE storeattachmentsonfilesystem='Y' AND (windowsattachmentpath is not null or unixattachmentpath is not null)) ;