Ignore:
Timestamp:
04/11/11 17:55:11 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1735 - Aumentar tamanho maximo do título agendamento.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.0.1/calendar/setup/tables_current.inc.php

    r3976 r3981  
    2525                                'cal_type' => array('type' => 'varchar','precision' => '10','nullable' => True), 
    2626                                'is_public' => array('type' => 'int','precision' => '8','nullable' => False,'default' => '1'), 
    27                                 'title' => array('type' => 'varchar','precision' => '80','nullable' => False,'default' => '1'), 
     27                                'title' => array('type' => 'varchar','precision' => '300','nullable' => False,'default' => '1'), 
    2828                                'description' => array('type' => 'text','nullable' => True), 
    2929                                'observations' => array('type' => 'text','nullable' => True), 
Note: See TracChangeset for help on using the changeset viewer.