Ignore:
Timestamp:
08/19/11 10:46:17 (13 years ago)
Author:
alexandrecorreia
Message:

Ticket #2083 - Corrigido para que a add de novos RSS é feito apenas pelo administrador

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/expressoMail1_2/setup/tables_current.inc.php

    r4688 r4957  
    3333            'ix' => array(), 
    3434            'uc' => array() 
    35                 ), 
    36                 'phpgw_userrss' => array( 
    37                         'fd' => array( 
    38                                 'uid'           => array('type' => 'int', 'nullable' => false  ), 
    39                                 'rss_url'       => array('type' => 'varchar', 'precision' => 1000 ), 
    40                                 'name'          => array('type' => 'varchar', 'precision' => 50) 
    41                         ), 
    42                         'pk' => array('uid','rss_url'), 
    43                         'fk' => array(), 
    44             'ix' => array(), 
    45             'uc' => array() 
    4635                ) 
    4736        ); 
Note: See TracChangeset for help on using the changeset viewer.