phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/setup tables_current.inc.php,1.72,1.73


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup tables_current.inc.php,1.72,1.73
Date: Sat, 10 May 2003 12:34:24 -0400

Update of /cvsroot/phpgroupware/property/setup
In directory subversions:/tmp/cvs-serv19253/setup

Modified Files:
        tables_current.inc.php 
Log Message:
no message

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/tables_current.inc.php,v
retrieving revision 1.72
retrieving revision 1.73
diff -C2 -r1.72 -r1.73
*** tables_current.inc.php      8 May 2003 13:56:29 -0000       1.72
--- tables_current.inc.php      10 May 2003 16:34:22 -0000      1.73
***************
*** 336,340 ****
                                'i' => array('type' => 'int','precision' => 
'4','nullable' => True),
                                'n' => array('type' => 'decimal','precision' => 
'10','scale' => '2','nullable' => True),
!                               't' => array('type' => 'timestamp','nullable' 
=> True,'default' => 'current_timestamp'),
                                'category' => array('type' => 'int','precision' 
=> '4','nullable' => True),
                                'owner' => array('type' => 'int','precision' => 
'4','nullable' => True),
--- 336,341 ----
                                'i' => array('type' => 'int','precision' => 
'4','nullable' => True),
                                'n' => array('type' => 'decimal','precision' => 
'10','scale' => '2','nullable' => True),
!                               'd' => array('type' => 'timestamp','nullable' 
=> True,'default' => 'current_timestamp'),
!                               't' => array('type' => 'text','nullable' => 
True),
                                'category' => array('type' => 'int','precision' 
=> '4','nullable' => True),
                                'owner' => array('type' => 'int','precision' => 
'4','nullable' => True),
***************
*** 379,383 ****
                                'i' => array('type' => 'int','precision' => 
'4','nullable' => True),
                                'n' => array('type' => 'decimal','precision' => 
'10','scale' => '2','nullable' => True),
!                               't' => array('type' => 'timestamp','nullable' 
=> True,'default' => 'current_timestamp'),
                                'category' => array('type' => 'int','precision' 
=> '4','nullable' => True),
                                'owner' => array('type' => 'int','precision' => 
'4','nullable' => True),
--- 380,385 ----
                                'i' => array('type' => 'int','precision' => 
'4','nullable' => True),
                                'n' => array('type' => 'decimal','precision' => 
'10','scale' => '2','nullable' => True),
!                               'd' => array('type' => 'timestamp','nullable' 
=> True,'default' => 'current_timestamp'),
!                               't' => array('type' => 'text','nullable' => 
True),
                                'category' => array('type' => 'int','precision' 
=> '4','nullable' => True),
                                'owner' => array('type' => 'int','precision' => 
'4','nullable' => True),
***************
*** 423,426 ****
--- 425,430 ----
                                'i' => array('type' => 'int','precision' => 
'4','nullable' => True),
                                'n' => array('type' => 'decimal','precision' => 
'10','scale' => '2','nullable' => True),
+                               'd' => array('type' => 'timestamp','nullable' 
=> True,'default' => 'current_timestamp'),
+                               't' => array('type' => 'text','nullable' => 
True),
                                'category' => array('type' => 'int','precision' 
=> '4','nullable' => True),
                                'owner' => array('type' => 'int','precision' => 
'4','nullable' => True),





reply via email to

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