phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] ged/setup tables_current.inc.php


From: Pascal Vilarem
Subject: [Phpgroupware-cvs] ged/setup tables_current.inc.php
Date: Thu, 27 Sep 2007 22:08:49 +0000

CVSROOT:        /sources/phpgroupware
Module name:    ged
Changes by:     Pascal Vilarem <maat>   07/09/27 22:08:49

Modified files:
        setup          : tables_current.inc.php 

Log message:
        fixed buggy timestamp definition

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/ged/setup/tables_current.inc.php?cvsroot=phpgroupware&r1=1.9&r2=1.10

Patches:
Index: tables_current.inc.php
===================================================================
RCS file: /sources/phpgroupware/ged/setup/tables_current.inc.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- tables_current.inc.php      27 Sep 2007 20:58:34 -0000      1.9
+++ tables_current.inc.php      27 Sep 2007 22:08:49 -0000      1.10
@@ -14,7 +14,7 @@
   * edited by hand.                                                          *
   \**************************************************************************/
 
-  /* $Id: tables_current.inc.php,v 1.9 2007/09/27 20:58:34 maat Exp $ */
+  /* $Id: tables_current.inc.php,v 1.10 2007/09/27 22:08:49 maat Exp $ */
 
   /* table array for ged */
        $phpgw_baseline = array(
@@ -23,7 +23,7 @@
                                'comment_id' => array('type' => 
'auto','nullable' => False),
                                'element_id' => array('type' => 'int', 
'precision' => 4,'nullable' => False,'default' => '0'),
                                'account_id' => array('type' => 'int', 
'precision' => 4,'nullable' => False,'default' => '0'),
-                               'comment_date' => array(,'nullable' => 
False,'default' => 'CURRENT_TIMESTAMP'),
+                               
'comment_date'=>array('type'=>'timestamp','nullable'=>False,'default'=>'current_timestamp'),
                                'comment' => array('type' => 'text','nullable' 
=> False)
                        ),
                        'pk' => array('comment_id'),




reply via email to

[Prev in Thread] Current Thread [Next in Thread]