Ignore:
Timestamp:
07/08/11 18:21:21 (13 years ago)
Author:
alexandrecorreia
Message:

Ticket #2083 - Melhorias no leitor de RSS do expressoMail

File:
1 edited

Legend:

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

    r1035 r4688  
    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() 
    3546                ) 
    3647        ); 
Note: See TracChangeset for help on using the changeset viewer.