Ignore:
Timestamp:
06/09/10 10:58:45 (14 years ago)
Author:
asaikawa
Message:

Ticket #1082 - Alteracoes para remocao da coluna wf_parent_activity_id da tabela egw_wf_interinstance_relations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/workflow/setup/tables_current.inc.php

    r1229 r2908  
    190190                                'fd' => array( 
    191191                                        'wf_parent_instance_id' => array('type' => 'int', 'precision' => '4', 'nullable' => False), 
    192                                         'wf_parent_activity_id' => array('type' => 'int', 'precision' => '4', 'nullable' => False), 
    193192                                        'wf_child_instance_id'  => array('type' => 'int', 'precision' => '4', 'nullable' => False), 
    194193                                        'wf_parent_lock'                => array('type' => 'int', 'precision' => '2', 'nullable' => True) 
    195194                                ), 
    196                                 'pk' => array('wf_parent_instance_id', 'wf_parent_activity_id', 'wf_child_instance_id'), 
     195                                'pk' => array('wf_parent_instance_id', 'wf_child_instance_id'), 
    197196                                'fk' => array(), 
    198197                                'ix' => array(), 
Note: See TracChangeset for help on using the changeset viewer.