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.12,1.13


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

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

Modified Files:
        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.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** tables_current.inc.php      24 Jan 2002 16:57:56 -0000      1.12
--- tables_current.inc.php      24 Jan 2002 21:11:09 -0000      1.13
***************
*** 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]