Updated schema-reference files according to Activiti 5.11-upgrade

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@45147 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Frederik Heremans
2013-01-07 10:27:07 +00:00
parent 74b6514b81
commit 272253e85c
2 changed files with 493 additions and 51 deletions

View File

@@ -475,7 +475,12 @@
<nullable>true</nullable> <nullable>true</nullable>
<autoincrement>false</autoincrement> <autoincrement>false</autoincrement>
</column> </column>
<column name="DEPLOY_TIME_" order="3"> <column name="CATEGORY_" order="3">
<type>varchar(255)</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="DEPLOY_TIME_" order="4">
<type>timestamp</type> <type>timestamp</type>
<nullable>false</nullable> <nullable>false</nullable>
<autoincrement>false</autoincrement> <autoincrement>false</autoincrement>
@@ -489,6 +494,109 @@
<foreignkeys/> <foreignkeys/>
<indexes/> <indexes/>
</table> </table>
<table name="ACT_RE_MODEL">
<columns>
<column name="ID_" order="1">
<type>varchar(64)</type>
<nullable>false</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="REV_" order="2">
<type>int</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="NAME_" order="3">
<type>varchar(255)</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="KEY_" order="4">
<type>varchar(255)</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="CATEGORY_" order="5">
<type>varchar(255)</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="CREATE_TIME_" order="6">
<type>timestamp</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="LAST_UPDATE_TIME_" order="7">
<type>timestamp</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="VERSION_" order="8">
<type>int</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="META_INFO_" order="9">
<type>varchar(4000)</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="DEPLOYMENT_ID_" order="10">
<type>varchar(64)</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="EDITOR_SOURCE_VALUE_ID_" order="11">
<type>varchar(64)</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="EDITOR_SOURCE_EXTRA_VALUE_ID_" order="12">
<type>varchar(64)</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
</columns>
<primarykey name="PRIMARY">
<columnnames>
<columnname order="1">ID_</columnname>
</columnnames>
</primarykey>
<foreignkeys>
<foreignkey name="ACT_FK_MODEL_DEPLOYMENT">
<localcolumn>DEPLOYMENT_ID_</localcolumn>
<targettable>act_re_deployment</targettable>
<targetcolumn>ID_</targetcolumn>
</foreignkey>
<foreignkey name="ACT_FK_MODEL_SOURCE">
<localcolumn>EDITOR_SOURCE_VALUE_ID_</localcolumn>
<targettable>act_ge_bytearray</targettable>
<targetcolumn>ID_</targetcolumn>
</foreignkey>
<foreignkey name="ACT_FK_MODEL_SOURCE_EXTRA">
<localcolumn>EDITOR_SOURCE_EXTRA_VALUE_ID_</localcolumn>
<targettable>act_ge_bytearray</targettable>
<targetcolumn>ID_</targetcolumn>
</foreignkey>
</foreignkeys>
<indexes>
<index name="ACT_FK_MODEL_SOURCE" unique="false">
<columnnames>
<columnname>EDITOR_SOURCE_VALUE_ID_</columnname>
</columnnames>
</index>
<index name="ACT_FK_MODEL_SOURCE_EXTRA" unique="false">
<columnnames>
<columnname>EDITOR_SOURCE_EXTRA_VALUE_ID_</columnname>
</columnnames>
</index>
<index name="ACT_FK_MODEL_DEPLOYMENT" unique="false">
<columnnames>
<columnname>DEPLOYMENT_ID_</columnname>
</columnnames>
</index>
</indexes>
</table>
<table name="ACT_RE_PROCDEF"> <table name="ACT_RE_PROCDEF">
<columns> <columns>
<column name="ID_" order="1"> <column name="ID_" order="1">
@@ -513,12 +621,12 @@
</column> </column>
<column name="KEY_" order="5"> <column name="KEY_" order="5">
<type>varchar(255)</type> <type>varchar(255)</type>
<nullable>true</nullable> <nullable>false</nullable>
<autoincrement>false</autoincrement> <autoincrement>false</autoincrement>
</column> </column>
<column name="VERSION_" order="6"> <column name="VERSION_" order="6">
<type>int</type> <type>int</type>
<nullable>true</nullable> <nullable>false</nullable>
<autoincrement>false</autoincrement> <autoincrement>false</autoincrement>
</column> </column>
<column name="DEPLOYMENT_ID_" order="7"> <column name="DEPLOYMENT_ID_" order="7">
@@ -536,12 +644,17 @@
<nullable>true</nullable> <nullable>true</nullable>
<autoincrement>false</autoincrement> <autoincrement>false</autoincrement>
</column> </column>
<column name="HAS_START_FORM_KEY_" order="10"> <column name="DESCRIPTION_" order="10">
<type>varchar(4000)</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="HAS_START_FORM_KEY_" order="11">
<type>tinyint</type> <type>tinyint</type>
<nullable>true</nullable> <nullable>true</nullable>
<autoincrement>false</autoincrement> <autoincrement>false</autoincrement>
</column> </column>
<column name="SUSPENSION_STATE_" order="11"> <column name="SUSPENSION_STATE_" order="12">
<type>int</type> <type>int</type>
<nullable>true</nullable> <nullable>true</nullable>
<autoincrement>false</autoincrement> <autoincrement>false</autoincrement>
@@ -729,6 +842,11 @@
<targettable>ACT_RU_EXECUTION</targettable> <targettable>ACT_RU_EXECUTION</targettable>
<targetcolumn>ID_</targetcolumn> <targetcolumn>ID_</targetcolumn>
</foreignkey> </foreignkey>
<foreignkey name="ACT_FK_EXE_PROCDEF">
<localcolumn>PROC_DEF_ID_</localcolumn>
<targettable>act_re_procdef</targettable>
<targetcolumn>ID_</targetcolumn>
</foreignkey>
</foreignkeys> </foreignkeys>
<indexes> <indexes>
<index name="ACT_UNIQ_RU_BUS_KEY" unique="true"> <index name="ACT_UNIQ_RU_BUS_KEY" unique="true">
@@ -856,7 +974,7 @@
</column> </column>
<column name="LOCK_EXP_TIME_" order="4"> <column name="LOCK_EXP_TIME_" order="4">
<type>timestamp</type> <type>timestamp</type>
<nullable>false</nullable> <nullable>true</nullable>
<autoincrement>false</autoincrement> <autoincrement>false</autoincrement>
</column> </column>
<column name="LOCK_OWNER_" order="5"> <column name="LOCK_OWNER_" order="5">
@@ -879,37 +997,42 @@
<nullable>true</nullable> <nullable>true</nullable>
<autoincrement>false</autoincrement> <autoincrement>false</autoincrement>
</column> </column>
<column name="RETRIES_" order="9"> <column name="PROC_DEF_ID_" order="9">
<type>int</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="EXCEPTION_STACK_ID_" order="10">
<type>varchar(64)</type> <type>varchar(64)</type>
<nullable>true</nullable> <nullable>true</nullable>
<autoincrement>false</autoincrement> <autoincrement>false</autoincrement>
</column> </column>
<column name="EXCEPTION_MSG_" order="11"> <column name="RETRIES_" order="10">
<type>int</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="EXCEPTION_STACK_ID_" order="11">
<type>varchar(64)</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="EXCEPTION_MSG_" order="12">
<type>varchar(4000)</type> <type>varchar(4000)</type>
<nullable>true</nullable> <nullable>true</nullable>
<autoincrement>false</autoincrement> <autoincrement>false</autoincrement>
</column> </column>
<column name="DUEDATE_" order="12"> <column name="DUEDATE_" order="13">
<type>timestamp</type> <type>timestamp</type>
<nullable>true</nullable> <nullable>true</nullable>
<autoincrement>false</autoincrement> <autoincrement>false</autoincrement>
</column> </column>
<column name="REPEAT_" order="13"> <column name="REPEAT_" order="14">
<type>varchar(255)</type> <type>varchar(255)</type>
<nullable>true</nullable> <nullable>true</nullable>
<autoincrement>false</autoincrement> <autoincrement>false</autoincrement>
</column> </column>
<column name="HANDLER_TYPE_" order="14"> <column name="HANDLER_TYPE_" order="15">
<type>varchar(255)</type> <type>varchar(255)</type>
<nullable>true</nullable> <nullable>true</nullable>
<autoincrement>false</autoincrement> <autoincrement>false</autoincrement>
</column> </column>
<column name="HANDLER_CFG_" order="15"> <column name="HANDLER_CFG_" order="16">
<type>varchar(4000)</type> <type>varchar(4000)</type>
<nullable>true</nullable> <nullable>true</nullable>
<autoincrement>false</autoincrement> <autoincrement>false</autoincrement>
@@ -1012,6 +1135,11 @@
<nullable>true</nullable> <nullable>true</nullable>
<autoincrement>false</autoincrement> <autoincrement>false</autoincrement>
</column> </column>
<column name="SUSPENSION_STATE_" order="16">
<type>int</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
</columns> </columns>
<primarykey name="PRIMARY"> <primarykey name="PRIMARY">
<columnnames> <columnnames>
@@ -1193,32 +1321,42 @@
<nullable>false</nullable> <nullable>false</nullable>
<autoincrement>false</autoincrement> <autoincrement>false</autoincrement>
</column> </column>
<column name="ACT_NAME_" order="6"> <column name="TASK_ID_" order="6">
<type>varchar(64)</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="CALL_PROC_INST_ID_" order="7">
<type>varchar(64)</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="ACT_NAME_" order="8">
<type>varchar(255)</type> <type>varchar(255)</type>
<nullable>true</nullable> <nullable>true</nullable>
<autoincrement>false</autoincrement> <autoincrement>false</autoincrement>
</column> </column>
<column name="ACT_TYPE_" order="7"> <column name="ACT_TYPE_" order="9">
<type>varchar(255)</type> <type>varchar(255)</type>
<nullable>false</nullable> <nullable>false</nullable>
<autoincrement>false</autoincrement> <autoincrement>false</autoincrement>
</column> </column>
<column name="ASSIGNEE_" order="8"> <column name="ASSIGNEE_" order="10">
<type>varchar(255)</type> <type>varchar(64)</type>
<nullable>true</nullable> <nullable>true</nullable>
<autoincrement>false</autoincrement> <autoincrement>false</autoincrement>
</column> </column>
<column name="START_TIME_" order="9"> <column name="START_TIME_" order="11">
<type>datetime</type> <type>datetime</type>
<nullable>false</nullable> <nullable>false</nullable>
<autoincrement>false</autoincrement> <autoincrement>false</autoincrement>
</column> </column>
<column name="END_TIME_" order="10"> <column name="END_TIME_" order="12">
<type>datetime</type> <type>datetime</type>
<nullable>true</nullable> <nullable>true</nullable>
<autoincrement>false</autoincrement> <autoincrement>false</autoincrement>
</column> </column>
<column name="DURATION_" order="11"> <column name="DURATION_" order="13">
<type>bigint</type> <type>bigint</type>
<nullable>true</nullable> <nullable>true</nullable>
<autoincrement>false</autoincrement> <autoincrement>false</autoincrement>
@@ -1263,12 +1401,12 @@
</column> </column>
<column name="PROC_INST_ID_" order="3"> <column name="PROC_INST_ID_" order="3">
<type>varchar(64)</type> <type>varchar(64)</type>
<nullable>false</nullable> <nullable>true</nullable>
<autoincrement>false</autoincrement> <autoincrement>false</autoincrement>
</column> </column>
<column name="EXECUTION_ID_" order="4"> <column name="EXECUTION_ID_" order="4">
<type>varchar(64)</type> <type>varchar(64)</type>
<nullable>false</nullable> <nullable>true</nullable>
<autoincrement>false</autoincrement> <autoincrement>false</autoincrement>
</column> </column>
<column name="TASK_ID_" order="5"> <column name="TASK_ID_" order="5">
@@ -1354,7 +1492,7 @@
<columnname>NAME_</columnname> <columnname>NAME_</columnname>
</columnnames> </columnnames>
</index> </index>
<index name="ACT_IDX_HI_DETAIL_TASK_ID" unique="false"> <index name="ACT_IDX_HI_DETAIL_TASK_ID" unique="false">
<columnnames> <columnnames>
<columnname>TASK_ID_</columnname> <columnname>TASK_ID_</columnname>
</columnnames> </columnnames>
@@ -1454,5 +1592,88 @@
</index> </index>
</indexes> </indexes>
</table> </table>
<table name="ACT_HI_VARINST">
<columns>
<column name="ID_" order="1">
<type>varchar(64)</type>
<nullable>false</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="PROC_INST_ID_" order="2">
<type>varchar(64)</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="EXECUTION_ID_" order="3">
<type>varchar(64)</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="TASK_ID_" order="4">
<type>varchar(64)</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="NAME_" order="5">
<type>varchar(255)</type>
<nullable>false</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="VAR_TYPE_" order="6">
<type>varchar(100)</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="REV_" order="7">
<type>int</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="BYTEARRAY_ID_" order="8">
<type>varchar(64)</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="DOUBLE_" order="9">
<type>double</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="LONG_" order="10">
<type>bigint</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="TEXT_" order="11">
<type>varchar(4000)</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="TEXT2_" order="12">
<type>varchar(4000)</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
</columns>
<primarykey name="PRIMARY">
<columnnames>
<columnname order="1">ID_</columnname>
</columnnames>
</primarykey>
<foreignkeys/>
<indexes>
<index name="ACT_IDX_HI_PROCVAR_PROC_INST" unique="false">
<columnnames>
<columnname>PROC_INST_ID_</columnname>
</columnnames>
</index>
<index name="ACT_IDX_HI_PROCVAR_NAME_TYPE" unique="false">
<columnnames>
<columnname>NAME_</columnname>
<columnname>VAR_TYPE_</columnname>
</columnnames>
</index>
</indexes>
</table>
</objects> </objects>
</schema> </schema>

View File

@@ -115,32 +115,42 @@
<nullable>false</nullable> <nullable>false</nullable>
<autoincrement>false</autoincrement> <autoincrement>false</autoincrement>
</column> </column>
<column name="act_name_" order="6"> <column name="task_id_" order="6">
<type>varchar(64)</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="call_proc_inst_id_" order="7">
<type>varchar(64)</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="act_name_" order="8">
<type>varchar(255)</type> <type>varchar(255)</type>
<nullable>true</nullable> <nullable>true</nullable>
<autoincrement>false</autoincrement> <autoincrement>false</autoincrement>
</column> </column>
<column name="act_type_" order="7"> <column name="act_type_" order="9">
<type>varchar(255)</type> <type>varchar(255)</type>
<nullable>false</nullable> <nullable>false</nullable>
<autoincrement>false</autoincrement> <autoincrement>false</autoincrement>
</column> </column>
<column name="assignee_" order="8"> <column name="assignee_" order="10">
<type>varchar(255)</type> <type>varchar(255)</type>
<nullable>true</nullable> <nullable>true</nullable>
<autoincrement>false</autoincrement> <autoincrement>false</autoincrement>
</column> </column>
<column name="start_time_" order="9"> <column name="start_time_" order="11">
<type>timestamp</type> <type>timestamp</type>
<nullable>false</nullable> <nullable>false</nullable>
<autoincrement>false</autoincrement> <autoincrement>false</autoincrement>
</column> </column>
<column name="end_time_" order="10"> <column name="end_time_" order="12">
<type>timestamp</type> <type>timestamp</type>
<nullable>true</nullable> <nullable>true</nullable>
<autoincrement>false</autoincrement> <autoincrement>false</autoincrement>
</column> </column>
<column name="duration_" order="11"> <column name="duration_" order="13">
<type>int8</type> <type>int8</type>
<nullable>true</nullable> <nullable>true</nullable>
<autoincrement>false</autoincrement> <autoincrement>false</autoincrement>
@@ -302,12 +312,12 @@
</column> </column>
<column name="proc_inst_id_" order="3"> <column name="proc_inst_id_" order="3">
<type>varchar(64)</type> <type>varchar(64)</type>
<nullable>false</nullable> <nullable>true</nullable>
<autoincrement>false</autoincrement> <autoincrement>false</autoincrement>
</column> </column>
<column name="execution_id_" order="4"> <column name="execution_id_" order="4">
<type>varchar(64)</type> <type>varchar(64)</type>
<nullable>false</nullable> <nullable>true</nullable>
<autoincrement>false</autoincrement> <autoincrement>false</autoincrement>
</column> </column>
<column name="task_id_" order="5"> <column name="task_id_" order="5">
@@ -768,7 +778,12 @@
<nullable>true</nullable> <nullable>true</nullable>
<autoincrement>false</autoincrement> <autoincrement>false</autoincrement>
</column> </column>
<column name="deploy_time_" order="3"> <column name="category_" order="3">
<type>varchar(255)</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="deploy_time_" order="4">
<type>timestamp</type> <type>timestamp</type>
<nullable>true</nullable> <nullable>true</nullable>
<autoincrement>false</autoincrement> <autoincrement>false</autoincrement>
@@ -782,6 +797,109 @@
<foreignkeys/> <foreignkeys/>
<indexes/> <indexes/>
</table> </table>
<table name="act_re_model">
<columns>
<column name="id_" order="1">
<type>varchar(64)</type>
<nullable>false</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="rev_" order="2">
<type>int4</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="name_" order="3">
<type>varchar(255)</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="key_" order="4">
<type>varchar(255)</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="category_" order="5">
<type>varchar(255)</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="create_time_" order="6">
<type>timestamp</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="last_update_time_" order="7">
<type>timestamp</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="version_" order="8">
<type>int4</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="meta_info_" order="9">
<type>varchar(4000)</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="deployment_id_" order="10">
<type>varchar(64)</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="editor_source_value_id_" order="11">
<type>varchar(64)</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="editor_source_extra_value_id_" order="12">
<type>varchar(64)</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
</columns>
<primarykey name="primary">
<columnnames>
<columnname order="1">id_</columnname>
</columnnames>
</primarykey>
<foreignkeys>
<foreignkey name="act_fk_model_deployment">
<localcolumn>deployment_id_</localcolumn>
<targettable>act_re_deployment</targettable>
<targetcolumn>id_</targetcolumn>
</foreignkey>
<foreignkey name="act_fk_model_source">
<localcolumn>editor_source_value_id_</localcolumn>
<targettable>act_ge_bytearray</targettable>
<targetcolumn>id_</targetcolumn>
</foreignkey>
<foreignkey name="act_fk_model_source_extra">
<localcolumn>editor_source_extra_value_id_</localcolumn>
<targettable>act_ge_bytearray</targettable>
<targetcolumn>id_</targetcolumn>
</foreignkey>
</foreignkeys>
<indexes>
<index name="act_fk_model_source" unique="false">
<columnnames>
<columnname>editor_source_value_id_</columnname>
</columnnames>
</index>
<index name="act_fk_model_source_extra" unique="false">
<columnnames>
<columnname>editor_source_extra_value_id_</columnname>
</columnnames>
</index>
<index name="act_fk_model_deployment" unique="false">
<columnnames>
<columnname>deployment_id_</columnname>
</columnnames>
</index>
</indexes>
</table>
<table name="act_re_procdef"> <table name="act_re_procdef">
<columns> <columns>
<column name="id_" order="1"> <column name="id_" order="1">
@@ -806,12 +924,12 @@
</column> </column>
<column name="key_" order="5"> <column name="key_" order="5">
<type>varchar(255)</type> <type>varchar(255)</type>
<nullable>true</nullable> <nullable>false</nullable>
<autoincrement>false</autoincrement> <autoincrement>false</autoincrement>
</column> </column>
<column name="version_" order="6"> <column name="version_" order="6">
<type>int4</type> <type>int4</type>
<nullable>true</nullable> <nullable>false</nullable>
<autoincrement>false</autoincrement> <autoincrement>false</autoincrement>
</column> </column>
<column name="deployment_id_" order="7"> <column name="deployment_id_" order="7">
@@ -829,12 +947,17 @@
<nullable>true</nullable> <nullable>true</nullable>
<autoincrement>false</autoincrement> <autoincrement>false</autoincrement>
</column> </column>
<column name="has_start_form_key_" order="10"> <column name="description_" order="10">
<type>varchar(4000)</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="has_start_form_key_" order="11">
<type>bool</type> <type>bool</type>
<nullable>true</nullable> <nullable>true</nullable>
<autoincrement>false</autoincrement> <autoincrement>false</autoincrement>
</column> </column>
<column name="suspension_state_" order="11"> <column name="suspension_state_" order="12">
<type>int4</type> <type>int4</type>
<nullable>true</nullable> <nullable>true</nullable>
<autoincrement>false</autoincrement> <autoincrement>false</autoincrement>
@@ -1020,6 +1143,11 @@
<targettable>act_ru_execution</targettable> <targettable>act_ru_execution</targettable>
<targetcolumn>id_</targetcolumn> <targetcolumn>id_</targetcolumn>
</foreignkey> </foreignkey>
<foreignkey name="act_fk_exe_procdef">
<localcolumn>proc_def_id_</localcolumn>
<targettable>act_re_procdef</targettable>
<targetcolumn>id_</targetcolumn>
</foreignkey>
</foreignkeys> </foreignkeys>
<indexes> <indexes>
<index name="act_ru_execution_proc_def_id__business_key__key" unique="true"> <index name="act_ru_execution_proc_def_id__business_key__key" unique="true">
@@ -1170,37 +1298,42 @@
<nullable>true</nullable> <nullable>true</nullable>
<autoincrement>false</autoincrement> <autoincrement>false</autoincrement>
</column> </column>
<column name="retries_" order="9"> <column name="proc_def_id_" order="9">
<type>int4</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="exception_stack_id_" order="10">
<type>varchar(64)</type> <type>varchar(64)</type>
<nullable>true</nullable> <nullable>true</nullable>
<autoincrement>false</autoincrement> <autoincrement>false</autoincrement>
</column> </column>
<column name="exception_msg_" order="11"> <column name="retries_" order="10">
<type>int4</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="exception_stack_id_" order="11">
<type>varchar(64)</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="exception_msg_" order="12">
<type>varchar(4000)</type> <type>varchar(4000)</type>
<nullable>true</nullable> <nullable>true</nullable>
<autoincrement>false</autoincrement> <autoincrement>false</autoincrement>
</column> </column>
<column name="duedate_" order="12"> <column name="duedate_" order="13">
<type>timestamp</type> <type>timestamp</type>
<nullable>true</nullable> <nullable>true</nullable>
<autoincrement>false</autoincrement> <autoincrement>false</autoincrement>
</column> </column>
<column name="repeat_" order="13"> <column name="repeat_" order="14">
<type>varchar(255)</type> <type>varchar(255)</type>
<nullable>true</nullable> <nullable>true</nullable>
<autoincrement>false</autoincrement> <autoincrement>false</autoincrement>
</column> </column>
<column name="handler_type_" order="14"> <column name="handler_type_" order="15">
<type>varchar(255)</type> <type>varchar(255)</type>
<nullable>true</nullable> <nullable>true</nullable>
<autoincrement>false</autoincrement> <autoincrement>false</autoincrement>
</column> </column>
<column name="handler_cfg_" order="15"> <column name="handler_cfg_" order="16">
<type>varchar(4000)</type> <type>varchar(4000)</type>
<nullable>true</nullable> <nullable>true</nullable>
<autoincrement>false</autoincrement> <autoincrement>false</autoincrement>
@@ -1303,6 +1436,11 @@
<nullable>true</nullable> <nullable>true</nullable>
<autoincrement>false</autoincrement> <autoincrement>false</autoincrement>
</column> </column>
<column name="suspension_state_" order="16">
<type>int4</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
</columns> </columns>
<primarykey name="act_ru_task_pkey"> <primarykey name="act_ru_task_pkey">
<columnnames> <columnnames>
@@ -1457,5 +1595,88 @@
</index> </index>
</indexes> </indexes>
</table> </table>
<table name="act_hi_varinst">
<columns>
<column name="id_" order="1">
<type>varchar(64)</type>
<nullable>false</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="proc_inst_id_" order="2">
<type>varchar(64)</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="execution_id_" order="3">
<type>varchar(64)</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="task_id_" order="4">
<type>varchar(64)</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="name_" order="5">
<type>varchar(255)</type>
<nullable>false</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="var_type_" order="6">
<type>varchar(100)</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="rev_" order="7">
<type>int4</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="bytearray_id_" order="8">
<type>varchar(64)</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="double_" order="9">
<type>float8</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="long_" order="10">
<type>int8</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="text_" order="11">
<type>varchar(4000)</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
<column name="text2_" order="12">
<type>varchar(4000)</type>
<nullable>true</nullable>
<autoincrement>false</autoincrement>
</column>
</columns>
<primarykey name="primary">
<columnnames>
<columnname order="1">id_</columnname>
</columnnames>
</primarykey>
<foreignkeys/>
<indexes>
<index name="act_idx_hi_procvar_proc_inst" unique="false">
<columnnames>
<columnname>proc_inst_id_</columnname>
</columnnames>
</index>
<index name="act_idx_hi_procvar_name_type" unique="false">
<columnnames>
<columnname>name_</columnname>
<columnname>var_type_</columnname>
</columnnames>
</index>
</indexes>
</table>
</objects> </objects>
</schema> </schema>