Ignore:
Timestamp:
02/25/13 10:28:36 (11 years ago)
Author:
cristiano
Message:

Ticket #3356 - Ao utilizar o expresso com IPv6 , Erro tamanho campo acess_log

File:
1 edited

Legend:

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

    r3617 r7909  
    115115                                'sessionid' => array('type' => 'char','precision' => '32','nullable' => False), 
    116116                                'loginid' => array('type' => 'varchar','precision' => '30','nullable' => False), 
    117                                 'ip' => array('type' => 'varchar','precision' => '30','nullable' => False), 
     117                                'ip' => array('type' => 'varchar','precision' => '255','nullable' => False), 
    118118                                'li' => array('type' => 'int','precision' => '4','nullable' => False), 
    119119                                'lo' => array('type' => 'int','precision' => '4','nullable' => True,'default' => '0'), 
Note: See TracChangeset for help on using the changeset viewer.