Ignore:
Timestamp:
11/03/11 13:21:19 (12 years ago)
Author:
wmerlotto
Message:

Ticket #2305 - Enviando alteracoes, desenvolvidas internamente na Prognus, do modulo calendar.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/calendar/setup/tables_current.inc.php

    r4316 r5132  
    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' => '300','nullable' => False,'default' => '1'), 
     27                                'title' => array('type' => 'varchar','precision' => '80','nullable' => False,'default' => '1'), 
    2828                                'description' => array('type' => 'text','nullable' => True), 
    29                                 'notifications_owner' => array('type' => 'int','precision' => '1','nullable' => False,'default' => '0'), 
    30                                 'observations' => array('type' => 'text','nullable' => True), 
    31                                 'attachment' => array('type' => 'text','nullable' => True), 
    3229                                'location' => array('type' => 'varchar','precision' => '255','nullable' => True), 
    3330                                'reference' => array('type' => 'int','precision' => '8','nullable' => False,'default' => '0'), 
    34                                 'alter_by' => array('type'=> 'varchar','precision' => '160','nullable' => True), 
    3531                                'ex_participants' => array('type' => 'text','nullable' => True), 
    3632                        ), 
     
    6460                                'recur_interval' => array('type' => 'int','precision' => '8','nullable' => True,'default' => '1'), 
    6561                                'recur_data' => array('type' => 'int','precision' => '8','nullable' => True,'default' => '1'), 
    66                                 'recur_exception' => array('type' => 'varchar','nullable' => True,'default' => '') 
     62                                'recur_exception' => array('type' => 'varchar','precision' => '255','nullable' => True,'default' => '') 
    6763                        ), 
    6864                        'pk' => array(), 
Note: See TracChangeset for help on using the changeset viewer.