Changeset 3738


Ignore:
Timestamp:
02/08/11 17:15:37 (13 years ago)
Author:
rodsouza
Message:

Ticket #1544 - Adicionando campos faltantes em tables_current

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/emailadmin/setup/tables_current.inc.php

    r1523 r3738  
    4646                                'imapCreateSpamFolder' => array('type' => 'varchar','precision' => '3'), 
    4747                                'imapCyrusUserPostSpam' => array('type' => 'varchar','precision' => '30'), 
    48                                 'imapoldcclient' => array('type' => 'varchar','precision' => '3') 
     48                                'imapoldcclient' => array('type' => 'varchar','precision' => '3'), 
     49                                'imapdefaulttrashfolder' => array('type' => 'varchar','precision' => '20'), 
     50                                'imapdefaultsentfolder' => array('type' => 'varchar','precision' => '20'), 
     51                                'imapdefaultdraftsfolder' => array('type' => 'varchar','precision' => '20'), 
     52                                'imapdefaultspamfolder' => array('type' => 'varchar','precision' => '20') 
    4953                        ), 
    5054                        'pk' => array('profileID'), 
Note: See TracChangeset for help on using the changeset viewer.