Ignore:
Timestamp:
09/16/08 15:40:41 (16 years ago)
Author:
rafaelraymundo
Message:

Correção para atualizar corretamente o módulo de Email.

File:
1 edited

Legend:

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

    r413 r433  
    99        *  option) any later version.                                                                                                                                                                            * 
    1010        \**************************************************************************/ 
     11        $phpgw_baseline = array( 
     12                'phpgw_expressomail_contacts' => array( 
     13                        'fd' => array( 
     14                                'id_owner' => array( 'type' => 'int', 'precision' => 8, 'nullable' => false), 
     15                                'data' => array( 'type' => 'text') 
     16                        ), 
     17                        'pk' => array('id_owner'), 
     18                        'fk' => array(), 
     19                        'ix' => array(), 
     20                        'uc' => array() 
     21                ) 
     22        ); 
    1123/* 
    1224        $phpgw_baseline = array( 
Note: See TracChangeset for help on using the changeset viewer.