Ignore:
Timestamp:
04/11/11 09:44:40 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #189 - Funcionalidade de envio de anexos nas notificações de agendamento.

File:
1 edited

Legend:

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

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