mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Removed unused SQL
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@22058 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -637,16 +637,6 @@
|
||||
-->
|
||||
</select>
|
||||
|
||||
|
||||
<select id="select_NodeAspectIds" parameterMap="parameter_Id" resultClass="java.lang.Long">
|
||||
select
|
||||
qname_id
|
||||
from
|
||||
alf_node_aspects
|
||||
where
|
||||
node_id = ?
|
||||
</select>
|
||||
|
||||
<select id="select_NodesWithAspectId" parameterMap="parameter_NodesWithAspect" resultMap="result_NodeRef" >
|
||||
select
|
||||
node.id as id,
|
||||
|
Reference in New Issue
Block a user