Changeset 3611


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

Ticket #1462 - Alterando o valor padrao do campo 'created' da tabela 'phpgw_vfs'

File:
1 edited

Legend:

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

    r1575 r3611  
    319319                                'createdby_id' => array('type' => 'int','precision' => '4'), 
    320320                                'modifiedby_id' => array('type' => 'int','precision' => '4'), 
    321                                 'created' => array('type' => 'timestamp','nullable' => False,'default' => '0'), 
     321                                'created' => array('type' => 'timestamp','nullable' => False,'default' => '1970-01-01'), 
    322322                                'modified' => array('type' => 'timestamp'), 
    323323                                'size' => array('type' => 'int','precision' => '4'), 
Note: See TracChangeset for help on using the changeset viewer.