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


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup tables_current.inc.php, 1.121, 1.122
Date: Fri, 08 Aug 2003 13:08:00 -0400

Update of /cvsroot/phpgroupware/property/setup
In directory subversions:/tmp/cvs-serv5813/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.121
retrieving revision 1.122
diff -C2 -r1.121 -r1.122
*** tables_current.inc.php      5 Aug 2003 13:32:40 -0000       1.121
--- tables_current.inc.php      8 Aug 2003 17:07:58 -0000       1.122
***************
*** 1114,1118 ****
                        'fd' => array(
                                'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
!                               'name' => array('type' => 'varchar','precision' 
=> '20','nullable' => False),
                                'user_id' => array('type' => 'int','precision' 
=> '4','nullable' => False),
                                'access' => array('type' => 
'varchar','precision' => '7','nullable' => True),
--- 1114,1118 ----
                        'fd' => array(
                                'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
!                               'name' => array('type' => 'varchar','precision' 
=> '255','nullable' => False),
                                'user_id' => array('type' => 'int','precision' 
=> '4','nullable' => False),
                                'access' => array('type' => 
'varchar','precision' => '7','nullable' => True),
***************
*** 1124,1128 ****
                                'status' => array('type' => 
'varchar','precision' => '20','nullable' => False,'default' => 'active'),
                                'descr' => array('type' => 'text','nullable' => 
True),
-                               'title' => array('type' => 
'varchar','precision' => '255','nullable' => False),
                                'budget' => array('type' => 
'decimal','precision' => '20','scale' => '2','nullable' => True,'default' => 
'0.00'),
                                'location_code' => array('type' => 
'varchar','precision' => '20','nullable' => True),
--- 1124,1127 ----





reply via email to

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