Ignore:
Timestamp:
06/12/12 17:28:36 (12 years ago)
Author:
gustavo
Message:

Ticket #2766 - Adicionado coluna na tabela ref. ao contatos recentes e acrescentando comentários.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.4.1-3/expressoMail1_2/setup/tables_current.inc.php

    r6421 r6468  
    1616                                'name' => array('type' => 'varchar','precision' => '100','nullable' => true), 
    1717                                'mail' => array('type' => 'varchar','precision' => '100','nullable' => False), 
     18                                'number_of_messages' => array('type' => 'int','precision' => '16','nullable' => False), 
    1819                                'timestamp' => array('type' => 'int','precision' => '16','nullable' => False), 
    1920                        ), 
Note: See TracChangeset for help on using the changeset viewer.