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.107,1.10


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup tables_current.inc.php,1.107,1.108
Date: Mon, 30 Jun 2003 15:18:37 -0400

Update of /cvsroot/phpgroupware/property/setup
In directory subversions:/tmp/cvs-serv13949/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.107
retrieving revision 1.108
diff -C2 -r1.107 -r1.108
*** tables_current.inc.php      30 Jun 2003 10:49:14 -0000      1.107
--- tables_current.inc.php      30 Jun 2003 19:18:34 -0000      1.108
***************
*** 1027,1033 ****
                                'budsjettansvarligid' => array('type' => 
'varchar','precision' => '12','nullable' => False),
                                'utbetalingid' => array('type' => 
'varchar','precision' => '12','nullable' => True),
!                               'oppsynsigndato' => array('type' => 
'timestamp','nullable' => True,'default' => 'current_timestamp'),
!                               'saksigndato' => array('type' => 
'timestamp','nullable' => True,'default' => 'current_timestamp'),
!                               'budsjettsigndato' => array('type' => 
'timestamp','nullable' => True,'default' => 'current_timestamp'),
                                'utbetalingsigndato' => array('type' => 
'timestamp','nullable' => True,'default' => 'current_timestamp'),
                                'overftid' => array('type' => 
'timestamp','nullable' => True,'default' => 'current_timestamp'),
--- 1027,1033 ----
                                'budsjettansvarligid' => array('type' => 
'varchar','precision' => '12','nullable' => False),
                                'utbetalingid' => array('type' => 
'varchar','precision' => '12','nullable' => True),
!                               'oppsynsigndato' => array('type' => 
'timestamp','nullable' => True),
!                               'saksigndato' => array('type' => 
'timestamp','nullable' => True),
!                               'budsjettsigndato' => array('type' => 
'timestamp','nullable' => True),
                                'utbetalingsigndato' => array('type' => 
'timestamp','nullable' => True,'default' => 'current_timestamp'),
                                'overftid' => array('type' => 
'timestamp','nullable' => True,'default' => 'current_timestamp'),
***************
*** 1102,1106 ****
                                'batchid' => array('type' => 'int','precision' 
=> '4','nullable' => False),
                                'ecobilagid' => array('type' => 
'int','precision' => '4','nullable' => True),
!                               'status' => array('type' => 'int','precision' 
=> '2','nullable' => False),
                                'melding' => array('type' => 
'varchar','precision' => '255','nullable' => True),
                                'tid' => array('type' => 'timestamp','nullable' 
=> True,'default' => 'current_timestamp')
--- 1102,1106 ----
                                'batchid' => array('type' => 'int','precision' 
=> '4','nullable' => False),
                                'ecobilagid' => array('type' => 
'int','precision' => '4','nullable' => True),
!                               'status' => array('type' => 'int','precision' 
=> '2','nullable' => True),
                                'melding' => array('type' => 
'varchar','precision' => '255','nullable' => True),
                                'tid' => array('type' => 'timestamp','nullable' 
=> True,'default' => 'current_timestamp')





reply via email to

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