Ignore:
Timestamp:
12/21/10 14:19:09 (13 years ago)
Author:
rodsouza
Message:

Ticket #1466 - Adicionando a coluna browser a tabela phpgw_access_log na instalacao via setup

File:
1 edited

Legend:

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

    r3611 r3617  
    118118                                'li' => array('type' => 'int','precision' => '4','nullable' => False), 
    119119                                'lo' => array('type' => 'int','precision' => '4','nullable' => True,'default' => '0'), 
    120                                 'account_id' => array('type' => 'int','precision' => '4','nullable' => False,'default' => '0') 
     120                                'account_id' => array('type' => 'int','precision' => '4','nullable' => False,'default' => '0'), 
     121                                'browser' => array('type' => 'varchar','precision' => '200') 
    121122                        ), 
    122123                        'pk' => array(), 
Note: See TracChangeset for help on using the changeset viewer.