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.11.


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: projects/setup tables_current.inc.php,1.11,1.11.2.1
Date: Thu, 24 Jan 2002 16:10:47 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        tables_current.inc.php 
Log Message:
fixed wrong table def

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/setup/tables_current.inc.php,v
retrieving revision 1.11
retrieving revision 1.11.2.1
diff -C2 -r1.11 -r1.11.2.1
*** tables_current.inc.php      7 Jan 2002 23:32:10 -0000       1.11
--- tables_current.inc.php      24 Jan 2002 21:10:44 -0000      1.11.2.1
***************
*** 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),
***************
*** 119,123 ****
                                'id' => array('type' => 'auto','nullable' => 
False),
                                'invoice_id' => array('type' => 'int', 
'precision' => 4,'default' => 0,'nullable' => False),
!                               'order_id' => array('type' => 'int', 
'precision' => 4,'default' => 0,'nullable' => False)
                        ),
                        'pk' => array('id'),
--- 119,123 ----
                                'id' => array('type' => 'auto','nullable' => 
False),
                                'invoice_id' => array('type' => 'int', 
'precision' => 4,'default' => 0,'nullable' => False),
!                               'hours_id' => array('type' => 'int', 
'precision' => 4,'default' => 0,'nullable' => False)
                        ),
                        'pk' => array('id'),




reply via email to

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