Ignore:
Timestamp:
10/09/12 12:29:13 (12 years ago)
Author:
acoutinho
Message:

Ticket #3149 - Problema com anexos na Agenda com types muito grande

File:
1 edited

Legend:

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

    r6996 r7378  
    2929                                'id' => array('type' => 'auto','nullable' => False), 
    3030                                'source' => array('type' => 'blob','nullable' => False), 
    31                                 'type' => array('type' => 'varchar','precision' => '50','nullable' => False), 
     31                                'type' => array('type' => 'varchar','precision' => '255','nullable' => False), 
    3232                                'name' => array('type' => 'varchar','precision' => '255','nullable' => False), 
    3333                                'size' => array('type' => 'varchar','precision' => '255','nullable' => False), 
Note: See TracChangeset for help on using the changeset viewer.