Ignore:
Timestamp:
05/04/11 17:11:07 (13 years ago)
Author:
brunocosta
Message:

Ticket #1802 - Opção nos agendamentos para enviar notificações como dono.

File:
1 edited

Legend:

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

    r4128 r4217  
    2727                                'title' => array('type' => 'varchar','precision' => '300','nullable' => False,'default' => '1'), 
    2828                                'description' => array('type' => 'text','nullable' => True), 
     29                                'notifications_owner' => array('type' => 'int','precision' => '1','nullable' => False,'default' => '0'), 
    2930                                'observations' => array('type' => 'text','nullable' => True), 
    3031                                'attachment' => array('type' => 'text','nullable' => True), 
Note: See TracChangeset for help on using the changeset viewer.