Ignore:
Timestamp:
10/09/12 15:57:26 (12 years ago)
Author:
eduardow
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4/expressoCalendar/setup/tables_current.inc.php

    r7228 r7383  
    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.