mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged DEV to HEAD
31957: ALF-11361: "--(optional)" parameter was added to "DROP INDEX source_node_id;" statment on Oracle dialect. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@31960 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -344,7 +344,7 @@ public class PatchServiceImpl implements PatchService
|
|||||||
{
|
{
|
||||||
// If the patch was executed, then this one was effectively executed
|
// If the patch was executed, then this one was effectively executed
|
||||||
AppliedPatch appliedAlternative = appliedPatchDAO.getAppliedPatch(alternative.getId());
|
AppliedPatch appliedAlternative = appliedPatchDAO.getAppliedPatch(alternative.getId());
|
||||||
if (appliedAlternative != null && appliedAlternative.getSucceeded())
|
if (appliedAlternative != null && appliedAlternative.getWasExecuted() && appliedAlternative.getSucceeded())
|
||||||
{
|
{
|
||||||
return alternative.getId();
|
return alternative.getId();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user