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.125, 1


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup tables_current.inc.php, 1.125, 1.126
Date: Tue, 26 Aug 2003 15:16:32 -0400

Update of /cvsroot/phpgroupware/property/setup
In directory subversions:/tmp/cvs-serv21813/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.125
retrieving revision 1.126
diff -C2 -r1.125 -r1.126
*** tables_current.inc.php      25 Aug 2003 20:32:31 -0000      1.125
--- tables_current.inc.php      26 Aug 2003 19:16:30 -0000      1.126
***************
*** 507,514 ****
                                'chapter_id' => array('type' => 
'int','precision' => '4','nullable' => True),
                                'entry_date' => array('type' => 
'int','precision' => '4','nullable' => False),
!                               'start_date' => array('type' => 
'int','precision' => '4','nullable' => False),
!                               'end_date' => array('type' => 'int','precision' 
=> '4','nullable' => False),
!                               'coordinator' => array('type' => 
'int','precision' => '4','nullable' => False),
!                               'vendor_id' => array('type' => 
'int','precision' => '4','nullable' => False),
                                'status' => array('type' => 
'varchar','precision' => '20','nullable' => False,'default' => 'active'),
                                'descr' => array('type' => 'text','nullable' => 
True),
--- 507,514 ----
                                'chapter_id' => array('type' => 
'int','precision' => '4','nullable' => True),
                                'entry_date' => array('type' => 
'int','precision' => '4','nullable' => False),
!                               'start_date' => array('type' => 
'int','precision' => '4','nullable' => True),
!                               'end_date' => array('type' => 'int','precision' 
=> '4','nullable' => True),
!                               'coordinator' => array('type' => 
'int','precision' => '4','nullable' => True),
!                               'vendor_id' => array('type' => 
'int','precision' => '4','nullable' => True),
                                'status' => array('type' => 
'varchar','precision' => '20','nullable' => False,'default' => 'active'),
                                'descr' => array('type' => 'text','nullable' => 
True),





reply via email to

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