Ignore:
Timestamp:
05/10/11 15:42:04 (13 years ago)
Author:
airton
Message:

Ticket #1820 - Opcao nos agendamentos para enviar notificacoes como dono - r4217

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.2.0.2/calendar/setup/tables_current.inc.php

    r4128 r4316  
    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.