Ignore:
Timestamp:
12/23/10 17:24:25 (13 years ago)
Author:
alexandrecorreia
Message:

Ticket #1468 - Notificacao por email de uploads de arquivos enviados pelo modulo Filemanager

File:
1 edited

Legend:

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

    r3618 r3632  
    1616                ( 
    1717                        'fd' => array( 
    18                                 'email_from' => array('type' => 'int','precision' => '100','nullable' => False), 
    19                                 'email_to' => array('type' => 'text','nullable' => False), 
     18                                'filemanager_id' => array('type' => 'auto','nullable' => False), 
     19                                'email_from' => array('type' => 'varchar','precision' => '100','nullable' => False), 
     20                                'email_to' => array('type' => 'text','nullable' => False) 
    2021                        ), 
    21                         'pk' => array('email_from'), 
     22                        'pk' => array('filemanager_id'), 
    2223                        'fk' => array(), 
    2324                        'ix' => array(), 
Note: See TracChangeset for help on using the changeset viewer.