mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Patch application on startup reports progress
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2190 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -33,4 +33,16 @@
|
||||
org.alfresco.repo.domain.hibernate.AppliedPatchImpl as appliedPatch
|
||||
</query>
|
||||
|
||||
<query name="patch.GetAppliedPatchesByDate">
|
||||
<![CDATA[
|
||||
select
|
||||
appliedPatch
|
||||
from
|
||||
org.alfresco.repo.domain.hibernate.AppliedPatchImpl as appliedPatch
|
||||
where
|
||||
appliedPatch.appliedOnDate >= :fromDate and
|
||||
appliedPatch.appliedOnDate <= :toDate
|
||||
]]>
|
||||
</query>
|
||||
|
||||
</hibernate-mapping>
|
||||
|
Reference in New Issue
Block a user