phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: projects/setup tables_current.inc.php,1.11,1.12


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: projects/setup tables_current.inc.php,1.11,1.12
Date: Thu, 24 Jan 2002 11:57:59 -0500

Update of /cvsroot/phpgroupware/projects/setup
In directory subversions:/tmp/cvs-serv28162

Modified Files:
        tables_current.inc.php 
Log Message:
fixed wrong table column descr

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/setup/tables_current.inc.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** tables_current.inc.php      7 Jan 2002 23:32:10 -0000       1.11
--- tables_current.inc.php      24 Jan 2002 16:57:56 -0000      1.12
***************
*** 104,108 ****
                        'fd' => array(
                                'id' => array('type' => 'auto','nullable' => 
False),
!                               'num' => array('type' => 'int','precision' => 
4,'default' => 0,'nullable' => False),
                                'date' => array('type' => 'int','precision' => 
4,'default' => 0,'nullable' => False),
                                'project_id' => array('type' => 
'int','precision' => 4,'default' => 0,'nullable' => False),
--- 104,108 ----
                        'fd' => array(
                                'id' => array('type' => 'auto','nullable' => 
False),
!                               'num' => array('type' => 'varchar','precision' 
=> 20,'nullable' => False),
                                'date' => array('type' => 'int','precision' => 
4,'default' => 0,'nullable' => False),
                                'project_id' => array('type' => 
'int','precision' => 4,'default' => 0,'nullable' => False),




reply via email to

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