IDEMPIERE-390 Attachments/archives on load balancer scenario / Fix oracle migration script

This commit is contained in:
Carlos Ruiz 2012-11-28 17:45:24 -05:00
parent a1c02e5d6a
commit 5c01bfc982
2 changed files with 0 additions and 2 deletions

View File

@ -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))
;

View File

@ -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))
;