Ignore:
Timestamp:
04/11/11 15:57:01 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1607 - Incluir um campo Observações na Agenda

File:
1 edited

Legend:

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

    r3972 r3976  
    2727                                'title' => array('type' => 'varchar','precision' => '80','nullable' => False,'default' => '1'), 
    2828                                'description' => array('type' => 'text','nullable' => True), 
     29                                'observations' => array('type' => 'text','nullable' => True), 
    2930                                'attachment' => array('type' => 'text','nullable' => True), 
    3031                                'location' => array('type' => 'varchar','precision' => '255','nullable' => True), 
Note: See TracChangeset for help on using the changeset viewer.