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.111,1.11


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup tables_current.inc.php,1.111,1.112
Date: Fri, 04 Jul 2003 05:56:28 -0400

Update of /cvsroot/phpgroupware/property/setup
In directory subversions:/tmp/cvs-serv16889/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.111
retrieving revision 1.112
diff -C2 -r1.111 -r1.112
*** tables_current.inc.php      2 Jul 2003 18:57:47 -0000       1.111
--- tables_current.inc.php      4 Jul 2003 09:56:25 -0000       1.112
***************
*** 823,827 ****
                                'group_id' => array('type' => 'int','precision' 
=> '4','nullable' => True),
                                'priority' => array('type' => 'int','precision' 
=> '2','nullable' => False),
!                               'owner' => array('type' => 'int','precision' => 
'4','nullable' => True),
                                'assignedto' => array('type' => 
'int','precision' => '4','nullable' => True),
                                'subject' => array('type' => 
'varchar','precision' => '255','nullable' => True),
--- 823,827 ----
                                'group_id' => array('type' => 'int','precision' 
=> '4','nullable' => True),
                                'priority' => array('type' => 'int','precision' 
=> '2','nullable' => False),
!                               'user_id' => array('type' => 'int','precision' 
=> '4','nullable' => True),
                                'assignedto' => array('type' => 
'int','precision' => '4','nullable' => True),
                                'subject' => array('type' => 
'varchar','precision' => '255','nullable' => True),
***************
*** 831,836 ****
                                'status' => array('type' => 'char','precision' 
=> '1','nullable' => False),
                                'details' => array('type' => 'text','nullable' 
=> False),
!                               'location_code' => array('type' => 
'varchar','precision' => '4','nullable' => True),
!                               'equipment_id' => array('type' => 
'varchar','precision' => '4','nullable' => True),
                                'loc1' => array('type' => 'varchar','precision' 
=> '4','nullable' => True),
                                'loc2' => array('type' => 'varchar','precision' 
=> '4','nullable' => True),
--- 831,836 ----
                                'status' => array('type' => 'char','precision' 
=> '1','nullable' => False),
                                'details' => array('type' => 'text','nullable' 
=> False),
!                               'location_code' => array('type' => 
'varchar','precision' => '50','nullable' => True),
!                               'equipment_id' => array('type' => 
'varchar','precision' => '50','nullable' => True),
                                'loc1' => array('type' => 'varchar','precision' 
=> '4','nullable' => True),
                                'loc2' => array('type' => 'varchar','precision' 
=> '4','nullable' => True),





reply via email to

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