mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
ACE-3188 : Incorporate Activiti 5.16.4: New index added: act_hi_varinst.act_idx_hi_procvar_task_id
- Added update scripts for activiti 5.16.4. - Updated schema reference files. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@88704 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://www.alfresco.org/repo/db-schema db-schema.xsd"
|
||||
name="" dbprefix="act_"
|
||||
version="8004"
|
||||
version="8009"
|
||||
tablecolumnorder="false">
|
||||
<validators>
|
||||
<validator class="org.alfresco.util.schemacomp.validator.NameValidator">
|
||||
@@ -783,6 +783,11 @@
|
||||
<columnname>VAR_TYPE_</columnname>
|
||||
</columnnames>
|
||||
</index>
|
||||
<index name="ACT_IDX_HI_PROCVAR_TASK_ID" unique="false">
|
||||
<columnnames>
|
||||
<columnname>TASK_ID_</columnname>
|
||||
</columnnames>
|
||||
</index>
|
||||
</indexes>
|
||||
</table>
|
||||
<table name="act_id_group">
|
||||
|
Reference in New Issue
Block a user